-
Notifications
You must be signed in to change notification settings - Fork 0
/
signup.html
84 lines (66 loc) · 3.23 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
<!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>signup page</title>
<link rel="stylesheet" href="./styles/signup.css">
<link rel="stylesheet" href="./styles/navbar.css">
<link rel="stylesheet" href="./styles/index.css">
<link rel="stylesheet" href="./styles/login.css">
<link rel="stylesheet" href="./styles/footer.css">
</head>
<body>
<div id="navbar">
</div>
<a href="./index.html">HOME</a> / SIGNUP
<div id="sign_up">
<div class="notification">
<h4> Election day is November 8. Our stores will open at noon to give our associates and customers time to vote.</h4>
</div>
<img id="sign_logo" src="https://cdn-fsly.yottaa.net/5d669b394f1bbf7cb77826ae/www.bathandbodyworks.com/v~4b.219/on/demandware.static/-/Sites-BathAndBodyWorks-Library/default/dw6f07f823/images/banners/create-account_d.png?yocs=s_" alt="sign_up">
<span>SIGN UP</span>
<div id="forms">
<div id="register">
<p>Create an account to access the best of your favorite store</p>
<img id="register_img " src="https://cdn-fsly.yottaa.net/5d669b394f1bbf7cb77826ae/www.bathandbodyworks.com/v~4b.219/on/demandware.static/-/Sites-BathAndBodyWorks-Library/default/dw0f47b7b9/images/loyalty/boc-launch-prospects_lacb_0.jpg?yocs=s_" alt="reg_img">
<br />
<button id="create">Create Account</button>
</div>
<div id="register-form">
<!-- <div id="rform">
<p id="msg" ></p><br />
<label >First Name</label>
<input type="text" id="name" placeholder="First Name" />
<label >Last Name</label>
<input type="text" id="last_name" placeholder="Last Name" />
<label >Username</label>
<input type="text" id="username" placeholder="Username" />
<label >Email</label>
<input type="text" id="email" placeholder="Email" />
<label >Password</label>
<input type="text" id="password" placeholder="Password" />
<span style="color: red;">password length should be more than 8</span><br />
<label > ZIP Code</label>
<input type="text" id="zipcode" placeholder="ZIP Code" />
<span style="color: red;">zipcode length should be more than 5</span><br />
<button id="signup_karo">signup </button>
</div>
-->
</div>
</div>
<hr>
<div id="span_div">
<span>QUESTIONS?</span><br />
<span> We're here for you! Call us at 143-420-2022.</span><br /><br /><br />
</div>
</div>
<div id="footer"></div>
</body>
</html>
<script type="module" src="./scripts/signup.js"></script>
<script src="https://kit.fontawesome.com/24c494a6b6.js"
crossorigin="anonymous"></script>
<script type="module" src="./scripts/index.js"></script>
<script type="module" src="./scripts/login.js"></script>