-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
517 lines (503 loc) · 19.1 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
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Beats Landing Page</title>
<link rel="stylesheet" href="./CSS/mobile.css" />
<link rel="stylesheet" href="./CSS/tablet.css" />
<link rel="stylesheet" href="./CSS/style.css" />
</head>
<body>
<div class="wrapper-container">
<!-- Navbar -->
<section class="navbar-section" aria-label="Navbar">
<div class="navbar-container p-15">
<div>
<img
src="./Assets/Photos/beatsLogo.png"
alt="logo"
class="logo nav-logo"
/>
</div>
<div class="toggle-bar">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<div class="nav-elements-container">
<ul class="grow-list">
<li class="list-item"><a href="">Home</a></li>
<li class="list-item"><a href="">Specs</a></li>
<li class="list-item"><a href="">Case</a></li>
<li class="list-item"><a href="">Products</a></li>
</ul>
<button class="btn nav-btn">Shop</button>
</div>
</div>
</section>
<!-- Hero Section -->
<section class="hero-section">
<div class="hero-container p-15">
<div class="on-ear-container">
<img src="./Assets/Photos/mainImage.png" alt="" class="main-img" />
</div>
<div class="hero-right">
<img src="./Assets/Photos/onEar.png" alt="" class="on-ear" />
<h1 class="hero-heading">Beats 3</h1>
<div class="hero-details">
<p class="hero-overview">Overview</p>
<p class="hero-description">
<span>Enjoy award-winning Beats sound with wireless</span
><span> listening freedom and a sleek, streamlined design</span
><span> with comfortable padded earphones, delivering</span>
first-rate playback.
</p>
<button class="btn hero-btn">
<svg
class="icon"
width="20"
height="22"
viewBox="0 0 20 22"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M1.97689 8.84C2.01712 8.33881 2.24464 7.87115 2.61417 7.53017C2.98369 7.18918 3.46808 6.9999 3.97089 7H16.0289C16.5317 6.9999 17.0161 7.18918 17.3856 7.53017C17.7551 7.87115 17.9827 8.33881 18.0229 8.84L18.8259 18.84C18.848 19.1152 18.8129 19.392 18.7227 19.6529C18.6326 19.9139 18.4894 20.1533 18.3022 20.3562C18.115 20.5592 17.8878 20.7211 17.6349 20.8319C17.382 20.9427 17.109 20.9999 16.8329 21H3.16689C2.89081 20.9999 2.61774 20.9427 2.36487 20.8319C2.112 20.7211 1.8848 20.5592 1.69759 20.3562C1.51037 20.1533 1.36719 19.9139 1.27706 19.6529C1.18693 19.392 1.1518 19.1152 1.17389 18.84L1.97689 8.84V8.84Z"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M14 10V5C14 3.93913 13.5786 2.92172 12.8284 2.17157C12.0783 1.42143 11.0609 1 10 1C8.93913 1 7.92172 1.42143 7.17157 2.17157C6.42143 2.92172 6 3.93913 6 5V10"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
<span class="bag">Add to Bag</span>
<span class="model">N399K</span>
</button>
</div>
</div>
</div>
</section>
<!-- logo Section -->
<section class="logo-section">
<div class="logo-container p-15">
<img
src="./Assets/Photos/appleLogo.png"
alt="apple"
class="mid-logo"
/><img
src="./Assets/Photos/spotifyLogo.png"
alt="spotify"
class="mid-logo"
/><img
src="./Assets/Photos/amazonLogo.png"
alt="amazon"
class="mid-logo"
/><img
src="./Assets/Photos/youtubeLogo.png"
alt="youtube"
class="mid-logo"
/>
</div>
</section>
<!-- Mid Section -->
<section class="mid-section">
<div class="mid-container p-15">
<!-- Specs -->
<div class="specs-container">
<div>
<img
src="./Assets/Icons/specsLogo.png"
alt="Specs"
class="specs-logo"
/>
</div>
<div class="specs-main">
<div class="specs-img-container-mobile">
<img
src="./Assets/Photos/specsImage.png"
alt="specsImage"
class="specs-img"
/>
</div>
<div class="specs-details">
<div class="spec-features">
<img
src="./Assets/Icons/bluetooth.png"
alt="bluetooth"
class="feature-img"
/>
<p class="feature-name">Connection</p>
<p class="feature-description">Bluetooth v5.2</p>
</div>
<div class="spec-features">
<img
src="./Assets/Icons/battery.png"
alt="battery"
class="feature-img"
/>
<p class="feature-name">Battery</p>
<p class="feature-description">Duration 40h</p>
</div>
<div class="spec-features">
<img
src="./Assets/Icons/charger.png"
alt="charger"
class="feature-img"
/>
<p class="feature-name">Load</p>
<p class="feature-description">Fast charge 4.2-AAC</p>
</div>
<div class="spec-features">
<img
src="./Assets/Icons/mic.png"
alt="mic"
class="feature-img"
/>
<p class="feature-name">Microphone</p>
<p class="feature-description">
<span>Supports Apple Siri</span> and Google
</p>
</div>
</div>
<div class="specs-img-container">
<img
src="./Assets/Photos/specsImage.png"
alt="specsImage"
class="specs-img"
/>
</div>
</div>
</div>
<!-- Case -->
<div class="case-container">
<div class="case">
<img
src="./Assets/Icons/caseLogo.png"
alt="Case"
class="case-logo"
/>
</div>
<div class="case-main">
<div class="case-img-container">
<img
src="./Assets/Photos/caseImage.png"
alt="caseImage"
class="case-img"
/>
</div>
<div class="case-details">
<p class="case-description">
<span>With a comfortable and</span>
<span> adaptable case so that you</span>
<span> can store it whenever you</span>
<span> want, and keep your durability</span> forever.
</p>
<button class="btn case-btn">
<svg
xmlns="http://www.w3.org/2000/svg"
data-name="Layer 1"
viewBox="0 0 64 64"
>
<circle
cx="32"
cy="32"
r="28"
fill="none"
stroke="#010101"
stroke-miterlimit="10"
stroke-width="4"
/>
<line
x1="32"
x2="32"
y1="18"
y2="38"
fill="none"
stroke="#010101"
stroke-miterlimit="10"
stroke-width="4"
/>
<line
x1="32"
x2="32"
y1="42"
y2="46"
fill="none"
stroke="#010101"
stroke-miterlimit="10"
stroke-width="4"
/>
</svg>
<span>More info</span>
</button>
</div>
</div>
</div>
<!-- Offer/Buy Now Section -->
<div class="offer-container">
<div class="offer-image-container-mobile">
<img
src="./Assets/Photos/buyNowSectionImage.png"
alt="buyNowSectionImage"
class="offer-img"
/>
</div>
<div class="offers-left">
<h2 class="offers-heading">
<span>Immerse yourself in</span> your music
</h2>
<p class="offer-details">Buy Now, up to 40% off.</p>
<button class="btn buy-btn">
<svg
width="20"
height="22"
viewBox="0 0 20 22"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M1.97689 8.84C2.01712 8.33881 2.24464 7.87115 2.61417 7.53017C2.98369 7.18918 3.46808 6.9999 3.97089 7H16.0289C16.5317 6.9999 17.0161 7.18918 17.3856 7.53017C17.7551 7.87115 17.9827 8.33881 18.0229 8.84L18.8259 18.84C18.848 19.1152 18.8129 19.392 18.7227 19.6529C18.6326 19.9139 18.4894 20.1533 18.3022 20.3562C18.115 20.5592 17.8878 20.7211 17.6349 20.8319C17.382 20.9427 17.109 20.9999 16.8329 21H3.16689C2.89081 20.9999 2.61774 20.9427 2.36487 20.8319C2.112 20.7211 1.8848 20.5592 1.69759 20.3562C1.51037 20.1533 1.36719 19.9139 1.27706 19.6529C1.18693 19.392 1.1518 19.1152 1.17389 18.84L1.97689 8.84V8.84Z"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M14 10V5C14 3.93913 13.5786 2.92172 12.8284 2.17157C12.0783 1.42143 11.0609 1 10 1C8.93913 1 7.92172 1.42143 7.17157 2.17157C6.42143 2.92172 6 3.93913 6 5V10"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
<span>Buy now</span>
</button>
</div>
<div class="offer-image-container">
<img
src="./Assets/Photos/buyNowSectionImage.png"
alt="buyNowSectionImage"
class="offer-img"
/>
</div>
</div>
<!-- Product Section -->
<div class="product-container">
<div class="style-image-container">
<img
src="./Assets/Icons/productLogo.png"
alt=""
class="style-img"
/>
</div>
<!-- Products -->
<div class="all-products">
<!-- 1 -->
<div class="product-main">
<div class="product-image-container">
<img
src="./Assets/Photos/black.png"
alt="blackHeadphone"
class="product-img"
/>
</div>
<div class="products product-1">
<div class="product-details">
<div class="product-description">
<p class="product-color">Black</p>
<p class="product-model">N299K</p>
</div>
<div class="cart-image-container">
<img
src="./Assets/Icons/shoppingBag.png"
alt="cart"
class="cart-img"
/>
</div>
</div>
</div>
</div>
<!-- 2 -->
<div class="product-main">
<div class="product-image-container">
<img
src="./Assets/Photos/redBlack.png"
alt="redBlackHeadphone"
class="product-img"
/>
</div>
<div class="products product-2">
<div class="product-details">
<div class="product-description">
<p class="product-color">Red Black</p>
<p class="product-model">N299K</p>
</div>
<div class="cart-image-container">
<img
src="./Assets/Icons/shoppingBag.png"
alt="cart"
class="cart-img"
/>
</div>
</div>
</div>
</div>
<!-- 3 -->
<div class="product-main">
<div class="product-image-container">
<img
src="./Assets/Photos/nightBlack.png"
alt="nightBlackHeadphone"
class="product-img"
/>
</div>
<div class="products product-3">
<div class="product-details">
<div class="product-description">
<p class="product-color">Night Black</p>
<p class="product-model">N299K</p>
</div>
<div class="cart-image-container">
<img
src="./Assets/Icons/shoppingBag.png"
alt="cart"
class="cart-img"
/>
</div>
</div>
</div>
</div>
<!-- 4 -->
<div class="product-main">
<div class="product-image-container">
<img
src="./Assets/Photos/blue.png"
alt="blueHeadphone"
class="product-img"
/>
</div>
<div class="products product-4">
<div class="product-details">
<div class="product-description">
<p class="product-color">Blue</p>
<p class="product-model">N299K</p>
</div>
<div class="cart-image-container">
<img
src="./Assets/Icons/shoppingBag.png"
alt="cart"
class="cart-img"
/>
</div>
</div>
</div>
</div>
<!-- 5 -->
<div class="product-main">
<div class="product-image-container">
<img
src="./Assets/Photos/twilightGray.png"
alt="grayHeadphone"
class="product-img"
/>
</div>
<div class="products product-5">
<div class="product-details">
<div class="product-description">
<p class="product-color">Twilight Gray</p>
<p class="product-model">N299K</p>
</div>
<div class="cart-image-container">
<img
src="./Assets/Icons/shoppingBag.png"
alt="cart"
class="cart-img"
/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section class="footer-section">
<div class="footer-container p-15">
<div class="footer-logo-container">
<img
src="./Assets/Icons/twitter-logo.webp"
alt=""
class="twitter-logo"
/>
<img
src="./Assets/Photos/beatsLogo.png"
alt="beatsLogo"
class="logo footer-logo"
/>
</div>
<div class="footer-list-container">
<div class="product-list-container">
<h2 class="footer-list-heading">Products</h2>
<ul class="footer-list">
<li class="list-item"><a href="">Headphones</a></li>
<li class="list-item"><a href="">Earphones</a></li>
<li class="list-item"><a href="">Earbuds</a></li>
<li class="list-item"><a href="">Accessories</a></li>
</ul>
</div>
<div class="support-list-container">
<h2 class="footer-list-heading">Support</h2>
<ul class="footer-list">
<li class="list-item"><a href="">Product help</a></li>
<li class="list-item"><a href="">Register</a></li>
<li class="list-item"><a href="">Updates</a></li>
<li class="list-item"><a href="">Provides</a></li>
</ul>
</div>
</div>
<div class="footer-form-container">
<div class="footer-form">
<input
type="email"
name="Email"
id=""
placeholder="Email"
onfocus="this.placeholder = ''"
onblur="this.placeholder = 'Email'"
/>
<button class="btn sub-btn">
<img src="./Assets/Icons/rightArrow.png" alt="" />
<span>Subscribe</span>
</button>
</div>
<div class="social-media-container">
<img src="./Assets/Icons/facebook.png" alt="facebook" />
<img src="./Assets/Icons/twitter.png" alt="twitter" />
<img src="./Assets/Icons/instagram.png" alt="instagram" />
<img src="./Assets/Icons/linkedin.png" alt="linkedin" />
</div>
</div>
</div>
<div class="up-arrow">
<a href="#">
<img
src="./Assets/Icons/upArrow.png"
alt="upArrow"
class="up-arrow-img"
/>
</a>
</div>
</section>
</div>
<script src="./JS/script.js"></script>
</body>
</html>