-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsignUp.html
186 lines (177 loc) · 8.28 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
<!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="stylesheet" href="./signUp.css">
<link rel="icon" href="favicon.ico">
<script
src="https://kit.fontawesome.com/24c494a6b6.js"
crossorigin="anonymous"
></script>
</head>
<body>
<header>
<div class="top">
<h4 class><b>Shipping outside of the U.S. or Canada? </b><a
href="https://www.nordstrom.com/browse/customer-service/international-orders?jid=j011535-13614&cid=00000&cm_sp=merch-_-multi-div_13614_j011535-_-swptcos_corp_persnav_info&#anchor-link-shipping-charges">Learn
About International Shipping</a></h4>
<div class="country"><img src="home_images/india.png" alt=""><b><u>INDIA</u></b></div>
</div>
<div class="firstnav">
<div class="logo"><img src="home_images/logo 4.png" alt=""></div>
<div class="search">
<img id="searchicon" src="home_images/search.png" alt="">
<input id="searchfun" type="text" placeholder="Search for products or brands">
</div>
<div class="sign">
<a href="./signIn.html"> Sign In</a>
<div class="hovering1">
<button><b>Sign In|Create Account</b></button>
<hr>
<h3><b>Your Account</b></h3>
<hr>
<div class="youracc1">Purchase</div>
<hr>
<div class="youracc2">Wish List</div>
<hr>
<div class="youracc3">The Poshy Club Rewards</div>
<hr>
<div class="youracc4">Shipping Address</div>
<hr>
<div class="youracc5">Payment Methods</div>
<hr>
<div class="youracc6">Your Stylist</div>
<hr>
<div class="youracc7">Pay & Manage Poshstorm</div>
</div>
</div>
<div class="store">
<a href="#"><img src="home_images/shopping-bag.png" alt="">Store</a>
</div>
<div class="purchase">
<a href="#"><img src="home_images/cart.png" alt="">Purchase</a>
</div>
<div class="cart">
<a id="numOfItemInCart" href="./addToBag.html"><img src="home_images/shopping-cart.png" alt="">0</a>
</div>
</div>
<hr>
</header>
<div id="main">
<div id="parent_container">
<h1>Create Account</h1>
<br>
<div id="p_tags">
<div><i class="fa-regular fa-credit-card"></i> Check out faster</div>
<div><i class="fa-solid fa-truck-fast"></i> Track orders easily</div>
<div><i class="fa-solid fa-cloud"></i> Use one sign-in across our brands</div>
</div>
<br>
<p>*Required</p>
<br>
<h4>Full name* <br><br>
<input type="text" id="f_name" placeholder="Enter your name">
</h4>
<br>
<h4>E-mail* <br><br>
<input type="text" id="e-mail" placeholder="Email Address" required="true" readonly>
</h4>
<br>
<h4>Password* <br><br>
<input type="password" id="password" placeholder="Password" required="true">
</h4>
<br>
<input type="checkbox"> Keep me Sign in. <a style="color: gray;" href="">Details</a></p>
<br>
<p>By creating an account, you agree to our <a href="/browse/customer-service/policy/privacy" class="pSH7_"><span class="y1oJo JQ0y4">Privacy Policy</span></a> and <a href="/browse/customer-service/policy/terms-conditions" class="pSH7_"><span class="y1oJo JQ0y4">Terms & Conditions</span></a>.</p>
<br>
<button id="signIn">Sign In</button>
<hr>
<br>
<button id="signUp">Sign Up</button>
</div>
<br>
<br>
<br>
<br>
<div id="email-updates">
<div class="text">
<strong>Get Email <br> Updates:</strong>
</div>
<div class="input_tag">
<input type="text" placeholder="Email Address">
</div>
<div class="signup_button">
<button>Sign Up</button>
</div>
</div>
</div>
<div style="display: flex;background-color: #f9f9f9;justify-content: space-around; height: 400px;margin-top: 25px;" class="footer">
<div style="display: flex;flex-direction: column;justify-content: space-between;">
<h3>Customer Service</h3>
<p>Contact Us</p>
<p>Order Stutus</p>
<p>Shipping</p>
<p>Return Policy</p>
<p>Price Adjustments</p>
<p>Gifts Cards</p>
<p>FAQ</p>
<p>Product Recalls</p>
</div>
<div style="display: flex;flex-direction: column;justify-content: space-between;">
<h3>About Us</h3>
<p>All Brands</p>
<p>Careers</p>
<p>Corporate Social <br>Responsibility </p>
<p>Diversity,Inclusion &<br>Belongings</p>
<p>Get Email Updates</p>
<p>NordStorm Blog</p>
<p>The Thread</p>
<p>Nordy Podcat</p>
</div>
<div style="display: flex;flex-direction: column;justify-content: space-between;">
<h3>Stores & Service</h3>
<p>Find a Store</p>
<p>Free Style Help</p>
<p>Alterations & <br> Tailoring</p>
<p>Pop-In Shop</p>
<p>Virtual Events</p>
<p>Spa NordStorm</p>
<p>NordStorm Restaurants</p>
<p>NordStorm Local</p>
</div>
<div style="display: flex;flex-direction: column;justify-content:flex-start;">
<h3 style="margin-top: 20px;">NordStorm Card & <br>Rewards</h3>
<p style="margin-top: 20px;">The Nordy Club</p>
<p style="margin-top: 20px;">Pay My Bill</p>
<p style="margin-top: 20px;">Manage My <br>NordStorm card</p>
</div>
<div style="display: flex;flex-direction: column;justify-content: space-between;">
<h3>NordStorm, Inc</h3>
<p>NordStorm Rack</p>
<p>NordStorm Canada</p>
<p>Investor Relations</p>
<p>Press Releases</p>
<p>NordStorm Media <br>Network</p>
</div>
<div style="display: flex;flex-direction: column;justify-content: flex-start; ">
<div style="display: flex; align-items: center;margin-top: 20px;">
<a href="https://www.nordstrom.com/browse/about/nordstrom-apps?origin=footer&cm_sp=corp-_-corp_CustomerService-_-globalfooternav_app"><img width="40px" src="home_images/playstore.png" alt=""></a>
<p>Get our apps</p>
</div>
<div style="display: flex; margin-top: 100px;">
<a href="https://www.instagram.com/nordstrom/?origin=footer&cm_sp=corp-_-corp_socialmedia-_-globalfooternav_instagram"><img style="margin-left: 6px; " width="23px" src="home_images/instagramico.png" alt=""></a>
<a href="https://www.pinterest.com/nordstrom/?origin=footer&cm_sp=corp-_-corp_socialmedia-_-globalfooternav_pinterest"><img style="margin-left: 6px;" width="23px" src="home_images/pinterest.png" alt=""></a>
<a href="http://twitter.com/nordstrom?origin=footer&cm_sp=corp-_-corp_socialmedia-_-globalfooternav_twitter"><img style="margin-left: 6px;" width="23px" src="home_images/twitter.png" alt=""></a>
<a href="https://www.facebook.com/Nordstrom?origin=footer&cm_sp=corp-_-corp_socialmedia-_-globalfooternav_facebook"><img style="margin-left: 6px;" width="23px" src="home_images/facebook.png" alt=""></a>
</div>
</div>
<button id="top" style="color: white;background-color: black;width: 60px;height: 60px;align-self: center;">^ <br> Go to Top</button>
</div>
<div style="height: 100px;"></div>
</body>
</html>
<script src="./signUp.js"></script>