-
Notifications
You must be signed in to change notification settings - Fork 1
/
create_one.html
198 lines (177 loc) · 6.22 KB
/
create_one.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
<!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>Sign Up</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/form.css">
<link rel="stylesheet" href="css/header.css">
<style>
/* Hide expandable content by default */
.expandable {
visibility: collapse;
}
/* Show hidden content when the checkbox is checked */
#expand-toggle:checked~* .expandable {
visibility: visible;
}
</style>
</head>
<body>
<!-- Header Starts Here -->
<header>
<div>
<div id="heading_first_row">
<div class="heading_one">
<div>
<img src="https://image.flaticon.com/icons/png/128/927/927667.png" /><a href="" target="_blank"></a>
</div>
<div>STORE & SPA LOCATOR</div>
</div>
<div class="heading_one">
<div>
<img src="https://t4.ftcdn.net/jpg/04/41/89/73/240_F_441897335_o5l9z54efVNgBtGnvjMdUVPK2W94k95M.jpg" />
</div>
<div>WISHLIST</div>
</div>
<div class="heading_one">
<div>
<img src="https://image.flaticon.com/icons/png/128/622/622669.png" />
</div>
<div>SEARCH</div>
</div>
<div id="click-log" class="heading_one">
<div>
<img src="https://static.thenounproject.com/png/3144376-200.png" />
</div>
<div>SIGN IN/UP</div>
</div>
<div class="heading_one" onclick="window.location.href = 'cart.html'">
<div>
<img src="https://image.flaticon.com/icons/png/128/687/687259.png" />
</div>
<div>BAG</div>
</div>
</div>
<div class="heading_two"><img id="img-click"
src="https://cdn.shopify.com/s/files/1/0283/0185/2747/files/blm_36dad4a4-9b14-4ef8-9509-6a593f135aae_416x@2x.png?v=1588538421">
</div>
<div id="heading_second_row">
<div></div>
<div><a class="heading_a" href="" target="_blank">SHOP</a></div>
<div><a class="heading_a" href="" target="_blank" id="go-to-new">NEW!</a></div>
<div><a class="heading_a" href="" target="_blank">BRANDS</a></div>
<div><a class="heading_a" href="" target="_blank">EXPLORE</a></div>
<div><a class="heading_a" href="" target="_blank">EVENTS</a></div>
<div><a class="heading_a" href="" target="_blank">BLUEREWARDS</a></div>
<div></div>
</div>
</div>
</header>
<!-- Header Ends Here -->
<div id="bluewards"></div>
<div>
<form id="create_customer" class="Form" onsubmit="bluemercuryUser(event)">
<header class="Form_header">
<h1>CREATE ACCOUNT</h1>
<p>Complete the form below to create a bluemercury.com account.</p>
</header>
<div class="Form_Box">
<input id="CreateAccountEmail" type="email" class="Form_Ip" name="customer[email]" aria-label="Email"
placeholder="Email*" required="required">
<label class="Form_Invisible">Email</label>
</div>
<div class="Form_Box">
<input id="CreateAccountFirstName" type="text" class="Form_Ip" name="customer[first_name]"
aria-label="First Name" placeholder="First Name*" required="required">
<label class="Form_Invisible">First Name</label>
</div>
<div class="Form_Box">
<input id="Creat_LastName" type="text" class="Form_Ip" name="last_name" placeholder="Last Name*"
required="required">
<label class="Form_Invisible">Last Name</label>
</div>
<div class="Form_Box">
<input id="Creat_Password" type="password" class="Form_Ip" name="password" placeholder="Password*"
required="required">
<label class="Form_Invisible">Password</label>
</div>
<p class="Note">*Indicates Required Field</p>
<div class="Offer_box">
<input id="expand-toggle" type="checkbox" />
<div class="logo_box">
<span class="Join">Join</span>
<span class="Rewards">
<span class="Blue">Blue</span>
Rewards
</span>
</div>
<div class="loyalty_info">
<span style="margin-top: 5px;">
Earn $10 for every $250 you spend, plus FREE birthday gifts & treatments!
</span>
</div>
</div>
<div>
<div class="centre" style="color: #666666;">
<p>To learn more about how we use your information and your rights, see
<a href="" style="color: #666666;">Privacy Note</a>
</p>
</div>
</div>
<button class="End_btn" onclick="bluemercuryUser(event)">
<span class="" style="width: 300px;">Create account</span>
</button>
<div class="centre">
<span>Already have a bluemercury.com account?</span>
<a href="sign_in.html">Sign In</a>
</div>
</form>
</div>
<hr />
<!-- Footer Start -->
<div id="foot">
<div id="foot-first">
<p>Get Expert Beauty Insight & Offers</p>
<input type="email" name="" id="email" placeholder="EMAIL ADDRESS">
<button onclick="mailSent()">→</button>
<div>To learn more about how we use your information and your rights, see Privacy Note</div>
<div class="copyright">Copyright 2021 bluemercury. All Rights Reserved.</div>
</div>
<div>
<p>BLUEMERCURY</p>
<p>Our Company</p>
<p>Store Locator</p>
<p>Spa Menu</p>
<p>Press</p>
<p>Careers</p>
</div>
<div>
<p>MY ACCOUNT</p>
<p>My Account</p>
<p>Blue Rewards</p>
</div>
<div>
<p>CUSTOMER SERVICE</p>
<p>Contact Us</p>
<p>Help & FAQ</p>
<p>Offers</p>
<p>Klarna</p>
</div>
<div>
<p>RESOURCES</p>
<p>Terms & Conditions</p>
<p>Privacy Policy</p>
<p>Accessibility</p>
<p>COVID-19 Updates</p>
</div>
</div>
<!-- Footer End -->
</body>
</html>
<script src="js/form.js"></script>
<script src="js/header.js"></script>