-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcheckout.html
327 lines (293 loc) · 12.7 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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ZooTopia - Checkout</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="shortcut icon" href="./images/bird-logo.png" type="image/x-png">
<link rel="stylesheet" href="./bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="./css/site.css">
<link rel="stylesheet" href="./css/nav.css">
<link rel="stylesheet" href="./css/footer.css">
<link rel="stylesheet" href="./css/pricing.css">
<link rel="stylesheet" href="./css/payment-form.css">
</head>
<body>
<span class="loader"></span>
<header>
<div class="topnav" id="myTopnav">
<a href="./index.html" class="site-icon">
<img src="./images/bird-logo.png">
</a>
<a href="./index.html" class="active">Home</a>
<div class="dropdown">
<button class="dropbtn">Categories</button>
<div class="dropdown-content">
<a href="./category/land.html">Terrestial</a>
<a href="./category/aquatic.html">Aquatic</a>
<a href="./category/aerial.html">Aerial</a>
</div>
</div>
<a href="./about.html">About</a>
<a href="./events.html">Events</a>
<a href="javascript:void(0);" class="icon">
<i class="fa fa-bars"></i>
</a>
<a class="active get-ticket-btn" href="./checkout.html">Get Ticket <i style="margin-left: 4px;" class="fa-solid fa-arrow-right"></i></a>
</div>
<!-- Top Navigation Menu -->
<div class="topnav-mobile">
<a href="./index.html" style="width: 50px; height: 50px; padding: 0; background: none !important;">
<img src="./bird.png" style="width: 50px;height: 50px;float: left;object-fit: contain;">
</a>
<div id="myLinks">
<a href="./index.html">Home</a>
<a href="./events.html">Events</a>
<a href="./about.html">About</a>
<a class="active" href="./checkout.html" style="
padding: 2rem;
text-align: end;
padding-right: 50px;
background: #008000a1;
">Get Ticket <i style="margin-left: 4px;" class="fa-solid fa-arrow-right"></i></a>
</div>
<a href="javascript:void(0);" class="icon" onclick="mobileMenu()">
<i class="fa fa-bars"></i>
</a>
</div>
</header>
<section id="pricing" class="pricing">
<div class="pricing-card price-table-1">
<div class="pricing-card-price">
<h1>$15</h1>
<small>/mo</small>
</div>
<div class="shadow-container">
<div class="pricing-card-header">
<div class="pricing-title">
<h1>Basic</h1>
<!-- <p>Lorem ipsum dolor sit</p> -->
</div>
</div>
</div>
<div class="pricing-card-body">
<div class="pricing-body-title">
<h2>Featues</h2>
<!-- <p>Lorem ipsum dolor sit amet.</p> -->
</div>
<ul class="pricing-card-list">
<li class="pricing-card-list-item">
<i class="fas fa-check"></i>
<span>Access to all animal exhibits</span>
</li>
<li class="pricing-card-list-item">
<i class="fas fa-check"></i>
<span>One free train ride per visit</span>
</li>
<li class="pricing-card-list-item">
<i class="fas fa-check"></i>
<span>Monthly newsletter with updates</span>
</li>
<li class="pricing-card-list-item">
<i class="fas fa-check"></i>
<span>10% discount on gift shop purchases</span>
</li>
<li class="pricing-card-list-item">
<i class="fas fa-check"></i>
<span>Access to public feeding times</span>
</li>
</ul>
</div>
<!-- <button class="pricing-card-button">order now</button> -->
</div>
<div class="pricing-card price-table-2">
<div class="pricing-card-price">
<h1>$99</h1>
<small>/mo</small>
</div>
<div class="shadow-container">
<div class="pricing-card-header">
<div class="pricing-title">
<h1>VIP Bundle</h1>
<!-- <p>Lorem ipsum dolor sit</p> -->
</div>
</div>
</div>
<div class="pricing-card-body">
<div class="pricing-body-title">
<h2>Features</h2>
<!-- <p>Lorem ipsum dolor sit amet.</p> -->
</div>
<ul class="pricing-card-list">
<li class="pricing-card-list-item">
<i class="fas fa-check"></i>
<span>All benefits from the Family Bundle</span>
</li>
<li class="pricing-card-list-item">
<i class="fas fa-check"></i>
<span>Exclusive early access to new exhibits</span>
</li>
<li class="pricing-card-list-item">
<i class="fas fa-check"></i>
<span>20% discount on gift shop purchases</span>
</li>
<li class="pricing-card-list-item">
<i class="fas fa-check"></i>
<span>Priority seating at special events</span>
</li>
<li class="pricing-card-list-item">
<i class="fas fa-check"></i>
<span>Access to VIP lounge</span>
</li>
</ul>
</div>
<!-- <button class="pricing-card-button">order now</button> -->
</div>
<div class="pricing-card price-table-3">
<div class="pricing-card-price">
<h1>$40</h1>
<small>/mo</small>
</div>
<div class="shadow-container">
<div class="pricing-card-header">
<div class="pricing-title">
<h1>Family Bundle</h1>
<!-- <p>Lorem ipsum dolor sit</p> -->
</div>
</div>
</div>
<div class="pricing-card-body">
<div class="pricing-body-title">
<h2>Features</h2>
<!-- <p>Lorem ipsum dolor sit amet.</p> -->
</div>
<ul class="pricing-card-list">
<li class="pricing-card-list-item">
<i class="fas fa-check"></i>
<span>Access to all animal exhibits</span>
</li>
<li class="pricing-card-list-item">
<i class="fas fa-check"></i>
<span>Unlimited train rides</span>
</li>
<li class="pricing-card-list-item">
<i class="fas fa-check"></i>
<span>Monthly newsletter with updates</span>
</li>
<li class="pricing-card-list-item">
<i class="fas fa-check"></i>
<span>15% discount on gift shop purchases</span>
</li>
<li class="pricing-card-list-item">
<i class="fas fa-check"></i>
<span>Access to public feeding times</span>
</li>
<li class="pricing-card-list-item">
<i class="fas fa-check"></i>
<span>Free entry for two children</span>
</li>
</ul>
</div>
<!-- <button class="pricing-card-button">order now</button> -->
</div>
</section>
<section id="payment-form" class="mx-md-5 px-md-5">
<!-- form html -->
<div class="row" style="justify-content: center; margin: 2rem 0;">
<div class="form">
<div class="col-75">
<div class="formcontainer pt-4">
<form id="checkout-form">
<div class="row">
<div class="col-50">
<h3 style="margin-bottom: 20px;">Billing Address</h3>
<label for="fname"><i class="fa fa-user"></i> Full Name</label>
<input type="text" id="fname" name="firstname" placeholder="Aptech" />
<p id="fname-error" class="text-danger"></p>
<label for="email"><i class="fa fa-envelope"></i> Email</label>
<input type="text" id="email" name="email" placeholder="[email protected]" />
<p id="email-error" class="text-danger"></p>
<label for="adr"><i class="fa fa-address-card-o"></i> Address</label>
<input type="text" id="adr" name="address" placeholder="Shahrah e Faisal" />
<p id="adr-error" class="text-danger"></p>
<label for="city"><i class="fa fa-institution"></i> City</label>
<input type="text" id="city" name="city" placeholder="Karachi" />
<p id="city-error" class="text-danger"></p>
<div class="row">
<div class="col-50">
<label for="state">State</label>
<input type="text" id="state" name="state" placeholder="KE" />
<p id="state-error" class="text-danger"></p>
</div>
<div class="col-50">
<label for="zip">Zip</label>
<input type="text" id="zip" name="zip" placeholder="00000" />
<p id="zip-error" class="text-danger"></p>
</div>
</div>
<label for="guests"><i class="fa fa-users"></i> Number of Guests</label>
<input type="number" id="guests" name="guests" placeholder="1" min="1" value="1" />
<p id="guests-error" class="text-danger"></p>
</div>
<div class="col-50">
<h3>Payment</h3>
<label for="cname">Name on Card</label>
<input type="text" id="cname" name="cardname" placeholder="Aptech" />
<p id="cname-error" class="text-danger"></p>
<label for="ccnum">Credit card number</label>
<input type="text" id="ccnum" name="cardnumber" placeholder="1111-2222-3333-4444" />
<p id="ccnum-error" class="text-danger"></p>
<label for="expmonth">Exp Month</label>
<input type="text" id="expmonth" name="expmonth" placeholder="September" />
<p id="expmonth-error" class="text-danger"></p>
<div class="row">
<div class="col-50">
<label for="expyear">Exp Year</label>
<input type="text" id="expyear" name="expyear" placeholder="2025" />
<p id="expyear-error" class="text-danger"></p>
</div>
<div class="col-50">
<label for="cvv">CVV</label>
<input type="text" id="cvv" name="cvv" placeholder="111" />
<p id="cvv-error" class="text-danger"></p>
</div>
</div>
</div>
</div>
<label><input type="checkbox" checked="checked" name="sameadr" /> Shipping address same as billing</label>
<input type="submit" value="Continue to checkout" class="btn" />
</form>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER start -->
<footer>
<div class="footer-container">
<div class="social-icons">
<a href="https://facebook.com"><i class="fa-brands fa-facebook"></i></a>
<a href="https://instagram.com"><i class="fa-brands fa-instagram"></i></a>
<a href="https://x.com"><i class="fa-brands fa-twitter"></i></a>
<a href="https://youtube.com"><i class="fa-brands fa-youtube"></i></a>
</div>
<div class="footernav">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./events.html">Events</a></li>
<li><a href="./contact.html">Contact Us</a></li>
<li><a href="./sitemap.html">Sitemap</a></li>
</ul>
</div>
</div>
<div class="footerbottom">
<p class="mb-0">
Copyright © 2024, Designed by
<span class="designer">PR-2024-04F</span>
</p>
</div>
</footer>
<!-- FOOTER /end -->
<script src="./js/checkout.js"></script>
</body>
</html>