-
Notifications
You must be signed in to change notification settings - Fork 0
/
sign_up.html
81 lines (73 loc) · 2.91 KB
/
sign_up.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
<!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><img src="" alt="error" />About you|SkinStore</title>
<!-- <title>About you | SkinStore</title> -->
<link rel="stylesheet" href="./css/sign_up.css">
</head>
<body>
<div id="apeksha_amnavbar" include-html="./navbar.html">
<!-- navbar.html -->
</div>
<div id="pukspace"></div>
<div id="pukback">
<!-- <div id="puklabel">
<h1>SkinStore</h1>
<span>part of the </span>
<span>look</span>
<span>fantastic group</span>
</div> -->
<form id="pukmain">
<h2>About You</h2>
<h2>Sign Up With</h2>
<div id="puklink">
<div><img id="img"
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR0tbWDOV1GMSZDtBFEiAKjxTWpbJicWWZTzA&usqp=CAU"><span
id="fb">Facebook</span></div>
<div><img id="img2" src="https://cdn.iconscout.com/icon/free/png-256/google-1772223-1507807.png"><span
id="gog">Google</span></div>
</div>
<hr>
<h2>Or create an email account</h2>
<h4>*Full Name</h4>
<input type="text" id="pukName" />
<h4>*Email address</h4>
<input type="email" id="pukEmail" />
<h4>*ConfirmEmail address</h4>
<input type="email" id="pukEmailCon" required />
<h4>*Password</h4>
<div>
<input type="password" required id="pukPass" />
</div>
<p>Include a minimum of 6 characters, and contain at least 1 number</p>
<h4>*Confirm Password</h4>
<div>
<input type="password" required id="pukPassCon" />
</div>
<span>Cell Phone Number</span>
<span>(Optional)<br></span>
<input type="number" id="pukMobNo" />
<p>We will use this number to send occasional promotional messages.</p>
<div>
<span>Referral Code</span>
<span>(Optional)</span><br>
<input type="text" id="pukReff" />
<p>* Your referrals discount is automatically applied at cart</p>
</div>
<!-- <button>CONTINUE</button> -->
<input id="pukSubmit" type="submit" value="CONTINUE">
<br>
<span>By proceeding, you are confirming that you agree to our</span>
<span><u>Terms and Conditions</u></span>
<span>and</span> <br>
<span><u>Privacy Policy</u></span>
</form>
</div>
</body>
</html>
<script src="./js/sign_up.js"></script>
<script src="./js/sub_js/jquery-3.6.0.min.js"></script>
<script src="./js/sub_js/include-html.min.js"></script>