-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
412 lines (404 loc) · 16.3 KB
/
index.html
File metadata and controls
412 lines (404 loc) · 16.3 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
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
<!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">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.6.1/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
<link rel="stylesheet" href="style.css">
<title>Kombucha - Sparkling Tea</title>
</head>
<body>
<header>
<nav class="nav container" id="nav">
<h2 class="nav__logo">KOMBUCHA</h2>
<div class="nav__right" id="nav-right">
<ul class="nav__list">
<li class="nav__item nav__item--active">products</li>
<li class="nav__item">story</li>
<li class="nav__item">manufacturing</li>
<li class="nav__item">packaging</li>
</ul>
<div class="nav__icons">
<i class="bi bi-search nav__icon"></i>
<i class="bi bi-basket nav__icon"></i>
<i class="bi bi-person nav__icon"></i>
</div>
</div>
<i class="bi bi-list nav__hamburger" id="nav-btn"></i>
</nav>
</header>
<div class="hero container">
<div class="hero__left">
<img class="hero__img" src="/img/hero-item.png" alt="item 1">
</div>
<div class="hero__right">
<h3 class="hero__product-type">ORGANIC TEA</h3>
<h2 class="hero__product-name">SPARKLING . TEA</h2>
<h1 class="hero__product-brand">KOMBUCHA</h1>
<p class="hero__product-desc">Sparkling teas are essentially a mix of soda and tea, a cold carbonated
version of the healthy
classic-and
health experts love them. "These beverages can provide the benefits of the tea in them," says Jessica
Cording, R.D.</p>
<div class="hero__product-price">
$ 89.99
</div>
<button class="btn">
BUY NOW
</button>
<div class="hero__product-info">
<div class="hero__product-info-item">
<div class="hero__product-info-title">INGREDIENTS</div>
<div class="hero__product-info-desc">100% Organic</div>
</div>
<div class="hero__product-info-item">
<div class="hero__product-info-title">FLAVORS</div>
<div class="hero__product-info-desc">5 variations</div>
</div>
<div class="hero__product-info-item">
<div class="hero__product-info-title">VOLUME</div>
<div class="hero__product-info-desc">465ml</div>
</div>
</div>
</div>
</div>
<div class="section__companies">
<div class="container section__companies--flex">
<img src="img/Afterpay_logo.svg" alt="" class="section__companies-logo">
<img src="img/UNICEF-Logo.wine.svg" alt="" class="section__companies-logo">
<img src="img/first-health.svg" alt="" class="section__companies-logo">
<img src="img/interneuron.svg" alt="" class="section__companies-logo">
<img src="img/lovato.svg" alt="" class="section__companies-logo">
</div>
</div>
<section class="section container">
<h2 class="section__heading section__heading--center">100% Authentic Product</h2>
<p class="section__caption section__caption--center">And produce say the ten moments parties. Simple innate
summer fat appear basket his
desire joy.</p>
<div class="section__guarantee">
<div class="section__guarantee-item">
<img src="img/badge.png" alt="">
<p class="section__caption section__caption--mgt">100% Genuine<br> Product Guarantee</p>
</div>
<div class="section__guarantee-item">
<img src="/img/truck.png" alt="">
<p class="section__caption section__caption--mgt">Guarantee On Time Delivery</p>
</div>
<div class="section__guarantee-item">
<img src="/img/money.png" alt="">
<p class="section__caption section__caption--mgt">100% Return<br> Guarantee & Exchange</p>
</div>
<div class="section__guarantee-item">
<img src="/img/businesswoman.png" alt="">
<p class="section__caption section__caption--mgt">24x7 Customer Support</p>
</div>
</div>
<button class="btn btn--center">Explore More</button>
</section>
<section class="section container">
<h2 class="section__heading section__heading--center">Arie Kombucha</h2>
<p class="section__caption section__caption--center">We loved designing this entire series of labels for
Singapore based Arie Kombucha. The label's philosophy concerning fresh and energetic ingredients was key
when creating this lively and colorful universe.</p>
<div class="section__product">
<div class="section__product-desc">
<h4 class="section__brand">KOMBUCHA</h4>
<h2 class="section__heading">Pineapple, Lychee & Hibiscus</h2>
<p class="section__product-caption">We loved designing this entire series of labels for
Singapore based Arie Kombucha. The label's philosophy concerning fresh and energetic ingredients was
key
when creating this lively and colorful universe.</p>
<button class="btn">ADD TO CART</button>
</div>
<div class="section__product-thumb section__product-thumb--item2">
<img class="section__product-img" src="/img/item-2.png" alt="">
<div class="section__vid-btn">
<div class="section__vid-btn-circle">
<i class="bi bi-play-fill section__play-icon"></i>
</div>
<div class="section__play-label">watch video</div>
</div>
</div>
</div>
<div class="section__product">
<div class="section__product-desc">
<h4 class="section__brand">KOMBUCHA</h4>
<h2 class="section__heading">Peach, Mint & Lemon Balm</h2>
<p class="section__product-caption">We loved designing this entire series of labels for
Singapore based Arie Kombucha. The label's philosophy concerning fresh and energetic ingredients was
key
when creating this lively and colorful universe.</p>
<button class="btn">ADD TO CART</button>
</div>
<div class="section__product-thumb section__product-thumb--item3">
<img class="section__product-img" src="/img/item-3.png" alt="">
<div class="section__vid-btn section__vid-btn--left">
<div class="section__vid-btn-circle section__vid-btn-circle--left">
<i class="bi bi-play-fill section__play-icon"></i>
</div>
<div class="section__play-label section__play-label--left">watch video</div>
</div>
</div>
</div>
<div class="section__product">
<div class="section__product-desc">
<h4 class="section__brand">KOMBUCHA</h4>
<h2 class="section__heading">Blackberry, Raspberry & Elderflower</h2>
<p class="section__product-caption">We loved designing this entire series of labels for
Singapore based Arie Kombucha. The label's philosophy concerning fresh and energetic ingredients was
key
when creating this lively and colorful universe.</p>
<button class="btn">ADD TO CART</button>
</div>
<div class="section__product-thumb section__product-thumb--item1">
<img class="section__product-img" src="/img/item-1.png" alt="">
<div class="section__vid-btn">
<div class="section__vid-btn-circle">
<i class="bi bi-play-fill section__play-icon"></i>
</div>
<div class="section__play-label">watch video</div>
</div>
</div>
</div>
</section>
<section class="section container section__popular">
<div class="section__popular-heading">
<h2 class="section__heading">Popular This Week</h2>
<div class="section__popular-selector">
<div class="section__popular-selector-num section__popular-selector-num--active">
01
<hr class="section__popular-selector-dash section__popular-selector-dash--active">
</div>
<div class="section__popular-selector-num">
02
<hr class="section__popular-selector-dash">
</div>
<div class="section__popular-selector-num">
03
<hr class="section__popular-selector-dash">
</div>
</div>
</div>
<div class="section__popular-cards">
<div class="section__popular-card section__popular-card--shadow">
<div class="section__popular-card-left">
<h4 class="section__popular-heading">
Pineapple, Lychee & Hibiscus
</h4>
<p class="section__popular-p">
We loved designing this entire series of labels for Singapore based Arie Kombucha.
</p>
<button class="btn">Buy Now</button>
</div>
<img class="section__popular-img" src="img/item2.png" alt="">
</div>
<div class="section__popular-card section__popular-card--shadow">
<div class="section__popular-card-left">
<h4 class="section__popular-heading">
Peach, Mint & Lemon Balm
</h4>
<p class="section__popular-p">
We loved designing this entire series of labels for Singapore based Arie Kombucha.
</p>
<button class="btn">Buy Now</button>
</div>
<img class="section__popular-img" src="img/item2.png" alt="">
</div>
</div>
</section>
<section class="section__stats">
<div class="section__stats--flex container">
<img src="img/stat-graph.png" alt="" class="section__stats-graph">
<div class="section__stats-item">
<h2 class="section_stats-heading">
56
</h2>
<p class="section_stats-caption">
Countries Supported
</p>
</div>
<div class="section__stats-item">
<h2 class="section_stats-heading">
122+
</h2>
<p class="section_stats-caption">
International Branches
</p>
</div>
<div class="section__stats-item">
<h2 class="section_stats-heading">
1M+
</h2>
<p class="section_stats-caption">
Sales through-out the world
</p>
</div>
</div>
</section>
<section class="section__testimonials">
<div class="section__heading">Testimonials</div>
<div class="section__caption">Simple innate summer fat appear basket his desire joy.</div>
<div class="swiper">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide section__testimonial-slide">
<img src="img/faces/man1.jpg" alt="" class="section__testimonial-img">
<div class="section__testimonial-rating">
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</div>
<h4 class="section__testimonial-name">John Doe</h4>
<img src="img/left-quote.png" alt="" class="section__testimonial-quote">
<p class="section__testimonial-caption">
And produce say the ten moments parties. Simple innate summer fat appear basket his desire joy.
Outward at gravity do excited.
</p>
</div>
<div class="swiper-slide section__testimonial-slide">
<img src="img/faces/woman1.jpg" alt="" class="section__testimonial-img">
<div class="section__testimonial-rating">
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</div>
<h4 class="section__testimonial-name">Jane Doe</h4>
<img src="img/left-quote.png" alt="" class="section__testimonial-quote">
<p class="section__testimonial-caption">
And produce say the ten moments parties. Simple innate summer fat appear basket his desire joy.
Outward at gravity do excited.
</p>
</div>
<div class="swiper-slide section__testimonial-slide">
<img src="img/faces/man2.jpg" alt="" class="section__testimonial-img">
<div class="section__testimonial-rating">
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</div>
<h4 class="section__testimonial-name">John Doe</h4>
<img src="img/left-quote.png" alt="" class="section__testimonial-quote">
<p class="section__testimonial-caption">
And produce say the ten moments parties. Simple innate summer fat appear basket his desire joy.
Outward at gravity do excited.
</p>
</div>
<div class="swiper-slide section__testimonial-slide">
<img src="img/faces/woman2.jpg" alt="" class="section__testimonial-img">
<div class="section__testimonial-rating">
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</div>
<h4 class="section__testimonial-name">Jane Doe</h4>
<img src="img/left-quote.png" alt="" class="section__testimonial-quote">
<p class="section__testimonial-caption">
And produce say the ten moments parties. Simple innate summer fat appear basket his desire joy.
Outward at gravity do excited.
</p>
</div>
<div class="swiper-slide section__testimonial-slide">
<img src="img/faces/man3.jpg" alt="" class="section__testimonial-img">
<div class="section__testimonial-rating">
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</div>
<h4 class="section__testimonial-name">John Doe</h4>
<img src="img/left-quote.png" alt="" class="section__testimonial-quote">
<p class="section__testimonial-caption">
And produce say the ten moments parties. Simple innate summer fat appear basket his desire joy.
Outward at gravity do excited.
</p>
</div>
<div class="swiper-slide section__testimonial-slide">
<img src="img/faces/woman3.jpg" alt="" class="section__testimonial-img">
<div class="section__testimonial-rating">
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</div>
<h4 class="section__testimonial-name">Jane Doe</h4>
<img src="img/left-quote.png" alt="" class="section__testimonial-quote">
<p class="section__testimonial-caption">
And produce say the ten moments parties. Simple innate summer fat appear basket his desire joy.
Outward at gravity do excited.
</p>
</div>
</div>
</div>
<!-- If we need navigation buttons -->
<div class="section__swiper-btns">
<i class="bi bi-chevron-left section__swiper-btn"></i>
<i class="bi bi-chevron-right section__swiper-btn"></i>
</div>
</section>
<footer class="footer">
<div class="container footer__container--flex">
<div class="footer__left">
<h3 class="footer__left-heading">KOMBUCHA</h3>
<div class="footer__left-caption">
Sufficient particular impossible by reasonable oh expression is. Yet preference unpleasant.
</div>
<div class="footer__left-social">
<i class="bi bi-facebook footer__left-social-icon"></i>
<i class="bi bi-twitter footer__left-social-icon"></i>
<i class="bi bi-instagram footer__left-social-icon"></i>
</div>
</div>
<div class="footer__grid">
<h3 class="footer__grid-heading">Menu</h3>
<h3 class="footer__grid-heading">Categories</h3>
<h3 class="footer__grid-heading">About Us</h3>
<p class="footer__grid-link">Donations</p>
<p class="footer__grid-link">Healthy Food</p>
<p class="footer__grid-link">Who are you?</p>
<p class="footer__grid-link">Features</p>
<p class="footer__grid-link">Education</p>
<p class="footer__grid-link">Contact Us</p>
<p class="footer__grid-link">Category</p>
<p class="footer__grid-link">Clean Water</p>
<p class="footer__grid-link">FAQ</p>
<p class="footer__grid-link">Volunteer</p>
<p class="footer__grid-link">Medical Help</p>
<p class="footer__grid-link">Help</p>
<p class="footer__grid-link">About Us</p>
</div>
</div>
<div class="footer__copyright container">
© Copyright kombucha. All rights reserved
</div>
</footer>
<div class="attributes">
<div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a
href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
<div>Icons made by <a href="https://www.flaticon.com/authors/dinosoftlabs" title="DinosoftLabs">DinosoftLabs</a>
from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
</div>
<script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
<script src="scripts.js"></script>
</body>
</html>