-
Notifications
You must be signed in to change notification settings - Fork 0
/
checkout.html
235 lines (228 loc) · 7.35 KB
/
checkout.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
224
225
226
227
228
229
230
231
232
233
234
235
<!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>Checkout</title>
<link rel="stylesheet" href="/checkout.css" />
</head>
<body>
<!-- navbar starts here =========================>>>>>>>>>>>>>>>>>>> -->
<div class="nowcontainer">
<div id="header">
<div id="service">
<div>
<select>
<option value="">Customer Service</option>
<option value="Contact_Info">Contact Info</option>
<option value="FAQ">FAQ</option>
<option value="Feedback">Give Us Feedback</option>
</select>
</div>
<div>
<h3>
Every Zappos order comes with FAST, FREE Shipping, plus a FREE
365-Day Return Policy! More About Shipping & Returns
</h3>
</div>
</div>
<div id="navbar">
<div>
<div class="logo">
<img
src="https://m.media-amazon.com/images/G/01/zappos/melody/zapposPBS._CB1509642213_.svg"
/>
</div>
<div class="loginbtn">
<div>
<h1>Checkout</h1>
<img
src="https://media.istockphoto.com/vectors/lock-icon-vector-id936681148?k=20&m=936681148&s=170667a&w=0&h=q0fzf2khHO4E5O084FpjIb_mNsTWjWg0nGAZfFqiqKQ="
/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- navbar ends here ==================================== -->
<div class="fastcheckout">
<div>
<h2>Express Checkout</h2>
<button>
<img
src="https://m.media-amazon.com/images/G/01/AmazonPay/Maxo/logo._CB452516594_.svg"
/>
<img
src="https://m.media-amazon.com/images/G/01/AmazonPay/Maxo/AmazonPay_button_chevron._CB1558391205_.svg"
/>
</button>
<h3>OR</h3>
</div>
</div>
<hr>
<div class="addpluspromo">
<div class="address">
<h1>Address</h1>
<form action="submit" id="addform">
<label for="country">Country</label>
<select name="country" id="country">
<option value="US">United States</option>
<option value="IND">India</option>
<option value="Germany">Germany</option>
<option value="PLD">Poland</option>
</select>
<label for="name">Full Name</label>
<input type="text" id="name" name="name" />
<label for="name">Address Line 1</label>
<input type="text" id="address1" name="address" />
<label for="name">Address Line 2</label>
<input type="text" id="address2" name="address" />
<label for="city">City</label>
<input type="text" id="city" name="city" />
<label for="Zip">Zip</label>
<input type="number" id="zip" name="Zip" />
<label for="Phone">Phone Number</label>
<input type="number" id="Phone" name="Phone" />
<input type="submit" id="submit" />
</form>
</div>
<div class="promo">
<div class="promoapply">
<h2>Apply Gift Card or Promo Code</h2>
<input type="text" placeholder="Enter Code" />
<button>APPLY</button>
</div>
<div class="carddetail">
<form id="cardform" type="submit">
<label for="card">card number</label>
<input
type="number"
name="card"
id="card"
placeholder="Enter your card number"
/>
<label for="expiryDate">card details</label>
<input
type="text"
name="expiryDate"
id="expiry"
placeholder="month / year"
/>
<input
type="password"
name="cvv"
id="cvv"
placeholder="Enter your cvv"
maxlength="3"
/>
<label for="cname">Card Holder Name</label>
<input
type="text"
name="cname"
id="cname"
placeholder="Enter card holder name"
/>
<input type="submit" value="check validation" />
</form>
</div>
</div>
</div>
<!-- footer starts here =======================>>>>>>>>>>>>>>>>>>>>>+++++++++++ -->
<footer>
<div>
<h2>Make Zappos (Emails) Your New BFF!</h2>
<label for="Email">Email</label>
<input type="email" name="Email" placeholder="Email Address" />
<button>Subscribe To Zappos Emails</button>
</div>
<div>
<div>
<h1>Explore Zappos</h1>
<p>Brands</p>
<p>Clothing</p>
<p>The Style Room</p>
<p>Eyewear</p>
<p>New Arrivals</p>
<p>Outdoor</p>
<p>Rideshop</p>
<p>Running</p>
<p>Jackets</p>
<p>Leather Jackets</p>
<p>Rain Jackets</p>
<p>Shoes</p>
<p>Watches</p>
<p>Wedding</p>
<p>Denim Jackets</p>
<p>Zappos Adaptive</p>
<p>Education & Military Program</p>
<p>All Departments</p>
</div>
<div>
<div>
<h1>Customer Service</h1>
<p>FAQs</p>
<p>Contact Info</p>
<p>¿Ayuda en español?</p>
<p>Shipping And Returns Policy</p>
<p>About Proposition 65</p>
</div>
<div>
<h1>Fit Info</h1>
<p>Measurement Guide</p>
<p>Size Conversion Chart</p>
<p>Measure Your Bra Size</p>
</div>
</div>
<div>
<div>
<h1>About Zappos</h1>
<p>About</p>
<p>Zappos ONE</p>
<p>Zappos for Good</p>
<p>Get the Zappos Mobile App</p>
<p>Amazon Prime Benefits</p>
<p>Zappos VIP Benefits</p>
<p>Powered by Zappos</p>
<p>Coupons</p>
<p>Accessibility Statement</p>
<p>Accessibility Survey</p>
<p>Beyond the Box Blog</p>
</div>
<div>
<h1>Resources</h1>
<p>Associates Program</p>
<p>Influencer Program</p>
<p>Jobs</p>
<p>Press Kit</p>
<p>Glossary of Terms</p>
<p>Site Map</p>
</div>
</div>
<div>
<div>
<h1>Your Voice Matters</h1>
<p>
We'd love to learn more about your shopping experiences on
Zappos.com and how we can improve!
</p>
<button>TAKE SURVEY</button>
</div>
<div>
<h1>Connect With Us</h1>
<a href="https://www.instagram.com/zappos/" target="_blank"
><img src="https://cdn-icons-png.flaticon.com/512/87/87390.png" />
</a>
<a href="https://twitter.com/zappos" target="_blank"
><img
src="https://icon-library.com/images/twitter-icon-black-background/twitter-icon-black-background-8.jpg"
/></a>
</div>
</div>
</div>
</footer>
</body>
</html>
<script src="/checkout.js"></script>