forked from sauravsaran99/lakmeindia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
294 lines (244 loc) · 13.5 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
<!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 href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+Display:wght@200;300;400&family=Rubik:wght@300;400;600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+Display:wght@200;300;400&family=Rubik:wght@300;400;600&display=swap" rel="stylesheet">
<!-- Footer Start -->
<!-- <link rel="stylesheet" href="cssstyle.css"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" integrity="sha512-Fo3rlrZj/k7ujTnHg4CGR2D7kSs0v4LLanw2qksYuRlEzO+tcaEPQogQ0KaoGN26/zrn20ImR1DfuLWnOo7aBA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Footer End -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<!-- cartstar -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+Display:wght@200;300;400&family=Rubik:wght@300;400;600&display=swap" rel="stylesheet">
<!-- <link rel="stylesheet" href="cart.css"> -->
<!-- cartend -->
<title>Homepage</title>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<!-- <link rel="stylesheet" href="lakmehomesytle.css"> -->
<!-- <link rel="stylesheet" href="lakmehomesytle1.css"> -->
<link rel="stylesheet" href="homepagestyle.css">
<link rel="stylesheet" href="homepagefooter.css">
<link rel="stylesheet" href="homepagenavbar.css">
<!-- <link rel="stylesheet" href="navbar3.css"> -->
</head>
<body>
<!-- cartstar -->
<!-- cartend -->
<section id="header">
<nav id="nav">
<div id="nav">
<div id="head">
<div id="menu"><i class=" menufasbar fas fa-bars"></i></div>
<div id="lakme">
<img src="https://cdn.shopify.com/s/files/1/0014/3514/0183/files/logo_37106f0a-2cdf-4ed0-9a97-33ad520b6682_155x.png?v=1599222024"
alt="">
</div>
<div id="middle">
<div id="home">HOME</div>
<div>MAKE UP</div>
<div>SKIN</div>
<div>TRENDING</div>
<div>SALE</div>
<div>VALE SETS & COMBOS</div>
<div>FIND YOUR MATCH</div>
<div>LAKME SKIN PRO</div>
<div>MORE</div>
</div>
<div id="icon">
<div><i class="fal fa-heart"></i></div>
<div id="signin"><i class="fal fa-user"></i></div>
<div><i class="fal fa-search"></i></div>
<div id="cart"><i class="fal fa-shopping-bag"></i></div>
</div>
<div id="small" class="sm-icon">
<div id="signin"><i class="fal fa-user"></i></div>
<div id="cart"><i class="fal fa-shopping-bag"></i></div>
</div>
</div>
</div>
</nav>
<div id="header-box">
<img src="./image/header2.jpg" alt="header-image" width="100%" height="100%" id="header-img">
<img src="./image/mobile.jpg" alt="header-image" width="100%" height="100%" id="header-img2">
<img src="./image/mobile.jpg" alt="header-image" width="100%" height="100%" id="header-img3">
</div>
</section>
<div class="header-circle">
<ol id="header-dot">
<button class="dot dot1"></button>
<button class="dot dot2"></button>
<button class="dot dot3"></button>
<button class="dot dot4"></button>
<button class="dot dot5"></button>
</ol>
</div>
<div id="lipistick">
<div class="lip">
<!-- <img src="/image/lipistik.png" alt="lipistick"> -->
<h1 class="trending">TRENDING NOW</h1>
</div>
</div>
<!-- <p class="p herderP"> Your favourite Lakmé Make-up and Skin Care. </p> -->
<div id="box"></div>
<div id="prod">
<button id='productbtn' onclick="gotoproductpage()"> VIEW ALL PRODUCT</button>
</div>
<div id="lipistick">
<div class="lip">
<h1 class="trending">FIND YOUR MATCH</h1>
</div>
</div>
<div class="p">
<p>Trying make-up was never this easy!<br>Now find your perfect shade of lip color and foundation in seconds </p>
</div>
<div id="img3">
<div><img
src="https://cdn.shopify.com/s/files/1/0014/3514/0183/files/virtual_try_on_lipstick_foundation_banners_9ebe6262-b0ef-460c-93ae-7fb98f8b4d0b_750x695_crop_center.gif?v=1632209120"
alt=""></div>
<div><img
src="https://cdn.shopify.com/s/files/1/0014/3514/0183/files/virtual_try_on_foundation_banners_66b31c77-31bd-4e7d-8176-1b1b50f3caaf_750x695_crop_center.jpg?v=1632209237"
alt=""></div>
</div>
<div id="lipistick">
<div class="lip">
<h1 class="trending">BEST DEAL</h1>
</div>
</div>
<div class="p">
<p>Now buy more and save more on Make-Up and Skin Care </p>
</div>
<div id="img4">
<div><img
src="https://cdn.shopify.com/s/files/1/0014/3514/0183/files/768_x_960_paint_pot_banner_9b435673-bfd1-4018-af7a-30e0eab5237f_750x960_crop_center.jpg?v=1632210017"
alt=""></div>
<div><img
src="https://cdn.shopify.com/s/files/1/0014/3514/0183/files/768_x_960_lip_crayon_banner_461f850d-6dc7-4822-8550-458a9d46d8aa_750x960_crop_center.jpg?v=1632210061"
alt=""></div>
<div><img
src="https://cdn.shopify.com/s/files/1/0014/3514/0183/files/768_x_960_Vitamin_C_banner_89ad3466-21a6-4a7d-be01-cd73e5c2f81a_750x960_crop_center.jpg?v=1632210210"
alt=""></div>
<div><img
src="https://cdn.shopify.com/s/files/1/0014/3514/0183/files/678_x_960_new_page_banner_750x960_crop_center.jpg?v=1632291384 "
alt=""></div>
</div>
<div id="lipistick">
<div class="lip">
<h1 class="trending">DISCOVER</h1>
</div>
</div>
<div class="p">
<p>Get inspired and get glam!
Lakmé presents Masterclass with ace makeup artist Namrata Soni and dazzling Ananya Panday! </p>
</div>
<div id="img5"><img
src="https://cdn.shopify.com/s/files/1/0014/3514/0183/files/maxresdefault_1842bf5d-5bae-461a-9487-e0850fb1848c.jpg?v=1628051948"
alt=""></div>
<!-- <div id="lipistick">
<div class="lip">
<h1 class="trending">TRENDS</h1>
</div>
</div>
<div class="p">
<p>Get inspired and get glam!
Lakmé presents Masterclass with ace makeup artist Namrata Soni and dazzling Ananya Panday! </p>
</div>
<div id="prod" >
<button onclick="gotoproductpage()" > VIEW </button>
</div> -->
<!-- <div id="lipistick">
<div class="lip">
<h1 class="trending">JOIN THE CLUB</h1>
</div>
</div>
<div class="p">
<p>Get inspired and get glam!
Lakmé presents Masterclass with ace makeup artist Namrata Soni and dazzling Ananya Panday! </p>
</div> -->
<div class="locationContact">
<div class="store flex">
<div>
<h4 class="margin-left" >STORE</h4>
<h4 class="margin-left">LOCATOR</h4>
</div>
<div class="circleBorder location">
<i class="fas fa-location-arrow"></i>
</div>
</div>
<div class="line">
<div></div>
</div>
<div>
<h4 class="getintouch" >GET ON TOUCH</h4>
<div class="flex">
<div class="circleBorder">
<i class="fas fa-phone-alt"></i>
</div>
<div class="circleBorder"><i class="far fa-comments"></i></div>
<div class="circleBorder"><i class="fas fa-envelope-open"></i></div>
</div>
</div>
</div>
<div class="footer">
<!-- <div class = "footerContent"> -->
<div class="image">
<div class="insideImagebox flex ">
<img class="imageLeft" src="https://cdn.shopify.com/s/files/1/0014/3514/0183/files/logo_155x_2x_36903a57-eff3-46a2-b04e-c7a9465ece1d_medium.png?v=1632222917" alt="">
<p class="followLatest">FOLLOW LATEST UPDATES & NEW LAUNCHES</p>
<div class="log">
<div class="circleBorder blue"><i class="fab blue fa-facebook"></i></div>
<div class="circleBorder pink"><i class="fab pink fa-instagram"></i></div>
<div class="circleBorder red"><i class="fab red fa-youtube"></i></div>
</div>
</div>
</div>
<div class="contactUs">
<div class="contactUs1" >
<h2 class="contact">CONTACT US</h2>
<p class="us">[email protected]</p>
<p class="us">1800-313-9293</p>
<p class="us">Mon - Sat , 9 am to 7 pm</p>
</div>
<div class="content">
<h2 class="contentH2">ABOUT US</h2>
<p class="aboutUs">The contemporary Indian beauty expert - Lakmé continuously innovates to offer a
wide range of high performance and world class cosmetics and skincare products that have earned recognition from the People for the Ethical Treatment of Animals (PETA). We, at Lakme, combine international cosmetic technology with an in-depth understanding of the Indian woman’s needs and offer a comprehensive beauty experience to our customers through products that are ideal for a variety of Indian skin tones. Lakmé was the country's first cosmetic brand to introduce makeup to Indian women and takes pride in being the expert on Indian Beauty for over 50 years. We also take immense pride in being a compassionate beauty brand which is why we do not believe in or support testing on animals. Our bond with beauty and fashion goes beyond skincare & makeup hence it is manifested through the renowned Lakmé Fashion Week, which is now the largest fashion event
of its kind in the country that celebrates the beauty of fashion</p>
</div>
</div>
<div class="help">
<div>
<h2 class="helpH2">HELP</h2>
<p class="helpP">Beauty Consultation</p>
<p class="helpP">FAQ</p>
<p class ="helpP">Contact Us</p>
<p class="helpP">Track Order</p>
<p class="helpP">Shipping</p>
<p class="helpP">Terms & Conditions</p>
</div>
</div>
<div class="helpNeed">
<div>
<h2 class="need">NEED HELP?</h2>
<p class="need2">Email Us:</p>
<p class="need2">[email protected]</p>
<p class="need2">Call Us:</p>
<p class="need2">1800-313-9293</p>
<p class="need2">Working Timing:</p>
<p class="need2">Mon - Sat , 9 am to 7 pm</p>
</div>
</div>
<!-- </div> -->
</div>
<script src="cartscript.js"></script>
<script src="script.js"></script>
<script src="homepagescript.js"></script>
<script src="product_page_navbar.js"></script>
</body>
</html>