-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
342 lines (324 loc) · 12.6 KB
/
index.html
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Sony Headphone</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- custom css -->
<link rel="stylesheet" href="main.css">
<!-- google fonts -->
<link rel = "stylesheet" href = "fonts.css">
<!-- font awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
</head>
<body>
<!-- header -->
<header class = "header" id = "home">
<!-- navbar -->
<nav class = "navbar container">
<a href = "index.html" class = "navbar-brand">
<i class = "fas fa-headphones"></i>
SonySound
</a>
<div class = "navbar-collapse">
<ul class = "navbar-nav">
<li class = "nav-item">
<a href = "#home" class = "nav-link">home</a>
</li>
<li class = "nav-item">
<a href = "#features" class = "nav-link">features</a>
</li>
<li class = "nav-item">
<a href = "#product" class = "nav-link">product</a>
</li>
<li class = "nav-item">
<a href = "#reviews" class = "nav-link">reviews</a>
</li>
</ul>
</div>
<div class = "navbar-extra-content">
<div class = "nav-btns">
<button type = "button">
<i class = "fas fa-user-circle"></i>
Login
</button>
<button type = "button">
Order Now
</button>
</div>
<ul class = "nav-icons">
<span class = "center">
<i class = "fab fa-instagram"></i>
</span>
<span class = "center">
<i class = "fab fa-twitter"></i>
</span>
<span class = "center">
<i class = "fab fa-facebook"></i>
</span>
<span class = "center">
<i class = "fas fa-shopping-bag"></i>
</span>
</ul>
</div>
<button type = "button" class = "navbar-toggler center" id = "navbar-toggler">
<i class = "fas fa-bars fa-fw"></i>
</button>
</nav>
<!-- end of navbar -->
<!-- header banner -->
<div class = "header-banner container">
<div>
<h3>Sony WH-1000xM4</h3>
<h1 class = "header-banner-title">
wireless noise canceling headphones
</h1>
<button type = "button" class = "btn-trans">order now</button>
</div>
</div>
<!-- end of header banner -->
</header>
<!-- end of header -->
<!-- features -->
<section id = "features" class = "features">
<div class = "container">
<div class = "features-wrapper">
<!-- item -->
<div class = "feature-item">
<span class = "feature-icon">
<i class = "fas fa-volume-up fa-fw"></i>
</span>
<h2 class = "feature-title">
Industry-leading noise cancelation
</h2>
<p class = "text">
Industry-leading noise cancellation technology means you hear every word, note, and tune with incredible clarity, no matter your environment. These noise canceling headphones feature additional microphones that assist in isolating sound for a reduction of even more high and mid frequency sounds.
</p>
</div>
<!-- end of item -->
<!-- item -->
<div class = "feature-item">
<span class = "feature-icon">
<i class = "fas fa-headset fa-fw"></i>
</span>
<h2 class = "feature-title">
Optimizing noise canceling
</h2>
<p class = "text">
To maximize noise-canceling performance, the WH-1000XM4 headphones incorporate two technologies: Personal Noise-Canceling Optimizer, designed specifically for you, and Atmospheric Pressure Optimizing, designed specifically for air travel.
</p>
</div>
<!-- end of item -->
<!-- item -->
<div class = "feature-item">
<span class = "feature-icon">
<i class = "fas fa-volume-down fa-fw"></i>
</span>
<h2 class = "feature-title">
Ambient Sound Control
</h2>
<p class = "text">
Adjust ambient sound with the Sony | Headphones Connect app to cancel noise while still allowing essential sounds, like overhead announcements, through when you're listening on the move.
</p>
</div>
<!-- end of item -->
<!-- item -->
<div class = "feature-item">
<span class = "feature-icon">
<i class = "fab fa-bluetooth-b fa-fw"></i>
</span>
<h2 class = "feature-title">
Wireless freedom, premium sound
</h2>
<p class = "text">
LDAC transmits approximately three times more data (at the maximum transfer rate of 990 kbps) than conventional BLUETOOTH® audio, allowing you to enjoy High-Resolution Audio content in exceptional quality, as close as possible to that of a dedicated wired connection.
</p>
</div>
<!-- end of item -->
</div>
</div>
</section>
<!-- end of features -->
<!-- product -->
<section class = "product" id = "product">
<div class = "container">
<div class = "product-wrapper">
<h2 class = "product-title">
Sony Product
</h2>
<div class = "product-item-wrapper">
<!-- item -->
<div class = "product-item">
<img src = "images/Sony-WH-1000XM4-B.png" alt = "product image">
<div class = "product-info">
<h4>Sony HeadPhone</h4>
<div class = "ratings">
<span>
<i class = "fas fa-star"></i>
</span>
<span>
<i class = "fas fa-star"></i>
</span>
<span>
<i class = "fas fa-star"></i>
</span>
<span>
<i class = "fas fa-star"></i>
</span>
<span>
<i class = "fas fa-star-half-alt"></i>
</span>
</div>
<p class = "text">Sony WH-1000XM4 Wireless Industry Leading Noise Canceling Overhead Headphones with Mic for Phone-Call and Alexa Voice Control, Black</p>
<h4>Price: $350.00</h4>
</div>
<button type = "button" class = "new-btn">New</button>
<button type = "button" class = "add-btn">Add to Cart</button>
</div>
<!-- end of item -->
<!-- item -->
<div class = "product-item">
<img src = "images/Sony-WH-1000XM4-W.png" alt = "product image">
<div class = "product-info">
<h4>Sony HeadPhone</h4>
<div class = "ratings">
<span>
<i class = "fas fa-star"></i>
</span>
<span>
<i class = "fas fa-star"></i>
</span>
<span>
<i class = "fas fa-star"></i>
</span>
<span>
<i class = "fas fa-star"></i>
</span>
<span>
<i class = "fas fa-star-half-alt"></i>
</span>
</div>
<p class = "text">Sony WH-1000XM4 Wireless Industry Leading Noise Canceling Overhead Headphones with Mic for Phone-Call and Alexa Voice Control, White</p>
<h4>Price: $350.00</h4>
</div>
<button type = "button" class = "new-btn">New</button>
<button type = "button" class = "add-btn">Add to Cart</button>
</div>
<!-- end of item -->
</div>
</div>
</div>
</section>
<!-- end of proudct -->
<!-- order -->
<section class = "order">
<div class = "container">
<div class = "order-wrapper">
<div class = "order-img">
<img src = "images/order-img.png" alt = "order image">
</div>
<div class = "order-content">
<h2 class = "order-title">music like you've never heard before</h2>
<p class = "text">Sony's intelligent noise-cancelling headphones with premium sound elevate your listening experience with the ability to personalize and control everything you hear. Get up to 30 hours of battery life with quick charging capabilities, enjoy an enhanced Smart Listening feature set, and carry conversations hands-free with speak-to-chat.</p>
<button type = "button" class = "btn-trans">Order Now</button>
</div>
</div>
</div>
</section>
<!-- end of order -->
<!-- reviews -->
<section id = "reviews" class = "reviews">
<div class = "container">
<div class = "reviews-wrapper center">
<!-- btns -->
<button type = "button" class = "prev-btn center">
<i class = "fas fa-chevron-left"></i>
</button>
<button type = "button" class = "next-btn center">
<i class = "fas fa-chevron-right"></i>
</button>
<!-- item -->
<div class = "review-item active">
<h2 class = "review-title">
reviews
</h2>
<p class = "text">"Noise cancellation and audio quality exceeded my expectations. If you can afford it, buy it. If you can not afford it, find a part time job so you can buy it."</p>
<h3> - Sam Jordan -</h3>
</div>
<!-- end of item -->
<!-- item -->
<div class = "review-item">
<h2 class = "review-title">
reviews
</h2>
<p class = "text">"The bass is nice, clean, and punchy and the rest is pretty good for Bluetooth headphones. Noise cancellation and audio quality are top notch."</p>
<h3> - Matt -</h3>
</div>
<!-- end of item -->
<!-- item -->
<div class = "review-item">
<h2 class = "review-title">
reviews
</h2>
<p class = "text">"Super comfortable. I am not an audiophile but these sounds amazing. Dual device connection is also great. Ambient Sound is also nice."</p>
<h3> - Emily -</h3>
</div>
<!-- end of item -->
</div>
</div>
</section>
<!-- end of reviews -->
<!-- newsletter -->
<section class = "newsletter center">
<div class = "container">
<div class = "newsletter-wrapper">
<h2 class = "newsletter-title">
Stay Connected
</h2>
<input type = "email" class = "form-control" placeholder="Your Email">
<button type = "submit" class = "btn-trans">Subscribe</button>
</div>
</div>
</section>
<!-- end of newsletter -->
<!-- footer -->
<footer class = "footer">
<div class = "container">
<div class = "footer-wrapper">
<div>
<ul class = "footer-links">
<li><a href = "#">home</a></li>
<li><a href = "#">benefits</a></li>
<li><a href = "#">product</a></li>
<li><a href = "#">reviews</a></li>
</ul>
</div>
<div>
<ul class = "footer-links">
<li><a href = "#">shopping & returns</a></li>
<li><a href = "#">store policy</a></li>
<li><a href = "#">payment methods</a></li>
<li><a href = "#">faq</a></li>
</ul>
</div>
<div>
<ul class = "footer-links">
<li><a href = "#">instagram</a></li>
<li><a href = "#">youtube</a></li>
<li><a href = "#">twitter</a></li>
<li><a href = "#">amazon</a></li>
</ul>
</div>
</div>
<div class = "footer-text">
<p class = "text">© 2025 by SonySound. Creative Studio Work</p>
</div>
</div>
</footer>
<!-- end of footer -->
<!-- custom js -->
<script src = "script.js"></script>
</body>
</html>