-
Notifications
You must be signed in to change notification settings - Fork 0
/
TeaSales2.html
457 lines (407 loc) · 21.6 KB
/
TeaSales2.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
453
454
455
456
457
<!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>TaprobaneTea.lk</title>
<script src="https://kit.fontawesome.com/88d5f4f02b.js"
crossorigin="anonymous"></script>
<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=Poppins:wght@100;400;600;700&display=swap" rel="stylesheet">
<!--Custom style-->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="TeaSales2.css">
<link rel="stylesheet" href="normalise.css">
</head>
<body>
<!--Navigation-->
<nav class="nav">
<div class="nav-menu flex-row">
<div class="nav-brand">
<a href="index.html" class="text-grey">TaprobaneTea</a>
<!--a href="index.html"><img src="images/logo.png"></a-->
</div>
<div class="toggle-collapse">
<div class="toggle-icons">
<i class="fas fa-bars"></i>
</div>
</div>
<div class="content">
<ul class="nav-items">
<li class="nav-link">
<a href="index.html">Home</a>
</li>
<li class="nav-link">
<a href="Plantations.html">Plantations</a>
</li>
<li class="nav-link">
<a href="Museum.html">Museum</a>
</li>
<li class="nav-link">
<a href="Products.html">Products</a>
</li>
<li class="nav-link">
<a href="TeaSales1.html">Tea Sales 1</a>
</li>
<li class="nav-link">
<a href="TeaSales2.html">Tea Sales 2</a>
</li>
<li class="nav-link">
<a href="Donate.html">Donate</a>
</li>
</ul>
</div>
<div class="social text-gray">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
</div>
</nav>
<main>
<!------------------------ Site Title ---------------------->
<section class="site-title-sales">
<div class="site-background-sales" data-aos="fade-up" data-aos-delay="100">
</div>
</section>
<div class = "products">
<div class = "container-products">
<h1 class = "lg-title">Special Tea Products With Offers</h1>
<div class = "product-items">
<!-- single product -->
<div class = "product">
<div class = "product-content">
<div class = "product-img">
<img src = "images/p1.webp" alt = "product image">
</div>
<div class = "product-btns">
<button type = "button" class = "btn-buy"><a href="https://www.dilmahtea.com/our-products/our-teas/tea-ranges"> buy now </a>
<span><i class = "fas fa-shopping-cart"></i></span>
</button>
</div>
</div>
<div class = "product-info">
<div class = "product-info-top">
<h2 class = "sm-title">lifestyle</h2>
<div class = "rating">
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
</div>
</div>
<a href = "#" class = "product-name">Dilmah Silver Jubilee Gourmet</a>
<p class = "product-price">$ 150.00</p>
<p class = "product-price">$ 133.00</p>
</div>
</div>
<!-- end of single product -->
<!-- single product -->
<div class = "product">
<div class = "product-content">
<div class = "product-img">
<img src = "images/p2.webp" alt = "product image">
</div>
<div class = "product-btns">
<button type = "button" class = "btn-buy"><a href="https://www.dilmahtea.com/our-products/our-teas/tea-ranges"> buy now </a>
<span><i class = "fas fa-shopping-cart"></i></span>
</button>
</div>
</div>
<div class = "product-info">
<div class = "product-info-top">
<h2 class = "sm-title">lifestyle</h2>
<div class = "rating">
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
</div>
</div>
<a href = "#" class = "product-name">Teamaker's Reserve</a>
<p class = "product-price">$ 150.00</p>
<p class = "product-price">$ 133.00</p>
</div>
</div>
<!-- end of single product -->
<!-- single product -->
<div class = "product">
<div class = "product-content">
<div class = "product-img">
<img src = "images/p3.webp" alt = "product image">
</div>
<div class = "product-btns">
<button type = "button" class = "btn-buy"><a href="https://www.dilmahtea.com/our-products/our-teas/tea-ranges"> buy now </a>
<span><i class = "fas fa-shopping-cart"></i></span>
</button>
</div>
</div>
<div class = "product-info">
<div class = "product-info-top">
<h2 class = "sm-title">lifestyle</h2>
<div class = "rating">
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
</div>
</div>
<a href = "#" class = "product-name">Dilmah Silver Jubilee Gourmet</a>
<p class = "product-price">$ 150.00</p>
<p class = "product-price">$ 133.00</p>
</div>
</div>
<!-- end of single product -->
<!-- single product -->
<div class = "product">
<div class = "product-content">
<div class = "product-img">
<img src = "images/p4.webp" alt = "product image">
</div>
<div class = "product-btns">
<button type = "button" class = "btn-buy"><a href="https://www.dilmahtea.com/our-products/our-teas/tea-ranges"> buy now </a>
<span><i class = "fas fa-shopping-cart"></i></span>
</button>
</div>
</div>
<div class = "product-info">
<div class = "product-info-top">
<h2 class = "sm-title">lifestyle</h2>
<div class = "rating">
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
</div>
</div>
<a href = "#" class = "product-name">Dilmah Watte Boutique Tea</a>
<p class = "product-price">$ 150.00</p>
<p class = "product-price">$ 133.00</p>
</div>
</div>
<!-- end of single product -->
<!-- single product -->
<div class = "product">
<div class = "product-content">
<div class = "product-img">
<img src = "images/p5.webp" alt = "product image">
</div>
<div class = "product-btns">
<button type = "button" class = "btn-buy"><a href="https://www.dilmahtea.com/our-products/our-teas/tea-ranges"> buy now </a>
<span><i class = "fas fa-shopping-cart"></i></span>
</button>
</div>
</div>
<div class = "product-info">
<div class = "product-info-top">
<h2 class = "sm-title">lifestyle</h2>
<div class = "rating">
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
</div>
</div>
<a href = "#" class = "product-name">Dilmah t-Series Designer Gourmet Teas</a>
<p class = "product-price">$ 150.00</p>
<p class = "product-price">$ 133.00</p>
</div>
</div>
<!-- end of single product -->
<!-- single product -->
<div class = "product">
<div class = "product-content">
<div class = "product-img">
<img src = "images/p6.webp" alt = "product image">
</div>
<div class = "product-btns">
<button type = "button" class = "btn-buy"><a href="https://www.dilmahtea.com/our-products/our-teas/tea-ranges"> buy now </a>
<span><i class = "fas fa-shopping-cart"></i></span>
</button>
</div>
</div>
<div class = "product-info">
<div class = "product-info-top">
<h2 class = "sm-title">lifestyle</h2>
<div class = "rating">
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
</div>
</div>
<a href = "#" class = "product-name">Vivid Tea Selection by Dilmah</a>
<p class = "product-price">$ 150.00</p>
<p class = "product-price">$ 133.00</p>
</div>
</div>
<!-- end of single product -->
<!-- single product -->
<div class = "product">
<div class = "product-content">
<div class = "product-img">
<img src = "images/p7.webp" alt = "product image">
</div>
<div class = "product-btns">
<button type = "button" class = "btn-buy"><a href="https://www.dilmahtea.com/our-products/our-teas/tea-ranges"> buy now </a>
<span><i class = "fas fa-shopping-cart"></i></span>
</button>
</div>
</div>
<div class = "product-info">
<div class = "product-info-top">
<h2 class = "sm-title">lifestyle</h2>
<div class = "rating">
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
</div>
</div>
<a href = "#" class = "product-name">Dilmah Exceptional</a>
<p class = "product-price">$ 150.00</p>
<p class = "product-price">$ 133.00</p>
</div>
</div>
<!-- end of single product -->
<!-- single product -->
<div class = "product">
<div class = "product-content">
<div class = "product-img">
<img src = "images/p8.webp" alt = "product image">
</div>
<div class = "product-btns">
<button type = "button" class = "btn-buy"><a href="https://www.dilmahtea.com/our-products/our-teas/tea-ranges"> buy now </a>
<span><i class = "fas fa-shopping-cart"></i></span>
</button>
</div>
</div>
<div class = "product-info">
<div class = "product-info-top">
<h2 class = "sm-title">lifestyle</h2>
<div class = "rating">
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
</div>
</div>
<a href = "#" class = "product-name">Commemorative Teas</a>
<p class = "product-price">$ 150.00</p>
<p class = "product-price">$ 133.00</p>
</div>
</div>
<!-- end of single product -->
</div>
</div>
</div>
<div class = "product-collection">
<div class = "container-products">
<div class = "product-collection-wrapper">
<!-- product col left -->
<div class = "product-col-left flex">
<div class = "product-col-content">
<h2 class = "sm-title">Tea Oil </h2>
<h2 class = "md-title">New Taste</h2>
<p class = "text-light">Tea tree essential oil is renowned for its powerful, purifying properties. We sustainably hand-harvest our Community Trade organic tea tree leaves within 12 hours, so we can bottle our purest, most potent oil. Our iconic Tea Tree Oil is a cult classic, and is great for on the spot application.</p>
<button type = "button" class = "btn-dark">Shop now</button>
</div>
</div>
<!-- product col right -->
<div class = "product-col-right">
<div class = "product-col-r-top flex">
<div class = "product-col-content">
<h2 class = "sm-title">English Breakfast</h2>
<h2 class = "md-title">Black Tea</h2>
<p class = "text-light">Tea processing factories are continually improved and upgraded to maintain sufficient technical and hygienic standards through the implementation of ISO 22000, and HACCP. Buyers are thus assured that tea produced in Sri Lanka is not only synonymous with quality, but also conforms to internationally acceptable food safety regulations. Due to its supreme quality, Ceylon Tea manufacturers and Ceylon Tea suppliers from Sri Lanka have carved for themselves a sizable share of the global tea market over the decades.</p>
<button type = "button" class = "btn-dark"><a href='https://www.dilmahtea.com/our-products/our-teas/tea-ranges'>Shop now</a></button>
</div>
</div>
<div class = "product-col-r-bottom">
<!-- left -->
<div class = "flex">
<div class = "product-col-content">
<h2 class = "md-title">Extra 50% Off </h2>
<p class = "text-light">With the development of Sri Lankan tea exports, Green Tea has acquired a commanding position in the global market. Currently, Sri Lanka exports green tea to more than 40 countries. </p>
<button type = "button" class = "btn-dark"><a href='https://www.dilmahtea.com/our-products/our-teas/tea-ranges'>Shop now</a></button>
</div>
</div>
<!-- right -->
<div class = "flex">
<div class = "product-col-content">
<h2 class = "md-title">best sellers </h2>
<p class = "text-light">We export more than 50% of tea in value added form. The Value added product range of Sri Lankan tea includes green tea, flavoured tea, organic tea, instant tea, iced tea, and ready-to-drink tea.</p>
<button type = "button" class = "btn-dark"><a href='https://www.dilmahtea.com/our-products/our-teas/tea-ranges'>Shop now</a></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- --------------------------- Footer ---------------------------------------- -->
<footer class="footer">
<div class="social">
<h2>Follow Us On</h2>
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#">
<i class="fab fa-twitter"></i>
</a>
<a href="#">
<i class="fab fa-instagram"></i>
</a>
<a href="#">
<i class="fab fa-youtube"></i>
</a>
</div>
<div class="quiklinks">
<ul>
<a href="index.html">
<li>Home</li>
</a>
<a href="Plantations.html">
<li>Plantations</li>
</a>
<a href="Museum.html">
<li>Museum</li>
</a>
<a href="Products.html">
<li>Products</li>
</a>
<a href="TeaSales1.html">
<li>Tea sales 1</li>
</a>
<a href="TeaSales2.html">
<li>Tea sales 2</li>
</a>
<a href="Donate.html">
<li>Donate</li>
</a>
</ul>
</div>
<div class="coppyright">
<p> Copyright ©2022 All rights reserved | TaprobaneTea</p>
</div>
</footer>
</body>
</html>
</body>
</html>
<!--Dimah Tea (2022)
All pages
Available at:
https://www.dilmahtea.com/
Accessed:02 Sep 2022
-->
<!--Pedro Tea
Tea Variatries
Available at:
http://nuwaraeliyainfo.com/things-to-do/pedro-tea-estate
Accessed: 25 Aug 2022
-->