forked from deepu2560/forestessentialsindia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
488 lines (466 loc) · 22.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./css/header.css">
<link rel="stylesheet" href="./css/Homepage.css">
<link rel="stylesheet" href="./css/tranding.css">
<link rel="stylesheet" href="./css/pure_fresh.css">
<link rel="stylesheet" href="./css/landingpage.css">
<link rel="icon" type="image/x-icon" href="https://images.forestessentialsindia.com/pub/media/favicon/stores/2/favicon.png">
<title>Luxury Ayurveda Beauty Store</title>
</head>
<body>
<!--THE HEADER PART -->
<div class="header">
<!-- HEADER -->
<div class="main--Navbar">
<!-- NOTIFY DIV -->
<div class="ads">
<div class="notify">COMPLIMENTARY SAMPLES ON EVERY PURCHASE!</div>
<div class="notify">WE DELIVER ACROSS INDIA & INTERNATIONALLY.</div>
<div class="notify">RECEIVE COMPLIMENTARY <a href="/shop.html"><u>GIFT BOXES</u></a> UP TO ₹6500/-</div>
</div>
<!--NAVBAR MAIN -->
<div class="navbar">
<!-- IMAGE NAVBAR 1-->
<div class="navbar--1">
<div class="submenu--left">
<div class="Nav-bar" onclick="Navbar()">
<i class="fa fa-bars"></i>
</div>
<div class="submenu-mg">
<a href="#search" id="search"><img src=".\img\search-icon.png"></a>
</div>
<div class="margin-right mg-medium">STORES</div>
<div>
<select class="INR">
<option>INR</option>
</select>
</div>
</div>
<div class="submenu--center">
<a href="index.html">
<picture>
<source srcset="./img/mobile-logo.png" media="(max-width:540px)">
<img class="submenu--logo" src="./img/FE-Logo_1.webp">
</picture>
</a>
</div>
<div class="submenu--right">
<div class="nav-icon mg-medium">
<a href="./pages/Signin.html">
<span>account</span>
<i class="fa fa-user-circle-o"></i>
</a>
</div>
<div class="nav-icon mg-medium">
<a href="./pages/wishlist.html">
<span>wishlist</span>
<i class='fa fa-heart-o'></i>
</a>
</div>
<div>
<a href="./pages/cart.html" >
<div class="cart">
<img src="./img/cart-icon.png" >
<span id="cart__Count">0</span>
</div>
</a>
</div>
</div>
</div>
<!-- IMAGE NAVBAR 2 LINKS-->
<div class="navbar--2">
<ul class="navbar_nav">
<li class="nav-item">
<!--DISPLAY ONLY MOBILE PHONE RESPONSIVE --->
<div class="responsive_div">
<div class="responsive_link">
<img src="https://images.forestessentialsindia.com/pub/media/new-fe.png" width="15%">
<a href="#" >LOGIN/REGISTER</a>
</div>
<div class="responsive--serach">
<input type="text" placeholder="search the web store" class="search_input search_resp">
<img src=".\img\search-icon.png">
</div>
</div>
</li>
<li class="nav-item comment-tag res-icon-1">
<img src="./img/new.jpg" >
<a href="./pages/bespoke.html" class="nav-link">bespoker services</a>
</li>
<li class="nav-item res-icon-2">
<a href="./pages/Facial.html" class="nav-link">facial care</a>
</li>
<li class="nav-item res-icon-3">
<a href="./pages/body-care.html" class="nav-link" >body care</a>
</li>
<li class="nav-item res-icon-4">
<a href="./pages/Hair.html" class="nav-link" >hair care</a>
</li>
<li class="nav-item res-icon-5">
<a href="./pages/makeup.html" class="nav-link" >makeup</a>
</li>
<li class="nav-item res-icon-6">
<a href="./pages/wellness.html" class="nav-link" >wellness</a>
</li>
<li class="nav-item festivel-tag res-icon-7">
<img src="./img/festival.jpg" >
<a href="./pages/Gifting.html" class="nav-link" >gifting</a>
</li>
<li class="nav-item res-icon-8">
<a href="./pages/rituals.html" class="nav-link" >rituals</a>
</li>
<li class="nav-item res-icon-8">
<a href="./pages/collection.html" class="nav-link" >collections</a>
</li>
<li class="nav-item res-icon-9">
<a href="./pages/discover.html" class="nav-link" >discover</a>
</li>
</ul>
<!--ONLY SHOWS IN MOBILE PHONE -->
<img class="cross--icon__res--hide" src="https://cdn.forestessentialsindia.com/pub/static/frontend/Forest/Theme/en_US/images/cross-icon.svg" onclick="resCrossIcon()">
</div>
<!--ONCLIK SEARCH BAR SHOW --->
<div class="search" id="hide">
<div class="search--div">
<input type="text" placeholder="search the web store" class="search_input">
<img src=".\img\search-icon.png">
</div>
<img class="cross--icon" src="https://cdn.forestessentialsindia.com/pub/static/frontend/Forest/Theme/en_US/images/cross-icon.svg" id="show">
</div>
</div>
</div>
<!-- IMAGE SLIDER -->
<div class="slider_container">
<div class="img_slider">
<picture>
<source srcset="./img/img1_mobile.jpg" media="(max-width:540px)">
<img src="./img/slide1.jpg" width="100%" height="100%" >
</picture>
</div>
<div class="img_slider">
<picture>
<source srcset="./img/slide2_mobile.jpg" media="(max-width:540px)">
<img src="./img/slide2.jpg" width="100%" height="100%" >
</picture>
</div>
<div class="img_slider">
<picture>
<source srcset="./img/slide3_mobile.jpg" media="(max-width:540px)">
<img src="./img/slide3.jpg" width="100%" height="100%" >
</picture>
</div>
<div class="img_slider">
<picture>
<source srcset="./img/slide4_mobile.jpg" media="(max-width:540px)">
<img src="./img/slide4.jpg" width="100%" height="100%" >
</picture>
</div>
<a class="prev" onclick="plus(-1)">❮</a>
<a class="next" onclick="plus(1)">❯</a>
</div>
</div>
<!--THE CONTENT VEDIO AND SOME PRODUCT SECTION-->
<div>
<div id="container">
<div class="text">
<p>If You Cannot Eat It, Do Not Use It On Your Skin</p>
<p>That is the Ayurvedic & Forest Essentials standard for pure, fresh and natural. We believe that beauty products made of living substances such as plants or their extracts, are balanced by nature and contain the vibratory energy that constitutes life. These contain all the purifying, nutritive and balancing properties necessary to nurture the skin and for eternal beauty. They are the perfect foods for the skin.</p>
<div class="images">
<div class="img">
<img src="https://images.forestessentialsindia.com/pub/media/cms_images/Purity-Guaranteed.png"/ width="80%" height="70%">
</div>
<div class="img">
<img src="https://images.forestessentialsindia.com/pub/media/cms_images/Ethically-Sourced.png"/ width="75%" height="70%">
</div>
<div class="img">
<img src="https://images.forestessentialsindia.com/pub/media/cms_images/100-Natural.png"/ width="75%" height="70%">
</div>
<div class="img">
<img src="https://images.forestessentialsindia.com/pub/media/cms_images/Authentically-Ayurvedic.png"/ width="80%" height="70%">
</div>
</div>
<button class="bestsellerbutton">Know More > </button>
</div>
<div class="video">
<iframe width="600" height="420" src="https://www.youtube.com/embed/oXSZklsMI_4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div id="bestseller">
<div class="bestsellertext">
<p>All Time Bestsellers</p>
<button class="bestsellerbutton">View All > </button>
</div>
<div id="selleritems">
<div>
<img src="https://images.forestessentialsindia.com/pub/media/catalog/product/cache/314dec89b3219941707ad62ccc90e585/9/5/9572-png_option_1.png"/>
<p>BESTSELLER</p>
<p>CHARCOAL BLACK GULAB KHAAS KAJAL</p>
<P>0.30 g</P>
<p>₹ 775.00</p>
<button class="bagbutton">ADD TO BAG</button>
</div>
<div>
<img src="https://images.forestessentialsindia.com/pub/media/catalog/product/cache/314dec89b3219941707ad62ccc90e585/8/8/8897_intensive_eye_cream_with_anise_15g_frontnew.png"/>
<p>BESTSELLER</p>
<p>INTENSIVE EYE CREAM WITH ANISE 15g</p>
<P>15 g</P>
<p>₹ 2850.00</p>
<button class="bagbutton">ADD TO BAG</button>
</div>
<div>
<img src="https://images.forestessentialsindia.com/pub/media/catalog/product/cache/314dec89b3219941707ad62ccc90e585/8/8/8842_soundarya_radiance_cream_50g_front.png"/>
<p>BESTSELLER</p>
<p>SOUNDARYA RADIANCE CREAM WITH 24K </p>
<P>50 g</P>
<p>₹ 5400.00</p>
<button class="bagbutton">ADD TO BAG</button>
</div>
<div>
<img src="https://images.forestessentialsindia.com/pub/media/catalog/product/cache/314dec89b3219941707ad62ccc90e585/8/8/8894_night_treatment_cream_sandalwood_saffron_50g_front.png"/>
<p>BESTSELLER</p>
<p>NIGHT TREATMENT CREAM SANDELWOOD</p>
<P>50 g</P>
<p> ₹ 2450.00 </p>
<button class="bagbutton">ADD TO BAG</button>
</div>
</div>
</div>
</div>
<!--CATAEGERY -->
<div id="body_cont_main">
<div id="container1">
<div id="cate">
<h1 id="our_category">Our Categories</h1>
<div id="our_cat">
<div>
<div class="backgrd_img1">
<div class="img_text">
<span class="backgrd_span_font">Facial Care</span>
</div>
<button class="cat-button">SHOP NOW </button>
</div>
<p class="cat_p">Curated with exceptional Ayurvedic ingredients to transform your skin.</p>
</div>
<div>
<div class="backgrd_img2">
<div class="img_text">
<span class="backgrd_span_font">Body Care</span>
</div>
<button class="cat-button">SHOP NOW </button>
</div>
<p class="cat_p">Indulgent and immersive products hat leave your skin satin smooth.</p>
</div>
<div>
<div class="backgrd_img3">
<div class="img_text">
<span class="backgrd_span_font">Hair Care</span>
</div>
<button class="cat-button">SHOP NOW</button>
</div>
<p class="cat_p">A transformative assortment of fortifying and toxin-free care for lush tresses.</p>
</div>
<div>
<div class="backgrd_img4">
<div class="img_text">
<span class="backgrd_span_font">Makeup</span>
</div>
<button class="cat-button">SHOP NOW </button>
</div>
<p class="cat_p">Skin benefitting makeup infused with Ayurvedic herbs and potent botanicals</p>
</div>
</div>
</div>
<div id="img" >
<img src="https://images.forestessentialsindia.com/pub/media/cms_images/soundarya-banner_2880-840.jpg" id="img_iconic">
</div>
<div id="trend_sec">
<h1 id="trend_head">Trending Now</h1>
<div id="trend_content">
<div>
<div id="trend_bckgrd1">
<button class="trend-button" style="margin-left: 25%;">Hair Loss</button>
</div>
<p class="trend_p">Targer hair loss and thinning with Ayurvedic elixirs to achieve lush and lustrous tresses.</p>
</div>
<div>
<div id="trend_bckgrd2">
<button class="trend-button" style="margin-left: 9%;">Mother & Baby Care</button>
</div>
<p class="trend_p">Wisdom of ancient rituals packed into specilized care for you and your baby. Made Safe Certified</p>
</div>
<div>
<div id="trend_bckgrd3">
<button class="trend-button" style="margin-left: 30%;">Dryness</button>
</div>
<p class="trend_p">Glaze your skin with intense nourishment for a satin-smooth and velvety soft touch.</p>
</div>
<div>
<div id="trend_bckgrd4">
<button class="trend-button" style="margin-left: 15%;">Acne-Prone Skin</button>
</div>
<p class="trend_p">Transformation treatments with dermo-purifying blends to clarify and soothe the skin</p>
</div>
</div>
</div>
</div>
</div>
<!--Pure Fresh -->
<div class="homepage_block_1">
<div class="box1">
<div class="heading letter-spacing">Pure Fresh Sensorial</div>
<p class="padd"><b>Every ingredient is sourced from a region where it is known to be of the most superior
quality.</b></p>
<div><a href="link"><b>OUR INGREDIENTS -></b></a></div>
</div>
<div class="box2">
<div class="heading letter-spacing heading_2">Consciously Crafted</div>
<p class="padd"><b>We are relentless in our efforts to be conscientious about the environment and give back
to the society.</b></p>
<div><a href="link"><b>OUR INITIATIVES -></b></a></div>
</div>
<div class="box3">
<div class="heading letter-spacing heading_3">Cult Formulas Proven Results</div>
<p class="padd"><b>We craft high-performance Ayurvedic products for skin and hair that promise results and
purity.</b></p>
<div><a href="link"><b>OUR PRODUCTS -></b></a></div>
</div>
</div>
<div>
<div class="homepage_block_2">
<h1>A Unique Solution Crafted Specially For You.</h1>
<div>
<div class="ayurvedic_interaction">
<div class="img img1">
<div class="h3_box">
<h3>Live In-Depth Ayurvedic Interactions</h3>
</div>
</div>
<h3>speak to our certified doctors for personalised solutions to your concerns.</h3>
</div>
<div class="ayurvedic_interaction">
<div class="img img2">
<div class="h3_box">
<h3>Customized Creams</h3>
</div>
</div>
<h3>Allow our experts to decode your skin concerns with a bespoke Ayurvedic cream..</h3>
</div>
</div>
</div>
</div>
<!---FOOTER PART-->
<div id="newsletter_image_container">
<div id="newslatter_text_container">
<h2 id="newslatter_text_container_heading">Newsletter</h2>
<p>
Get insider access for limited edition offers, new launches, insights on Ayurvedic skincare, beauty tips and more!
</p>
<div id="input_fleld_div">
<input class="inputfield" type="text" placeholder="NAME">
<input class="inputfield" type="text" placeholder="EMAIL">
<button>SUBSCRIBE</button>
<br><br>
</div>
<div>
<input type="checkbox" id="checkbox">
I have read and agree to Forest Essentials
<a href="#">Terms of Conditions</a>.
</div>
</div>
</div>
<div id="service_charac">
<div>
<img src="https://images.forestessentialsindia.com/pub/media/cms_images/100-Ayurvedic.png" alt="" >
<h2>100% Ayurvedic</h2>
<p>Our products are certified 100% natural and inspired by Ayurveda recipes by the ministry of AYUSH. We conform to the highest quality control standards.</p>
</div>
<div>
<img src="https://images.forestessentialsindia.com/pub/media/cms_images/Plant-Based.png" alt="" >
<h2>Plant Based</h2>
<p>We harness the power of plant extracts as a part of our commitment to using naturally effective and sustainably sourced ingredients to achieve superior results organically.</p>
</div>
<div>
<img src="https://images.forestessentialsindia.com/pub/media/cms_images/free-shipping.png" alt="" >
<h2>Free shipping</h2>
<p>On all international orders of INR 9,999/- and above, and on all domestic orders of INR 475/- and above.</p>
</div>
<div>
<img src="https://images.forestessentialsindia.com/pub/media/cms_images/Complimentary-samples.png" alt="" >
<h2>Complimentary Samples</h2>
<p>Enjoy complimentary samples on your orders.</p>
</div>
</div>
<div id="footer">
<div>
<h4>SHOP</h4>
<ul>
<li><a href="">MAKEUP</a></li>
<li><a href="">FACIAL CARE</a></li>
<li><a href="">BODY CARE</a></li>
<li><a href=""HAIR CARE></a></li>
<li><a href="">MEN'S CARE</a></li>
<li><a href="">MOTHER & BABY CARE</a></li>
<li><a href="">WELLNESS</a></li>
<li><a href="">GIFTING</a></li>
</ul>
</div>
<div>
<h4>ABOUT</h4>
<ul>
<li><a href="">OUR PHILOSOPHY</a></li>
<li><a href="">SOCIAL RESPONSIBILITY</a></li>
<li><a href="">MEDIA & PRESS</a></li>
<li><a href="">POLICIES</a></li>
<li><a href="">TERMS</a></li>
<li><a href="">FAQS</a></li>
<li><a href="">SOUNDARYA CLUB FAQS</a></li>
<li><a href="">CAREERS</a></li>
</ul>
</div>
<div>
<h4>QUICK LINKS</h4>
<ul>
<li><a href="">MY ACCOUNT</a></li>
<li><a href="">SOUNDARYA CLUB SIGN IN</a></li>
<li><a href="">AYURVEDIC DOCTOR INTERACTION</a></li>
<li><a href="">CUSTOMIZE A CREAM</a></li>
<li><a href="">STORES</a></li>
<li><a href="">BLOG</a></li>
<li><a href="">OUR INGREDIENTS</a></li>
<li><a href="">FOREST ESSENTIALS UK</a></li>
</ul>
</div>
<div>
<h4>SHOP</h4>
<p>Email:<br><a class="a" href="">[email protected]</a></p>
<p>Phone:<br><a class="a" href="">+91-8010200666</a></p>
<p><a class="a" href="">Contact Us</a></p>
<h4>FOLLOW</h4>
<ul>
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-youtube"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-linkedin"></a>
</ul>
</div>
</div>
<div id="copy_right">
<div>
<span>PAYMENT METHODS</span>
<img src="https://images.forestessentialsindia.com/pub/media/payment-method-new.png" alt="" width="500px">
</div>
<div>
<span>© Forest Essentials</span>
</div>
</div>
</body>
</html>
<!--HEADER JS-->
<script src="./js/header.js"></script>
<script src="index.js"></script>