-
Notifications
You must be signed in to change notification settings - Fork 0
/
purchases.html
452 lines (392 loc) · 17.7 KB
/
purchases.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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
<!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" />
<meta
name="description"
content="Donations & purchases that could make for the betterment of the heritage of Ceylon AKA Sri Lanka...."
/>
<meta name="author" content="Supun Wijesooriya" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<title>PURCHASES & DONATIONS</title>
<link rel="stylesheet" href="css/purchases.css" type="text/css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,600;1,100&display=swap"
rel="stylesheet"
/>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
<link rel="manifest" href="manifest.json" />
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5" />
</head>
<body>
<!-- Header -->
<section class="purchases-header">
<nav>
<a href="index.html" target="_blank"
><img src="images/logo.png" alt="logo"
/></a>
<div class="navigation-links" id="navLinks">
<ul>
<li><a href="index.html" target="_blank">HOME</a></li>
<li><a href="wildlife.html" target="_blank">WILDLIFE</a></li>
<li><a href="beaches.html" target="_blank">BEACHES</a></li>
<li><a href="heritage.html" target="_blank">HERITAGE</a></li>
<li><a href="activities.html" target="_blank">ACTIVITIES</a></li>
<li><a href="contactus.html" target="_blank">CONTACT</a></li>
<li><a href="purchases.html" target="_blank">PURCHASES</a></li>
</ul>
</div>
</nav>
<h1>Purchases & Donations</h1>
</section>
<!-- Header -->
<!-- Purchases -->
<section class="purchase-content">
<div class="card">
<div class="shop-item-image card-image item-1">
<h2 class="shop-item-title">Wooden Mask</h2>
<span class="shop-item-price">LKR 1000.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO FAVORITES</button>
</div>
</div>
<div class="card">
<div class="shop-item-image card-image item-2">
<h2 class="shop-item-title">Souvenir Gift Items</h2>
<span class="shop-item-price">LKR 2000.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO FAVORITES</button>
</div>
</div>
<div class="card">
<div class="shop-item-image card-image item-3">
<h2 class="shop-item-title">Silver Ring</h2>
<span class="shop-item-price">LKR 6000.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO FAVORITES</button>
</div>
</div>
<div class="card">
<div class="shop-item-image card-image item-4">
<h2 class="shop-item-title" >Wooden Cups</h2>
<span class="shop-item-price">LKR 1000.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO FAVORITES</button>
</div>
</div>
</section>
<section class="purchase-content">
<div class="card">
<div class="shop-item-image card-image item-5">
<h2 class="shop-item-title">Wooden Elephants</h2>
<span class="shop-item-price">LKR 5000.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO FAVORITES</button>
</div>
</div>
<div class="card">
<div class="shop-item-image card-image item-6">
<h2 class="shop-item-title">Murals</h2>
<span class="shop-item-price">LKR 8000.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO FAVORITES</button>
</div>
</div>
<div class="card">
<div class="shop-item-image card-image item-7">
<h2 class="shop-item-title">Wooden Moonstones</h2>
<span class="shop-item-price">LKR 4000.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO FAVORITES</button>
</div>
</div>
<div class="card">
<div class="shop-item-image card-image item-8">
<h2 class="shop-item-title">Premium Ceylon Tea</h2>
<span class="shop-item-price">LKR 5000.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO FAVORITES</button>
</div>
</div>
</section>
<section class="container content-section">
<h2 class="section-header">YOUR FAVORITES</h2>
<div class="cart-row">
<span class="cart-item cart-header cart-column">ITEM</span>
<span class="cart-price cart-header cart-column">PRICE</span>
<span class="cart-quantity cart-header cart-column">AMOUNT</span>
</div>
<div class="cart-items">
</div>
<div class="cart-total">
<strong class="cart-total-title">Total</strong>
<span class="cart-total-price">0 LKR</span>
</div>
<button class="btn btn-primary btn-purchase" type="button">ORDER FAVORITE</button>
</section>
<!--Purchases -->
<!-- Donations -->
<section class="donations-content">
<h1>Support Ceylon, <br />In these difficult times.</h1>
<div id="the_form">
<form id="DonationsForm_1">
<label for="name">Name</label>
<input type="text" name="name" id="name" required /><br /><br />
<label for="address">Address</label>
<input type="address" name="address" id="address" required /><br /><br />
<label for="donation-amount">Donation Amount</label>
<select id="donation-amount"name="Amount" id="Amount">
<option disabled hidden selected>LKR</option>
<option value="LKR 100" >LKR 100</option>
<option value="LKR 250" >LKR 250</option>
<option value="LKR 500" >LKR 500</option>
<option value="LKR 1000" >LKR 1000</option>
<option value="LKR 2500" >LKR 2500</option>
<option value="LKR 5000" >LKR 5000</option>
<option value="LKR 10000" >LKR 10000</option>
</select>
<br><br>
<p>Credit Card Type</p>
<input type="radio" id="visa" name="visa" value="VISA" />
<label for="visa">VISA</label><br />
<input
type="radio"
id="mastercard"
name="card_type"
value="Mastercard"
/>
<label for="Mastercard">Mastercard</label><br />
<input type="radio" id="amex" name="card_type" value="AMEX" />
<label for="amex">AMEX</label>
<br />
<label for="credit_card_num">Card Number</label>
<input type="text" id="credit_card_num" name="credit_card_num" required /><br /><br />
<label for="cvn">CVV</label>
<input type="text" id="cvn" maxlength="3" required /><br /><br />
<label for="exp_date">Valid Thru</label>
<input
type="month"
id="exp_date"
name="exp_date"
placeholder="MM/YY"
value="2022-09"
required
/><br /><br />
<input type="reset" class="donations-btn" value="CLEAR ALL" />
<input
type="submit"
class="donations-btn"
value="MAKE A CONTRIBUTION"
onclick="message_1()"
/>
</form>
</div>
</div>
</section>
<!-- Donations -->
<!-- Donations -->
<section class="donations-content-wildlife">
<h1>Save Ceylon Wildlife, <br />By Donating to SLWCS</h1>
<div id="the_form">
<form id="DonationsForm_2">
<label for="name">Name</label>
<input type="text" id="name" required /><br /><br />
<label for="address">Address</label>
<input type="address" id="address" required /><br /><br />
<label for="donation-amount">Donation Amount</label>
<select id="donation-amount">
<option disabled hidden selected>LKR</option>
<option value="LKR 100" >LKR 100</option>
<option value="LKR 250" >LKR 250</option>
<option value="LKR 500" >LKR 500</option>
<option value="LKR 1000" >LKR 1000</option>
<option value="LKR 2500" >LKR 2500</option>
<option value="LKR 5000" >LKR 5000</option>
<option value="LKR 10000" >LKR 10000</option>
</select>
<br><br>
<p>Credit Card Type</p>
<input type="radio" id="visa" name="card_type" value="VISA" />
<label for="visa">VISA</label><br />
<input
type="radio"
id="mastercard"
name="card_type"
value="Mastercard"
/>
<label for="Mastercard">Mastercard</label><br />
<input type="radio" id="amex" name="card_type" value="AMEX" />
<label for="amex">AMEX</label>
<br />
<label for="credit_card_num">Card Number</label>
<input type="text" id="credit_card_num" required /><br /><br />
<label for="cvn">CVV</label>
<input type="text" id="cvn" maxlength="3" required /><br /><br />
<label for="exp_date">Valid Thru</label>
<input
type="month"
id="exp_date"
placeholder="MM/YY"
value="2022-09"
required
/><br /><br />
<input type="reset" class="donations-btn-wildlife" value="CLEAR ALL" />
<input
type="submit"
class="donations-btn-wildlife"
value="MAKE A CONTRIBUTION"
onclick="message_2()"
/>
</form>
</div>
</div>
</section>
<!-- Donations -->
<!-- Donations -->
<section class="donations-content-heritage">
<h1>Help Ceylonese Heritage & Culture, <br />By Donating to CCF</h1>
<div id="the_form">
<form id="DonationsForm_3">
<label for="name">Name</label>
<input type="text" id="name" required /><br /><br />
<label for="address">Address</label>
<input type="address" id="address" required /><br /><br />
<label for="donation-amount">Donation Amount</label>
<select id="donation-amount">
<option disabled hidden selected>LKR</option>
<option value="LKR 100" >LKR 100</option>
<option value="LKR 250" >LKR 250</option>
<option value="LKR 500" >LKR 500</option>
<option value="LKR 1000" >LKR 1000</option>
<option value="LKR 2500" >LKR 2500</option>
<option value="LKR 5000" >LKR 5000</option>
<option value="LKR 10000" >LKR 10000</option>
</select>
<br><br>
<p>Credit Card Type</p>
<input type="radio" id="visa" name="card_type" value="VISA" />
<label for="visa">VISA</label><br />
<input
type="radio"
id="mastercard"
name="card_type"
value="Mastercard"
/>
<label for="Mastercard">Mastercard</label><br />
<input type="radio" id="amex" name="card_type" value="AMEX" />
<label for="amex">AMEX</label>
<br />
<label for="credit_card_num">Card Number</label>
<input type="text" id="credit_card_num" required /><br /><br />
<label for="cvn">CVV</label>
<input type="text" id="cvn" maxlength="3" required /><br /><br />
<label for="exp_date">Valid Thru</label>
<input
type="month"
value="2022-09"
id="exp_date"
placeholder="MM/YY"
required
/><br /><br />
<input type="reset" class="donations-btn-heritage" value="CLEAR ALL" />
<input
type="submit"
class="donations-btn-heritage"
value="MAKE A CONTRIBUTION"
onclick="message_3()"
/>
</form>
</div>
</div>
</section>
<script src="javascript/cart.js"></script>
<script src="javascript/purchases-script.js"></script>
<script src="main.js"></script>
<!-- Donations -->
<!-- Footer -->
<section class="footer">
<hr />
<br />
<h4>YĀTRĀ®</h4>
<br />
<p class="follow-us">Follow Us 〃^▽^〃</p>
<p>
<br />
</p>
<div class="scroll-up-btn">
<a class="scroll-up" href="#">
<img
class="angle-double-up"
src="images/icons/double-arrow.png"
alt="back to top"
/>
</a>
</div>
<ul class="footer-list-social">
<li>
<a href="https://www.instagram.com/?hl=en" target="_blank"
>INSTAGRAM</a
>
</li>
<li>
<a
href="https://www.thepostathens.com/article/2021/11/opinion-deleting-tiktok-social-media-algorithm#:~:text=TikTok%20is%20distracting.,some%20swiping%20and%20double%2Dtapping."
target="_blank"
>TIKTOK</a
>
</li>
<li>
<a href="https://www.youtube.com/" target="_blank">YOUTUBE</a>
</li>
<li>
<a href="https://twitter.com/" target="_blank">TWITTER</a>
</li>
<li>
<a href="https://www.linkedin.com/" target="_blank">LINKEDIN</a>
</li>
</ul>
<br />
<br />
<ul class="footer-list">
<li>
<a href="index.html" target="_blank">HOME</a>
</li>
<li>
<a href="aboutus.html" target="_blank">ABOUT YĀTRĀ</a>
</li>
<li>
<a href="contactus.html" target="_blank">CONTACT US</a>
</li>
<li>
<a href="" target="_blank">PRIVACY POLICY</a>
</li>
<li>
<a href="" target="_blank">TERMS & CONDITIONS</a>
</li>
<li>
<a href="sitemap.html" target="_blank">SITEMAP</a>
</li>
</ul>
<p class="copyright">© 2022 YĀTRĀ. All Rights Reserved.</p>
</section>
<!-- References of Content
Central Cultural Fund. n.d. Discover The Heritage Sri lanka. [online] Available at: <https://www.ccf.gov.lk/> [Accessed 19 May 2022].
Lindsay, L., 2021. Perfect Sri Lanka Souvenirs and Gifts: Your Shopping Guide for What to Buy!. [online] Carpe Diem OUR Way Travel. Available at: <https://carpediemourway.com/blog/sri-lanka-souvenirs-gifts/> [Accessed 19 May 2022].
pickyourtrail. n.d. Top 10 Sri Lanka Souvenirs to Buy on Your Sri Lanka Trip. [online] Available at: <https://pickyourtrail.com/blog/top-10-sri-lanka-souvenir-to-buy/> [Accessed 19 May 2022].
SLWCS.org. n.d. SAVING SRI LANKA'S MOST ENDANGERED WILDLIFE. [online] Available at: <https://www.slwcs.org/> [Accessed 19 May 2022].
TopPNG. (no date) upward fold comments - double up arrow icon png - Free PNG Images png - Free PNG Images. [online] Available at: <https://toppng.com/free-image/upward-fold-comments-double-up-arrow-icon-PNG-free-PNG-Images_128338> [Accessed 11 June 2022].
References of Content -->
<!-- Footer -->
</body>
</html>