-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpurchase&donate.html
More file actions
378 lines (378 loc) · 19 KB
/
purchase&donate.html
File metadata and controls
378 lines (378 loc) · 19 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.75">
<meta name="description" content="This should describe what the web site is about and contain words people usually search on">
<title>Purchase & Donate</title>
<link rel="apple-touch-icon" sizes="180x180" href="/Images/FavIcons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/Images/FavIcons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/Images/FavIcons/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="/Images/FavIcons/safari-pinned-tab.svg" color="#c38500">
<link rel="shortcut icon" href="/Images/FavIcons/favicon.ico">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-config" content="/Images/FavIcons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/purchase&donate.css">
<link rel="stylesheet" href="css/universal.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<nav>
<input type="checkbox" id="check-box">
<label for="check-box" class="menu-icon">
<i class="fa fa-bars"></i>
</label>
<a href="index.html" id="logo"><img src="Images/logo.webp" alt="Logo"></a>
<ul class="main-nav-bar">
<li><a href="index.html" aria-label="Return to home">Home</a></li>
<li><a href="teaplantations.html" aria-label="Return to tea plantations">Tea Plantations</a></li>
<li><a href="museum.html" aria-label="Return to museum">Museum</a></li>
<li><a href="byproducts.html" aria-label="Return to byproducts">By Products</a></li>
<li><a href="teasales1.html" aria-label="Return to tea sales 1">Tea Sales 1</a>
<li><a href="teasales2.html" aria-label="Return to tea sales 2">Tea Sales 2</a>
<li><a href="purchase&donate.html" aria-label="Return to purchase and donate" id="active">Purchase & Donate</a></li>
</ul>
</nav>
</header>
<div id="white-space"></div>
<h1 id="main-heading">Shop</h1>
<div>
<div class="item-type-container-1">
<div id="item-type-heading">
<h2>Craft Items</h2>
</div>
<div class="item-type-container-2">
<div class="item-container">
<img src="Images/Purchase&Donate/Img1.1.webp" alt="image of type 1 item 1">
<h3>Wooden Elephant<br>
(Attonia)<br>
Rs530.00
</h3>
<div class="price-button-container">
<button>BUY</button>
</div>
</div>
<div class="item-container">
<img src="Images/Purchase&Donate/Img1.2.webp" alt="image of type 1 item 2">
<h3>Wooden Elephant<br>
(Mahogany)<br>
Rs3,600.00
</h3>
<div class="price-button-container">
<button>BUY</button>
</div>
</div>
<div class="item-container">
<img src="Images/Purchase&Donate/Img1.3.webp" alt="image of type 1 item 3">
<h3>Traditional Mask<br>
(Gini)<br>
Rs3,630.00
</h3>
<div class="price-button-container">
<button>BUY</button>
</div>
</div>
<div class="item-container">
<img src="Images/Purchase&Donate/Img1.4.webp" alt="image of type 1 item 4">
<h3>Wooden Wall Hanger<br>
(Elephant)<br>
Rs4,660.00
</h3>
<div class="price-button-container">
<button>BUY</button>
</div>
</div>
</div>
</div>
<div class="item-type-container-1">
<div id="item-type-heading">
<h2>Ornaments</h2>
</div>
<div class="item-type-container-2">
<div class="item-container">
<img src="Images/Purchase&Donate/Img2.1.webp" alt="image of type 2 item 1">
<h3>Coconut Husk<br>
Elephant<br>
Rs1,000.00
</h3>
<div class="price-button-container">
<button>BUY</button>
</div>
</div>
<div class="item-container">
<img src="Images/Purchase&Donate/Img2.2.webp" alt="image of type 2 item 2">
<h3>Coconut Husk Two<br>
Monkey<br>
Rs1,000.00
</h3>
<div class="price-button-container">
<button>BUY</button>
</div>
</div>
<div class="item-container">
<img src="Images/Purchase&Donate/Img2.3.webp" alt="image of type 2 item 3">
<h3>Cocunut Shell<br>
Elephant<br>
Rs1,650.00
</h3>
<div class="price-button-container">
<button>BUY</button>
</div>
</div>
<div class="item-container">
<img src="Images/Purchase&Donate/Img2.4.webp" alt="image of type 2 item 4">
<h3>Cocunut Shell<br>
Snail<br>
Rs1,650.00
</h3>
<div class="price-button-container">
<button>BUY</button>
</div>
</div>
</div>
</div>
<div class="item-type-container-1">
<div id="item-type-heading">
<h2>Ceramic Items</h2>
</div>
<div class="item-type-container-2">
<div class="item-container">
<img src="Images/Purchase&Donate/Img3.1.webp" alt="image of type 3 item 1">
<h3>Hand Made Ceramic<br>
Mug “Amma”<br>
Rs950.00
</h3>
<div class="price-button-container">
<button>BUY</button>
</div>
</div>
<div class="item-container">
<img src="Images/Purchase&Donate/Img3.2.webp" alt="image of type 3 item 2">
<h3>Hand Made Ceramic<br>
Mug “Appachchi”<br>
Rs950.00
</h3>
<div class="price-button-container">
<button>BUY</button>
</div>
</div>
<div class="item-container">
<img src="Images/Purchase&Donate/Img3.3.webp" alt="image of type 3 item 3">
<h3>Hand Made Ceramic<br>
Mug “Akka”<br>
Rs950.00
</h3>
<div class="price-button-container">
<button>BUY</button>
</div>
</div>
<div class="item-container">
<img src="Images/Purchase&Donate/Img3.4.webp" alt="image of type 3 item 4">
<h3>Hand Made Ceramic<br>
Mug “Malli”<br>
Rs950.00
</h3>
<div class="price-button-container">
<button>BUY</button>
</div>
</div>
</div>
</div>
</div>
<h1>DONATE</h1>
<div class="wrappergrid2">
<div class="grid1">
<div>
<p id="message1"><img src="Images/bulletleaf.png" id="leaf" alt="bulletpoint as a leaf image">The current constantly evolving economic situation in Sri Lanka, in particular, the high inflation and increased cost of living, is
making it extremely difficult for our students to regularly attend school. They are being forced to
choose between going to school and having enough food for their family. You can help out these families
who are undergoing tough times during this country’s situation by donating to the given charity programs
in Sri Lanka.
<p id="message2"><b>Click on the image or highlighted text to access the website of the charity</b></p>
</div>
<div class="grid1-1">
<div>
<a href="https://tealeaftrust.com/" target="_blank"><img src="Images/Purchase&Donate/Img4.1.webp"
alt="Logo of tealeaftrust charity" id="donate-image-1"></a>
<p><a href="https://tealeaftrust.com/" target="_blank">TEALEAF TRUST</a> runs educational programs
for the youth in Sri Lankan tea estates, lifting them and their families out of poverty through
employment, further education, and training.</p>
</div>
<div>
<a href="https://theteaproject.org/" target="_blank"><img
src="Images/Purchase&Donate/Img4.2.webp" alt="logo of theteaproject charity"
id="donate-image-2"></a>
<p><a href="https://theteaproject.org/" target="_blank">The T.E.A. Project</a> is a children’s
rights led organisation. We believe that all children have the right to Provision, Prevention,
Participation & Protection.</p>
</div>
</div>
</div>
</div>
<div class="thank-you-popup" id="thank-you-popup">
<div class="thank-you-popup-content">
<button class="close-icon" id="close-thank-you-popup">
<i class="fa-solid fa-xmark"></i>
</button>
<h2>Thank You!</h2>
<p>Your donation was successful</p>
</div>
</div>
<h1>MAKE A DONATION</h1>
<form>
<div class="details-money">
<div class="input-details">
<h2>Personal Details</h2>
<div class="personal-details-section">
<div class="personal-details">
<label for="full-name"><h3>Full Name</h3></label>
<p class="validation-display" id="name-validation-display"></p>
<div class="personal-details-input common-details-input" >
<input id="full-name" type="text">
<i class="fa-solid fa-user"></i>
</div>
</div>
<div class="personal-details">
<label for="address"><h3>Address</h3></label>
<p class="validation-display" id="address-validation-display"></p>
<div class="personal-details-input common-details-input">
<input id="address" type="text">
<i class="fa-solid fa-house"></i>
</div>
</div>
</div>
</div>
<div id="border-1"></div>
<div class="input-money">
<h2>Select Cash Amount</h2>
<p class="validation-display" id="radio-validation-display"></p>
<div class="select-money">
<div class="select-money-1-2">
<div class="money-div">
<div class="money-option">
<input type="radio" id="100" value="100" name="money">
<label for="100">100Lkr</label>
</div>
<div class="money-option">
<input type="radio" id="250" value="250" name="money">
<label for="250">250Lkr</label>
</div>
<div class="money-option">
<input type="radio" id="500" value="500" name="money">
<label for="500">500Lkr</label><br>
</div>
</div>
<div class="money-div">
<div class="money-option">
<input type="radio" id="1000" value="1000" name="money">
<label for="1000">1000Lkr</label><br>
</div>
<div class="money-option">
<input type="radio" id="2500" value="2500" name="money">
<label for="2500">2500Lkr</label><br>
</div>
<div class="money-option">
<input type="radio" id="5000" value="5000" name="money">
<label for="5000">5000Lkr</label><br>
</div>
</div>
</div>
<div class="money-option select-money-3">
<input type="radio" id="10000" value="10000" name="money">
<label for="10000">10000Lkr</label><br>
</div>
</div>
</div>
</div>
<div id="border-2"></div>
<div class="card">
<h2>Card Details</h2>
<div class="card-details-section">
<div class="personal-details card-details">
<label for="card-number"><h3>Card Number</h3></label>
<p class="validation-display" id="card-number-validation-display"></p>
<div class="card-details-input common-details-input">
<input id="card-number" type="text">
</div>
</div>
<div class="card-date-cvv">
<div class="personal-details card-details">
<label for="card-expiry"><h3>Expiration Date</h3></label>
<p class="validation-display" id="card-expiry-validation-display"></p>
<div class="card-details-input common-details-input">
<input id="card-expiry" type="text">
</div>
</div>
<div class="personal-details card-details">
<label for="card-cvv"><h3>CVV</h3></label>
<p class="validation-display" id="card-cvv-validation-display"></p>
<div class="card-details-input common-details-input">
<input id="card-cvv" type="text">
</div>
</div>
</div>
<div class="personal-details card-details">
<label for="cardholder-name"><h3>Cardholder Name</h3></label>
<p class="validation-display" id="cardholder-name-validation-display"></p>
<div class="card-details-input common-details-input">
<input id="cardholder-name" type="text">
</div>
</div>
</div>
</div>
<button id="submit-button" type="button">Submit</button>
</form>
<footer>
<ul class="social-icons">
<li>
<a href="#" title="">
<span class="icon fa fa-twitter"></span>
</a>
</li>
<li>
<a href="#" title="">
<span class="icon fa fa-facebook"></span>
</a>
</li>
<li>
<a href="#" title="">
<span class="icon fa fa-youtube"></span>
</a>
</li>
<li>
<a href="#" title="">
<span class="icon fa fa-instagram"></span>
</a>
</li>
</ul>
<div class="about-container">
<h2>About</h2>
<p>Promoting and bringing light to the Ceylon Tea Industry that has been established since the 1940s. Ceylon Tea has marked its' place in the world for its finest quality tea and
continuing to improve its' stanard along the way. In the midst of all the changes taking place in the tea industry, Ceylon Tea Company is keeping its foothold by innovating and
improving its' production methods. In 1945, Ceylon Tea was introduced to the world as a fine quality tea. Since then, it has consistently set the bar for quality. Ceylon Tea has a
robust history and continues to be a leader in the industry.
</p>
</div>
<div class="extra-links-container">
<a href="#">Terms of Use</a>
<p>·</p>
<a href="#">Privacy Policy</a>
</div>
<p id="copyright">@ 2022 Maneth Weerasinghe</p>
<!--REFERENCING
ceylonstores. (2021) Ornaments. [Online] Available from: https://ceylonstores.lk/product-category/craft-items/ [Accessed: 26th July 2022]
ceylonstores. (2021) Ornaments. [Online] Available from: https://ceylonstores.lk/product-category/ornaments/ [Accessed: 26th July 2022]
ceylonstores. (2021) Ceramic Items. [Online] Available from: https://ceylonstores.lk/product-category/ceramic// [Accessed: 26th July 2022]
tealeaftrust. (2022) SUPPORT A STUDENT,able from: https://tealeaftrust.com/support-a-student-strengthen-a-community/ [Accessed: 26th July 2022]
theteaproject. (2022) Home. [Online] Available from: https://theteaproject.org/ [Accessed: 26th July 2022]
-->
</footer>
<script src="https://kit.fontawesome.com/582a81fd83.js" crossorigin="anonymous"></script>
<script src="js/donation.js"></script>
</body>
</html>