forked from sauravsaran99/lakmeindia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
signup.html
223 lines (180 loc) · 8.41 KB
/
signup.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
<!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 rel="stylesheet" href="signup.css">
<link rel="stylesheet" href="product_page_footer.css">
<link rel="stylesheet" href="homepagenavbar.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="apple-touch-icon" sizes="180x180" href="./favicon img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon img/favicon-16x16.png">
<link rel="manifest" href="./favicon img/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>Account - Lakme</title>
<style>
.helpP, .need2, .margin-left{
line-height: 25px;
}
.margin-left, .getintouch{ margin-top: 3px; color:black;}
#menu{
margin-left: 10px;
}
.locationContact{
width:100;
}
</style>
</head>
<body>
<div id = "container" >
<!-- nav bar start here -->
<div id="nav">
<div id="head">
<div id="menu"><i class=" bg-white 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 bar end here -->
<!-- content body start here -->
<div class="bgimg-login-layout">
<div id = "content">
<div id = "top">
<h2>SIGN UP</h2>
<p>Quickly find your favorite products, saved addresses and payment methods!</p>
<p>Register to Join the Glam Squad and earn 2000 glam points</p>
<p id = "lastP"><strong>Already A Member? <a href="signin_form.html">Log In</a></strong> </p>
</div>
<div id = "inputs">
<input id = "firstName" type="text" placeholder="*First name" >
<input id = "lastName" type="text" placeholder="*Last name">
<input id = "email" type="email" placeholder="*Email">
<input id = "pass" type="password" placeholder="*Password">
<button id="signup">SIGN UP</button>
</div>
<div id = "below">
<div>
<span>
<input id = "checkmark" type="checkbox">
<label ><strong>By signing up, you agree to the following:*</strong></label>
</span>
</div>
<div class = "belowDiv">
-You would like to receive information from Lakme and other Unilever Brands on new products and services.
</div>
<div class = "belowDiv">
-You are at least 18 and have read and agreed to Unilever <strong>Privacy Notice</strong> and <strong>Cookie Notice</strong>.
</div>
</div>
</div>
</div>
</div>
<!-- ////////////////////////////////////////// -->
<!-- Footer Start -->
<div class="locationContact">
<div class="store flex">
<div>
<h4 class="margin-left" >STORE</h4>
<h4 class="margin-left">LOCATOR</h4>
</div>
<div ></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 phonePr">
<i class=" phone fas fa-phone-alt"></i>
</div>
<div class="circleBorder commentPr"><i class=" comment far fa-comments"></i></div>
<div class="circleBorder msgPr"><i class=" msg 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>
<!-- Footer Ends -->
</body>
</html>
<script src = "product_page_navbar.js"></script>
<script src = "signup.js"></script>