-
Notifications
You must be signed in to change notification settings - Fork 1
/
index1.html
410 lines (386 loc) · 9.84 KB
/
index1.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
<!-- This Page will consist the imported navbar, imported footer, and whole home page -->
<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>Buy internation products</title>
<link rel="stylesheet" href="index.css" />
<!-- Library for slider button icon -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
/>
<!-- To show the logo in the title of website -->
<link
rel="icon"
href="https://i.postimg.cc/sG1kG01m/My-Glamm-Logo-1.jpg"
type="image/x-icon"
/>
<!-- ṃessage icon library -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- Ḷinking the css of the footer -->
<link rel="stylesheet" href="nav1.css" />
<!-- for navbar -->
<script
src="https://kit.fontawesome.com/1bec6be586.js"
crossorigin="anonymous"
></script>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,0,0"
/>
<link rel="stylesheet" href="./font.css" />
</head>
<body>
<div id="navbar"></div>
<div id="home_page">
<!-- Slider add -->
<div id="slider_add">
<img src="" />
<button onclick="slideAdLeft()">
<span class="glyphicon glyphicon-triangle-left"></span>
</button>
<button onclick="slideAdRight()">
<span class="glyphicon glyphicon-triangle-right"></span>
</button>
<div>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
</div>
<!-- add banner -->
<div>
<img
src="https://files.myglamm.com/site-images/original/2240x614-copy_6.jpg"
/>
</div>
<!-- Spotlight product -->
<div id="spotlight">
<div><h1>IN THE SPOTLIGHT</h1></div>
<div>
<div>
<img
src="https://files.myglamm.com/site-images/original/700x488-avc.jpg"
/>
<div class="tootip">
<h1>Flat 50% off</h1>
<p>Flat 50% off</p>
</div>
</div>
<div>
<img
src="https://files.myglamm.com/site-images/original/700x488-avc_1.jpg"
/>
<div class="tootip">
<h1>Lit Liquid Matte Lipsticlk</h1>
<p>Lit Liquid Matte Lipsticlk</p>
</div>
</div>
<div>
<img
src="https://files.myglamm.com/site-images/original/In-the-Spotlight-700x488.jpg"
/>
<div class="tootip">
<h1>Makeup Under Rs.399</h1>
<p>Makeup Under Rs.399</p>
</div>
</div>
</div>
</div>
<!-- Gif ad -->
<div id="gif_ad">
<img
src="https://files.myglamm.com/site-images/original/2240x614-C_6.gif"
/>
<img
src="https://files.myglamm.com/site-images/original/2240x614-Sleek-desktop_1.gif"
/>
</div>
<!-- Bank Partner div -->
<div id="bank_part">
<div><h3>BANK PARTNER</h3></div>
<div>
<div>
<img
src="https://files.myglamm.com/site-images/original/IDFC-offer-3360x279_4.jpg"
alt=""
/>
<h3>IDFC FIRST Bank</h3>
<p>IDFC FIRST Bank</p>
</div>
<div>
<img
src="https://files.myglamm.com/site-images/original/IDFC-offer-3360x279_3.jpg"
alt=""
/>
<h3>AU SMALL FINANCE Bank</h3>
<p>AU SMALL FINANCE Bank</p>
</div>
</div>
</div>
<!-- Best seller scroller section -->
<div id="best_seller">
<div><h3>BEST SELLER</h3></div>
<div id="best_seller_scroll">
<div id="best_seller_scrol_1">1</div>
<div id="best_seller_scrol_2">2</div>
<div id="best_seller_scrol_3">3</div>
<div id="best_seller_scrol_4">4</div>
<div id="best_seller_scrol_5">5</div>
<div id="best_seller_scrol_6">6</div>
<div id="best_seller_scrol_7">7</div>
<div id="best_seller_scrol_8">8</div>
</div>
<button onclick="bestSellerLeft()">
<span class="glyphicon glyphicon-triangle-left"></span>
</button>
<button onclick="bestSellerRight()">
<span class="glyphicon glyphicon-triangle-right"></span>
</button>
</div>
<!-- Essential Budget buys -->
<div id="budget_buys">
<div><h3>ESSENTIAL BUDGET BUYS</h3></div>
<div>
<div>
<img
src="https://files.myglamm.com/site-images/original/combo-Banner--700-x-488_1.jpg"
alt=""
/>
<div class="tootip">
<h1>WIPEOUT</h1>
<p>WIPEOUT</p>
</div>
</div>
<div>
<img
src="https://files.myglamm.com/site-images/original/Glamm-Picks-700x488.jpg"
alt=""
/>
<div class="tootip">
<h1>UNDER 499</h1>
<p>UNDER 499</p>
</div>
</div>
<div>
<img
src="https://files.myglamm.com/site-images/original/Glamm-Must-haves-desktop.jpg"
alt=""
/>
<div class="tootip">
<h1>UNDER 999</h1>
<p>UNDER 999</p>
</div>
</div>
</div>
</div>
<!-- Shop from Categores -->
<div id="shop_from_cate">
<div><h3>SHOP FROM CATEGORIES</h3></div>
<div id="shop_from_cate_div2">
<div>
<img
src="https://files.myglamm.com/site-images/original/SKin-1-2.png"
/>
<p>Foundation</p>
</div>
<div>
<img
src="https://files.myglamm.com/site-images/original/Lips-3.png"
alt=""
/>
<p>Lipsticlk</p>
</div>
<div>
<img
src="https://files.myglamm.com/site-images/original/Superfoods-Model-120-X-120-px_2.jpg"
alt=""
/>
<p>Hair</p>
</div>
<div>
<img
src="https://files.myglamm.com/site-images/original/Eyes-4.png"
alt=""
/>
<p>Eyeshadow</p>
</div>
<div>
<img
src="https://files.myglamm.com/site-images/original/Face-5.png"
alt=""
/>
<p>Face</p>
</div>
<div>
<img
src="https://files.myglamm.com/site-images/original/Nails-1.png"
alt=""
/>
<p>Nail_polish</p>
</div>
<div>
<img
src="https://files.myglamm.com/site-images/original/App-PersonalCare_2.png"
alt=""
/>
<p>Sanitizing Creams</p>
</div>
<div>
<img
src="https://files.myglamm.com/site-images/original/Bath.png"
alt=""
/>
<p>Bath Body</p>
</div>
</div>
</div>
<!-- Wallet options -->
<div id="wallet_offers">
<div><h3>WALLET OFFERS</h3></div>
<div>
<div>
<img
src="https://files.myglamm.com/site-images/original/CRED-Pay-3360x279_4.jpg"
alt=""
/>
<div>
<h3>Cred Pay</h3>
<p>Cred Pay</p>
</div>
</div>
<div>
<img
src="https://files.myglamm.com/site-images/original/mobikwik-3360x279_4.jpg"
alt=""
/>
<div>
<h3>Mobikwik Wallet</h3>
<p>Mobiwik Wallet</p>
</div>
</div>
<div>
<img
src="https://files.myglamm.com/site-images/original/simpl-3360x279_4.jpg"
alt=""
/>
<div>
<h3>Simple Offer</h3>
<p>Simple Offer</p>
</div>
</div>
<div>
<img
src="https://files.myglamm.com/site-images/original/paytm-3360x279_2.jpg"
alt=""
/>
<div>
<h3>Paytm</h3>
<p>Paytm</p>
</div>
</div>
</div>
</div>
<!-- Kits and combos -->
<div id="kits_combo">
<div><h3>KITS & COMBO</h3></div>
<div>
<div>
<img
src="https://files.myglamm.com/site-images/original/desktop-mk-combo.jpg"
alt=""
/>
<h3>Makeup Combos</h3>
<p>Makeup Combos</p>
</div>
<div>
<img
src="https://files.myglamm.com/site-images/original/desktop-skin-combo.jpg"
alt=""
/>
<h3>Skincare Combos</h3>
<p>Skincare Combos</p>
</div>
<div>
<img
src="https://files.myglamm.com/site-images/original/Desktop-combo.jpg"
alt=""
/>
<h3>Beauty Kits Under Rs.499</h3>
<p>Beauty Kits Under Rs.499</p>
</div>
</div>
</div>
<!-- Refer and Earn -->
<div id="refer_earn">
<img
src="https://files.myglamm.com/site-images/original/Community-Banner-2240-x-344_1.jpg"
alt=""
/>
</div>
<!-- Warnig banner-->
<div id="warning">
<img
src="https://files.myglamm.com/site-images/original/disclaimer-mgp_1.png"
alt=""
/>
</div>
<!-- Brand Story -->
<div id="brand_story">
<video
id="brand_story_vedio"
src="https://www.myglamm.com/images/TellMyGlammWhatYouWant.webm"
autoplay
loop
muted
width="100%"
></video>
</div>
<div id="brand_story_content">
<h2>BRAND STORY</h2>
<p>
Backed by one of Europe's largest natural beauty companies, MyGlamm
collaborated with global experts and makeup artists to bring about
exciting innovation in makeup to accomplish our single, focused goal
make looking glamorous effortless!
<br />
<span>Know More</span>
</p>
<img
onclick="playBrandVedio()"
src="https://www.myglamm.com/images/ico-play.png"
alt=""
/>
</div>
</div>
<!-- Fixed positon message icon -->
<div id="message_icon">
<i class="fa fa-commenting-o" style="font-size: 40px"></i>
</div>
<div id="footer"></div>
</body>
</html>
<script src="index.js"></script>
<!-- Importing the footer -->
<script type="module">
import { footer } from './nav&foot.js';
let foot = document.getElementById('footer');
foot.innerHTML = footer();
</script>
<!-- For seeing the categores -->
<script src="product.js"></script>
<!-- Importing the navbar functionality -->
<script type="module">
import { navbar, footer } from './nav&foot.js';
let nav = document.getElementById('navbar');
nav.innerHTML = navbar();
let foot = document.getElementById('footer');
foot.innerHTML = footer();
</script>
<script src="./sign&login.js" type="module"></script>