-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
314 lines (274 loc) · 10.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--=============== FAVICON ===============-->
<link rel="shortcut icon" href="img/logo-img.png" type="image/x-icon" />
<!--=============== REMIX ICONS ===============-->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<!--=============== CSS ===============-->
<link rel="stylesheet" href="css/styles.css" />
<title>JBL Headphones Website</title>
</head>
<body>
<!--=============== HEADER ===============-->
<header class="header" id="header">
<nav class="nav container">
<a href="#" class="nav_logo">
<img src="img/logo-img.png" alt="image" />
</a>
<div class="nav_menu" id="nav-menu">
<ul class="nav_list">
<li class="nav_item">
<a href="#home" class="nav_link active-link">Home</a>
</li>
<li class="nav_item">
<a href="#specs" class="nav_link">Specs</a>
</li>
<li class="nav_item">
<a href="#case" class="nav_link">Case</a>
</li>
<li class="nav_item">
<a href="#products" class="nav_link">Products</a>
</li>
</ul>
<div class="nav_close" id="nav-close">
<i class="ri-close-line"></i>
</div>
</div>
<div class="nav_toggle" id="nav-toggle">
<i class="ri-function-line"></i>
</div>
</nav>
</header>
<main class="main">
<!--=============== HOME ===============-->
<section class="home section" id="home">
<div class="home_container container grid">
<div>
<img src="img/home_img.png" alt="image" class="home_img" />
</div>
<div class="home_data">
<div class="home_header">
<h1 class="home_title">On ear</h1>
<h2 class="home_subtitle">JBL 500</h2>
</div>
<div class="home_footer">
<h3 class="home_title-description">Overview</h3>
<p class="home_description">
Enjoy award-winning JBL sound with wireless listening freedom
and a sleek, streamlined design with comfortable cushioned
earcups that deliver premium playback for the user.
</p>
<a href="#" class="button button--flex">
<span class="button--flex">
<i class="ri-shopping-bag-line button_icon"></i>
Add to Bag
</span>
<span class="home_price">$299</span>
</a>
</div>
</div>
</div>
</section>
<!--=============== SPONSOR ===============-->
<section class="sponsor section">
<div class="sponsor_container container grid">
<img src="img/sponsor1.png" alt="image" class="sponsor_img" />
<img src="img/sponsor2.png" alt="image" class="sponsor_img" />
<img src="img/sponsor3.png" alt="image" class="sponsor_img" />
<img src="img/sponsor4.png" alt="image" class="sponsor_img" />
</div>
</section>
<!--=============== SPECS ===============-->
<section class="specs section grid" id="specs">
<h2 class="section_title section_title-gradient">Specs</h2>
<div class="specs_container container grid">
<div class="specs_content grid">
<div class="specs_data">
<i class="ri-bluetooth-line specs_icon"></i>
<h3 class="specs_title">Connection</h3>
<span class="specs_subtitle">Bluetooth v5.2</span>
</div>
<div class="specs_data">
<i class="ri-battery-charge-line specs_icon"></i>
<h3 class="specs_title">Battery</h3>
<span class="specs_subtitle">Duration 40h</span>
</div>
<div class="specs_data">
<i class="ri-plug-line specs_icon"></i>
<h3 class="specs_title">Load</h3>
<span class="specs_subtitle">Fast Charge 4.2-ACC</span>
</div>
<div class="specs_data">
<i class="ri-mic-line specs_icon"></i>
<h3 class="specs_title">Microphone</h3>
<span class="specs_subtitle"
>Supports Apple Siri <br />
and Google</span
>
</div>
</div>
<div>
<img src="img/model.png" alt="image" class="specs_img" />
</div>
</div>
</section>
<!--=============== CASE ===============-->
<section class="case section grid" id="case">
<h2 class="section_title section_title-gradient">Case</h2>
<div class="case_container container grid">
<div>
<img src="img/case.png" alt="image" class="case_img" />
</div>
<div class="case_data">
<p class="case_description">
With a comfortable and adaptable case so that you can store it
whenever you want, and keep your durability forever.
</p>
<a href="#" class="button button--flex">
<i class="ri-information-line button_icon"></i>More Info
</a>
</div>
</div>
</section>
<!--=============== DISCOUNT ===============-->
<section class="discount section">
<div class="discount_container container grid">
<div class="discount_animate">
<h2 class="discount_title">
Immerse yourself in <br />
your music
</h2>
<p class="discount_description">Get it now, up to 50% off.</p>
<a href="#" class="button button--flex">
<i class="ri-shopping-bag-line"></i>Shop Now
</a>
</div>
<img src="img/discount.jpg" alt="image" class="discount_img" />
</div>
</section>
<!--=============== PRODUCTS ===============-->
<section class="products section" id="products">
<h2 class="section_title section_title-gradient products_line">
Chooose <br />
Your Style
</h2>
<div class="products_container container grid">
<article class="products_card">
<div class="products_content">
<img src="img/favorite_1.jpg" alt="image" class="products_img" />
<h3 class="products_title">Black</h3>
<span class="products_price">$249</span>
<button class="button--flex products_button">
<i class="ri-shopping-bag-line button_icon"></i>
</button>
</div>
</article>
<article class="products_card">
<div class="products_content">
<img src="img/favorite_2.jpg" alt="image" class="products_img" />
<h3 class="products_title">Blue</h3>
<span class="products_price">$249</span>
<button class="button--flex products_button">
<i class="ri-shopping-bag-line button_icon"></i>
</button>
</div>
</article>
<article class="products_card">
<div class="products_content">
<img src="img/favorite_3.jpg" alt="image" class="products_img" />
<h3 class="products_title">Purple</h3>
<span class="products_price">$249</span>
<button class="button--flex products_button">
<i class="ri-shopping-bag-line button_icon"></i>
</button>
</div>
</article>
<article class="products_card">
<div class="products_content">
<img src="img/favorite_4.jpg" alt="image" class="products_img" />
<h3 class="products_title">White</h3>
<span class="products_price">$249</span>
<button class="button--flex products_button">
<i class="ri-shopping-bag-line button_icon"></i>
</button>
</div>
</article>
</div>
</section>
</main>
<!--=============== FOOTER ===============-->
<footer class="footer section">
<div class="footer_container container grid">
<a href="#" class="footer_logo">
<img src="img/logo-img.png" alt="image" />
</a>
<div class="footer_content">
<h3 class="footer_title">Products</h3>
<ul class="footer_links">
<li><a href="#" class="footer_link">Headphones</a></li>
<li><a href="#" class="footer_link">Earphones</a></li>
<li><a href="#" class="footer_link">Earbuds</a></li>
<li><a href="#" class="footer_link">Accesories</a></li>
</ul>
</div>
<div class="footer_content">
<h3 class="footer_title">Support</h3>
<ul class="footer_links">
<li><a href="#" class="footer_link">Product help</a></li>
<li><a href="#" class="footer_link">Register</a></li>
<li><a href="#" class="footer_link">Updates</a></li>
<li><a href="#" class="footer_link">Provides</a></li>
</ul>
</div>
<div class="footer_content">
<form action="" class="footer_form">
<input type="email" placeholder="Email" class="footer_input" />
<button class="button button--flex">
<i class="ri-send-plane-line button_icon"></i> Subscribe
</button>
</form>
<div class="footer_social">
<a
href="https://facebook.com/"
target="_blank"
class="footer_social-link"
>
<i class="ri-facebook-fill"></i>
</a>
<a
href="https://instagram.com/"
target="_blank"
class="footer_social-link"
>
<i class="ri-instagram-fill"></i>
</a>
<a
href="https://twitter.com/"
target="_blank"
class="footer_social-link"
>
<i class="ri-twitter-fill"></i>
</a>
</div>
</div>
</div>
<p class="footer_copy">
<a href="" class="footer_copy-link">© Luke Olende</a>
</p>
</footer>
<!--=============== SCROLL UP ===============-->
<a href="#" class="scrollup" id="scroll-up">
<i class="ri-arrow-up-s-line scrollup_icon"></i>
</a>
<!--=============== SCROLL REVEAL ===============-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--=============== MAIN JS ===============-->
<script src="js/main.js"></script>
</body>
</html>