-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (95 loc) · 2.66 KB
/
Copy pathindex.html
File metadata and controls
109 lines (95 loc) · 2.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html>
<head>
<title>Cards</title>
<link rel="stylesheet" href="styles2.css"/>
</head>
<body >
<div class="main">
<!--cards -->
<div class="card">
<div class="image">
<img src="images/sthombe1.jpg">
</div>
<div class="title">
<h1> Technics - RP-DH 1200 Headphones - One Size </h1>
</div>
<div class="des">
<p>Now on Sale!! $10</p>
<button>Read More...</button>
</div>
</div>
<!--cards -->
<div class="card">
<div class="image">
<img src="images/sthombe2.jpg">
</div>
<div class="title">
<h1>Technics RP-DH1200E-S </h1>
</div>
<div class="des">
<p>You can get free ide cable. $6 GET YOURS NOW</p>
<button>Read More...</button>
</div>
</div>
<!--cards -->
<div class="card">
<div class="image">
<img src="images/sthombe3.webp">
</div>
<div class="title">
<h1>Audio-Technica ATH-M50x</h1>
</div>
<div class="des">
<p>Tuned flat for incredibly accurate audio monitoring across an extended frequency range.</p>
<button>Read More...</button>
</div>
</div>
<!--cards -->
<br>
<!-- cards -->
<div class="card">
<div class="image">
<img src="images/mic1.webp">
</div>
<div class="title">
<h1>sE Electronics X1S Studio Bundle</h1>
</div>
<div class="des">
<p>X1 S Cardioid Condenser Microphone
RF-X Reflexion Filter
Handcrafted Gold-Sputtered Capsule
</p>
<button>Read More...</button>
</div>
</div>
<!--cards -->
<div class="card">
<div class="image">
<img src="images/mic2.jpg">
</div>
<div class="title">
<h1>Audio Technica AT2050</h1>
</div>
<div class="des">
<p>Home studio might have a smaller budget than the doesn’t have the luxury to splurge on microphones like their wealthier counterparts.</p>
<button>Read More...</button>
</div>
</div>
<!--cards -->
<div class="card">
<div class="image">
<img src="images/mic3.jpg">
</div>
<div class="title">
<h1>Rode NT2-A Large-diaphragm</h1>
</div>
<div class="des">
<p>The NT2-A is mic by Rode has impressive sound quality.
Large type HF1 dual 1" capsule condenser microphone that replicates the voicing of classic studio mics. </p>
<button>Read More...</button>
</div>
</div>
<!--cards -->
</body>
</html>