-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
333 lines (315 loc) · 15.9 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
<!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>Organic Kombucha</title>
<link rel="stylesheet" href="style.css">
<!--Impoting the Roboto Google Font-->
<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=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<!--Font Awesome CDN-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!--CSS stylesheet for Glide JS-->
<link rel="stylesheet" href="glide.core.min.css">
</head>
<body>
<nav>
<div class="logo">kombucha</div>
<div class="nav-links">
<ul>
<li><a href = "#">products</a></li>
<li><a href = "#">story</a></li>
<li><a href = "#">manufacturing</a></li>
<li><a href = "#">packaging</a></li>
</ul>
</div>
<div class="nav-icons">
<ul>
<li><i class="fas fa-search"></i></li>
<li><i class="fas fa-shopping-basket"></i></li>
<li><i class="far fa-user"></i></li>
</ul>
</div>
</nav>
<!--Mobile Hamburger Menu-->
<nav class="topnav">
<a href="#home" class="logo">Kombucha</a>
<div id="myLinks">
<a href="#">News</a>
<a href="#">Contact</a>
<a href="#t">About</a>
<a href = "#">Search</a>
<a href="#">Cart</a>
<a href="#"> Account</a>
</div>
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
<a href="javascript:void(0);" class="icon" onclick="makeHamburgerMenuWork()">
<i class="fa fa-bars"></i>
</a>
</nav>
<!--End of Hamburger Menu-->
<section class = "hero-section">
<div class="hero-container">
<div id = "hero-box-one" class="kombucha-hero-img">
<img height = "550" width = "228" src="images/blackberry_kombucha.png" alt="Blackberry Kombucha">
</div>
<div id = "hero-box-two" class="hero-content">
<span class = "above-hero-title uppercase">Organic Tea</span>
<h1 class = "hero-title uppercase">Sparkling <span class = "hero-dot">.</span>Tea <span class = "orange-text">Kombucha</span></h1>
<p class="hero-product-details">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-price">$ 89.99</div>
<a href="#" class="cta-button uppercase">Buy Now</a>
<div class="product-features">
<div>
<span>Ingredients</span>
<p class = "orange-text">100% Organic</p>
</div>
<div>
<span>Flavors</span>
<p class = "orange-text">5 Variations</p>
</div>
<div>
<span>Volume</span>
<p class = "orange-text">465ml</p>
</div>
</div>
</div>
</div>
</section>
<div class="partner-logo-container">
<img src="images/afterpay logo.jpg" alt="">
<img src="images/unicef logo.jpg" alt="">
<img src="images/first_health logo.jpg" alt="">
<img src="images/interneuron logo.jpg" alt="">
<img src="images/lovato logo.jpg" alt="">
</div>
<section class = "benefits-section">
<h2 class="centered-text">100% Authentic Product</h2>
<p class = "centered-text">And produce say the ten moments parties. Simple innate summer fat appear basket his desire joy</p>
<div class="icon-box-container">
<div class="icon-box">
<!-- <i class="fas fa-bahai"></i> -->
<img src="images/badge_icon.jpg" alt="">
<div class="icon-box-content">
<p>100% Genuine</p>
<p>Product Gaurantee</p>
</div>
</div>
<div class="icon-box">
<img src="images/truck_icon.jpg" alt="">
<div class="icon-box-content">
<p>Gauranteed On Time</p>
<p>Delivery</p>
</div>
</div>
<div class="icon-box">
<img src="images/money_circle_icon.jpg" alt="">
<div class="icon-box-content">
<p>100% Return</p>
<p>Guarantee & Exchange</p>
</div>
</div>
<div class="icon-box">
<img src="images/customer_service_icon.jpg" alt="">
<div class="icon-box-content">
<p>24x7 Customer</p>
<p>Support</p>
</div>
</div>
</div>
<div class="explore-more-container">
<a href="#" class="cta-button uppercase">Explore More</a>
</div>
</section>
<section class = "more-about-kombucha">
<h2 class = "centered-text">Arie Kombucha</h2>
<p class = "centered-text">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 colourful universe.</p>
<div class="two-col-layout">
<!--Row 1-->
<div class = "kombucha-grid-content" id = "kombucha-item-one">
<span class = "orange-text">Kombucha</span>
<h2>Pineapple, Lychee & Hibiscus</h2>
<p>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 ths lively and colorful universe.</p>
<a href="#" class="cta-button">Add To Cart</a>
</div>
<div class = "kombuca-grid-img-container image-border-one" id = "kombucha-item-two">
<img height = "361" width = "150" src="images/pineapple_kombucha.png" alt="Pineapple Kombucha">
<img class = "watch-video" width = "117" height = "77" src="images/watch video.png" alt="">
</div>
<!--Row 2-->
<div class = "kombuca-grid-img-container image-border-two" id = "kombucha-item-three">
<img height = "361" width = "150" src="images/peach_kombucha.png" alt="Pineapple Kombucha">
<img class = "watch-video" width = "117" height = "77" src="images/watch video.png" alt="">
</div>
<div class = "kombucha-grid-content" id = "kombucha-item-four">
<span class = "orange-text">Kombucha</span>
<h2>Peach, Mint & Lemon Balm</h2>
<p>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 ths lively and colorful universe.</p>
<a href="#" class="cta-button">Add To Cart</a>
</div>
<!--Row 3-->
<div class = "kombucha-grid-content" id = "kombucha-item-five">
<span class = "orange-text">Kombucha</span>
<h2>Blackberry, Raspberry & Elder Flower</h2>
<p>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 ths lively and colorful universe.</p>
<a href="#" class="cta-button">Add To Cart</a>
</div>
<div class = "kombuca-grid-img-container image-border-three" id = "kombucha-item-six">
<img height = "361" width = "150" src="images/blackberry_kombucha.png" alt="Pineapple Kombucha">
<img class = "watch-video" width = "117" height = "77" src="images/watch video.png" alt="">
</div>
</div>
</section>
<section class="popular-this-week">
<div class = "title-container">
<h2>Popular This Week</h2>
<div class = "span-numbers">
<span class = "colored">01</span>
<span>02</span>
<span>03</span>
</div>
</div>
<div class="product-card-container">
<div class="product-card">
<div class="card-content">
<h3>Pineapple, Lychee & Hibiscus</h3>
<p>We loved designing this entire series of labels for Singapore based Arie Kombucha</p>
<a href="" class="cta-button">Buy Now</a>
</div>
<div class="card-img-container">
<img src="images/pineapple_kombucha.png" alt="" height = "250" width = "104" class="card-img">
</div>
</div>
<div class="product-card">
<div class="card-content">
<h3>Peach, Mint & Lemon Balm</h3>
<p>We loved designing this entire series of labels for Singapore based Arie Kombucha</p>
<a href="" class="cta-button">Buy Now</a>
</div>
<div class="card-img-container">
<img src="images/peach_kombucha.png" alt="" height = "250" width = "104" class="card-img">
</div>
</div>
</div>
</section>
<section class="stats-section">
<div class = "stat-container">
<img src="images/stats.png" width = "208" height = "155" alt="">
</div>
<div class = "stat-container">
<span>56</span>
<p>Countries supported</p>
</div>
<div class = "stat-container">
<span>122+</span>
<p>International Branches</p>
</div>
<div class = "stat-container">
<span>1M+</span>
<p>Sales through-out the World</p>
</div>
</section>
<!--This section will be a slider component from the Glider JS library -->
<section class="testimonials-section">
<h2 class = "centered-text">Testimonials</h2>
<p class="centered-text">Simple innate summer fat appear basket his entire joy</p>
<!--HTML from Glide JS Library-->
<div class="slider-container">
<div class="glide">
<div class="glide__track" data-glide-el="track">
<ul class="glide__slides">
<li class="glide__slide">
<!-- <i class="quote-icon fas fa-quote-left"></i> -->
<img height = "100" weight = "100" src="images/happy woman.jpg" alt="">
<div class="stars-container"><span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span></div>
<h3>Robin Ayala Doe</h3>
<p class = "centered-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas at ullamcorper lectus. Maecenas at ullamcorper lectus</p>
</li>
<li class="glide__slide">
<!-- <i class="quote-icon fas fa-quote-left"></i> -->
<img height = "100" weight = "100" src="images/happy man 2.jpg" alt="">
<div class="stars-container"><span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span></div>
<h3>John De Marli</h3>
<p class = "centered-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas at ullamcorper lectus. Maecenas at ullamcorper lectus </p>
</li>
<li class="glide__slide">
<!-- <i class="quote-icon fas fa-quote-left"></i> -->
<img height = "100" weight = "100" src="images/happy man.jpg" alt="">
<div class="stars-container"><span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span></div>
<h3>Rowhan Smith</h3>
<p class = "centered-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas at ullamcorper lectus. Maecenas at ullamcorper lectus </p>
</li>
</ul>
</div>
</div>
<div class="glide__arrows" data-glide-el="controls">
<button onClick = "moveLeft()" class="glide__arrow glide__arrow--left" ><i class="fas fa-chevron-left"></i></button>
<button onClick = "moveRight()" class="glide__arrow glide__arrow--right"><i class="fas fa-chevron-right"></i></button>
</div>
</div>
</section>
<!--Footer Section-->
<footer>
<div class="link-wrapper">
<div class = "logo-with-icons">
<div class="logo">kombucha</div>
<p>Sufficient particular impossible by reasonable oh expression is. Yet preference unpleasant.</p>
<div class="social-icons">
<a href = "#"><i class="fab fa-facebook-f"></i></a>
<a href = "#"><i class="fab fa-twitter"></i></a>
<a href = "#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class = "empty-grid-item"> </div>
<div class = "menu">
<ul>
<li class="title">Menu</li>
<li><a href = "#">Donations</a></li>
<li><a href = "#">Features</a></li>
<li><a href = "#">Category</a></li>
<li><a href = "#">Volunteer</a></li>
<li><a href = "#">About Us</a></li>
</ul>
</div>
<div class = "categories">
<ul>
<li class="title">Categories</li>
<li><a href = "#">Healthy Food</a></li>
<li><a href = "#">Education</a></li>
<li><a href = "#">Clean Water</a></li>
<li><a href = "#">Medical Care</a></li>
</ul>
</div>
<div class = "about-us">
<ul>
<li class="title">About Us</li>
<li><a href = "#">Who are you?</a></li>
<li><a href = "#">Contact Us</a></li>
<li><a href = "#">FAQ</a></li>
<li><a href = "#">Help</a></li>
</ul>
</div>
</div>
<hr>
<div class="copyright">© Copyright Kombucha. All Rights Reserved</div>
</footer>
<!--Glide JS library script-->
<script src="https://cdn.jsdelivr.net/npm/@glidejs/glide"></script>
<script src="app.js"></script>
</body>
</html>