forked from Rounak-09/Bobbi_Brown_Cosmetics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
productguide.html
415 lines (392 loc) · 11.6 KB
/
productguide.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
<!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>product guide</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined">
<script src="https://kit.fontawesome.com/32f181d7c4.js" crossorigin="anonymous"></script>
<style>
body {
font-family: "BBText Regular",Helvetica,Arial,sans-serif;
margin: 0px;
}
#container1 {
color: white;
}
#top {
width: 100%;
height: 120px;
padding-top: 30px;
display: flex;
background-color: black;
}
#email {
letter-spacing: 2px;
font-size: 11px;
font-weight: bold;
}
a {
color: white;
text-decoration: none;
}
#search {
font-size: 15px;
font-weight: bold;
width: 150px;
margin-bottom: 5px;
background-color: black;
border: 0px solid black;
}
#find {
padding-top: 65px;
height: 20px;
display: flex;
padding-bottom: 5px;
border-bottom: 1px solid white;
}
#find>img {
height: 100%;
}
#discount {
width: 100%;
height: 50px;
text-align: center;
font-size: 15px;
padding-top: 1px;
background-color: rgb(58, 58, 58);
}
#left {
width: 20%;
height: 130px;
font-size: small;
}
#left>div {
width: 60%;
margin: auto;
}
#center {
width: 60%;
height: 150px;
}
#title {
width: 345px;
margin: auto;
}
img {
width: 100%;
}
#tabs {
padding-top: 50px;
width: 90%;
font-size: 14px;
display: flex;
margin: auto;
justify-content: space-between;
}
#right {
width: 20%;
height: 130px;
}
#right>div {
width: 70%;
display: flex;
justify-content: space-between;
letter-spacing: 1px;
font-size: 11px;
font-weight: bold;
margin: auto;
}
.rightImage {
height: 20px;
}
.rightImage>img {
height: 100%;
}
/* Header End */
#main{
background-color: black;
height: 180px;
}
#main>div{
color: white;
text-align: center;
padding: 40px;
}
.child>h1{
letter-spacing: 4px;
}
.child>p{
width: 400px;
margin: auto;
margin-top: -10px;
}
#container{
display: grid;
grid-template-columns: repeat(3,1fr);
}
#container>div>img{
width: 450px;
height: 300px;
}
#container>div{
padding: 20px;
}
/* fotter */
#footer {
width: 100%;
height: 570px;
color: white;
margin-top: 30px;
background-color: black;
}
.blackOption {
background-color: black;
color: white;
padding: 15px 45px;
font-size: 14px;
border: 1px solid white;
}
.mediumFont {
font-size: 14px;
font-weight: bold;
}
#footerContents {
display: flex;
height: 350px;
border-bottom: 1px solid #B7B7B8;
padding-top: 40px;
}
#footerLeft {
width: 50%;
display: flex;
justify-content: space-evenly;
}
#footerRight {
width: 50%;
}
.blackInput {
width: 100%;
}
.blackSubmit {
border: 1px solid white;
padding: 14px;
background-color: black;
color: white;
margin-top: 15px;
}
#input {
width: 275px;
margin: auto;
}
.blackInput::placeholder {
color: white;
}
.footerIcons {
margin-top: 10px;
font-size: 30px;
padding-right: 15px;
}
.gap {
margin-top: 50px;
}
#footerBottom {
font-size: 15px;
padding-top: 30px;
color: #B7B7B8;
width: 90%;
display: flex;
margin: auto;
}
#footerBottom>div {
width: 50%;
}
#bottomTabs {
display: flex;
justify-content: space-evenly;
}
#bottomTabs>div>div {
width: 200px;
padding-top: 15px;
margin: auto;
}
#bottomIcon {
padding-top: 30px;
width: 50px;
}
/* fotter end */
</style>
</head>
<body>
<!-- head -->
<div id="container1">
<div id="top">
<div id="left">
<div id="email">
<a>EMAIL SIGN UP</a>
</div>
<div id="find">
<i class="fa-solid fa-magnifying-glass"></i>
<input id="search" type="text" placeholder="SEARCH">
<hr>
</div>
</div>
<div id="center">
<div id="title">
<img src="https://www.bobbibrowncosmetics.com/media/export/cms/logo.png">
</div>
<div id="tabs">
<div><a>NEW</a></div>
<div><a>BESTSELLERS</a></div>
<div><a>FACE</a></div>
<div><a>MAKEUP</a></div>
<div><a>SKINCARE</a></div>
<div><a>VIRTUAL SERVICES</a></div>
<div><a>DISCOVER</a></div>
</div>
</div>
<div id="right">
<div>
<div><a>JOIN BB<u>ACCESS</u></a></div>
<i class="fa-solid fa-location-dot icons"></i></i>
<i class="fa-regular fa-user icons"></i>
<i window.location.href = "addTocart.html" class="fa-solid fa-bag-shopping icons"></i>
</div>
</div>
</div>
<div id="discount">
<p>Get 15% off your first order plus free shipping everyday when you join BB Access</p>
</div>
</div>
<!-- Head End -->
<div id="main">
<div class="child">
<h1>PRODUCT GUIDES</h1>
<p>Take the guesswork out of your beauty routine with our curated guides for makeup and skincare</p>
</div>
</div>
<div id="container">
</div>
<div id="footer">
<div id="footerContents">
<div id="footerLeft">
<div>
<p class="bold">NEED HELP?</p>
<p class="mediumFont">Chat with an Artist</p>
<p class="titleTop">Text An Artist</p>
<p class="titleTop">Call Us (877)-310-9222</p>
<p class="titleTop">Shipping & Returns</p>
<p class="titleTop">FAQS</p>
<p class="titleTop">Careers</p>
<select class="blackOption">
<option>CHOOSE LOCATION</option>
</select>
</div>
<div>
<p class="bold">MY BOBBI BROWN</p>
<p class="titleTop">BB Access</p>
<p class="titleTop">My Account</p>
<p class="titleTop">My Orders</p>
<p class="titleTop">Store Locator</p>
</div>
</div>
<div id="footerRight">
<div id="input">
<input type="text" class="blackInput blackSubmit" placeholder="ENTER YOUR EMAIL">
<input type="number" class="blackInput blackSubmit" placeholder="ENTER YOUR MOBILE PHONE">
<button class="blackSubmit">SUBMIT</button>
<div>
<p class="bold gap">FOLLOW US</p>
<i class="fa-brands fa-facebook-f footerIcons"></i>
<i class="fa-brands fa-twitter footerIcons"></i>
<i class="fa-brands fa-youtube footerIcons"></i>
<i class="fa-brands fa-instagram footerIcons"></i>
<i class="fa-brands fa-pinterest footerIcons"></i>
</div>
</div>
</div>
</div>
<div id="footerBottom">
<div>
<p>© Bobbi Brown Professional Cosmetics, Inc. All worldwide rights reserved.</p>
</div>
<div id="bottomTabs">
<div>
<div><a>Terms & Conditions</a></div>
<div><a>California Do Not Sell My Personal Information</a></div>
<div><a>Accessibility</a></div>
</div>
<div>
<div><a>Interest Based Ads</a></div>
<div><a>Privacy Policy</a></div>
</div>
<div id="bottomIcon"><img src="https://www.bobbibrowncosmetics.com/media/images/global/bobbi_access_icon.jpg"></div>
</div>
</div>
</div>
</body>
</html>
<!-- for script part -->
<script>
var guiDe = [
{ image:"https://www.bobbibrowncosmetics.com/media/export/cms/guides/BeautyGuides/SS20-GUIDE-LANDINGPAGE_FoundationBasics.jpg",
name:"FOUNDATION GUIDE",
name1:"Discover the skin-true formula that’s right for you.",
},
{image:"https://www.bobbibrowncosmetics.com/media/export/cms/guides/BeautyGuides/SS20-GUIDE-LANDINGPAGE_ConcealerBasics.jpg",
name:"CONCEALER GUIDE",
name1:"Discover the skin-true formula that’s right for you.",
},
{image:"https://www.bobbibrowncosmetics.com/media/export/cms/guides/BeautyGuides/SS20-GUIDE-LANDINGPAGE_SkincareBasics.jpg",
name:"SKINCARE GUIDE",
name1:"Perfect your regimen and prep for flawless makeup with our go-to guide.",
},
{image:"https://www.bobbibrowncosmetics.com/media/export/cms/guides/BeautyGuides/SS20-GUIDE-LANDINGPAGE_LipBasics.jpg",
name:"LIP GUIDE",
name1:"Explore every lip color by shade, formula and finish—from bold, brilliant shine to ultra-matte.",
},
{image:"https://www.bobbibrowncosmetics.com/media/export/cms/guides/BeautyGuides/SS20-GUIDE-LANDINGPAGE_GlowBasics.jpg",
name:"GLOW GUIDE",
name1:"Whether you want subtle luminosity or a high-impact sheen, we make it simple to find your perfect glow.",
},
{image:"https://www.bobbibrowncosmetics.com/media/export/cms/guides/BeautyGuides/SS20-GUIDE-LANDINGPAGE_EyeShadowBasics.jpg",
name:"EYE SHADOW GUIDE",
name1:"From powder and cream shadows to versatile palettes, we have everything you need to shade, line and define.",
},
{image:"https://www.bobbibrowncosmetics.com/media/export/cms/guides/BeautyGuides/SS20-GUIDE-LANDINGPAGE_EyelinerBasics.jpg",
name:"EYELINER GUIDE",
name1:"Everything you need to line and define eyes—from long-wearing pencils to ultra-precise liquid formulas.",
},
{image:"https://www.bobbibrowncosmetics.com/media/export/cms/guides/BeautyGuides/SS20-GUIDE-LANDINGPAGE_MascaraBasics.jpg",
name:"MASCARA GUIDE",
name1:"Volumize, lengthen and define with high-impact mascara for every lash look.",
},
{image:"https://www.bobbibrowncosmetics.com/media/export/cms/guides/BeautyGuides/SS20-GUIDE-LANDINGPAGE_BrushBasics.jpg",
name:"BRUSH GUIDE",
name1:"Find the right tools for any look with our collection of high-performance synthetic brushes.",
},
{image:"https://www.bobbibrowncosmetics.com/media/export/cms/guides/BeautyGuides/BB-Guides-LandingPage-Tile-Brow_@2x.jpg",
name:"BROW GUIDE",
name1:"With the right tools and techniques, mastering the art of shading and defining your brows is easier than you think.",
}
]
guiDe.map(function(elem){
var mainDiv = document.createElement("div")
var Image = document.createElement("img")
Image.setAttribute("src",elem.image)
var Name = document.createElement("h2")
Name.innerText = elem.name;
var Name1 = document.createElement("p")
Name1.innerText = elem.name1;
var a = document.createElement("a")
a.innerText = "Explore Now"
a.style.color = "black"
a.style.textDecoration = "underline"
a.addEventListener("click",function(){
goTo()
})
mainDiv.append(Image,Name,Name1,a);
document.querySelector("#container").append(mainDiv);
});
</script>