-
Notifications
You must be signed in to change notification settings - Fork 8
/
products.html
604 lines (358 loc) · 25.2 KB
/
products.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
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S79Y2FRX1H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-S79Y2FRX1H');
</script>
<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 Tags Start ------------------------------------------------------>
<meta http-equiv='content-language' content='en-US'>
<meta name="title" content="Products - Visit Sri Lanka">
<meta name="description" content="Sri Lanka is an island nation located in the Indian Ocean, just off the southeastern coast of India.">
<meta name="keywords" content="">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://visitsrilanka.live/products.html">
<meta property="og:title" content="Products - Visit Sri Lanka">
<meta property="og:description" content="Sri Lanka is an island nation located in the Indian Ocean, just off the southeastern coast of India.">
<meta property="og:image" content="/images/preview.webp">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://visitsrilanka.live/products.html">
<meta property="twitter:title" content="Products - Visit Sri Lanka">
<meta property="twitter:description" content="Sri Lanka is an island nation located in the Indian Ocean, just off the southeastern coast of India.">
<meta property="twitter:image" content="/images/preview.webp">
<!-------------------------------------------------------- Meta Tags End -->
<title>Products</title>
<!-- tab logo -->
<link rel="icon" type="image/x-icon" href="/images/tablogo.png">
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- bootstrap CSS file link -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<!-- custom css file link -->
<link rel="stylesheet" href="css/product.css">
</head>
<body>
<div id="top"></div>
<!-- header section starts -->
<header class="header">
<a href="#" class="logo"> <i class="fas fa-hiking"></i> travel. </a>
<nav class="navbar">
<div id="nav-close" class="fas fa-times"></div>
<a href="index.html">home</a>
<a href="adventure.html">Adventure</a>
<a href="map.html">map</a>
<a href="blogs.html">blogs</a>
<a href="events.html">Events</a>
<a href="products.html">Products</a>
<a href="about.html">about us</a>
</nav>
<div class="icons">
<div id="menu-btn" class="fas fa-bars"></div>
<!-- <a href="#" class="fas fa-shopping-cart"></a> -->
<div id="search-btn" class="fas fa-search"></div>
</div>
</header>
<!-- header section ends -->
<!-- search form start -->
<div class="search-form">
<div id="close-search" class="fas fa-times"></div>
<form action="">
<input type="search" name="" placeholder="search here..." id="search-box">
<label for="search-box" class="fas fa-search"></label>
</form>
</div>
<!-- search form ends-->
<!-- ---------------------------banner -->
<div class="banner-area"></div>
<!-- -----------------------------------------------------product section starts ----------------------------->
<div class="tabs horizontal-scroll-wrapper">
<div class="tabs__head">
<div class="tabs__toggle is-active">
<span class="tabs__name">Masks</span>
</div>
<div class="tabs__toggle">
<span class="tabs__name">Spices</span>
</div>
<div class="tabs__toggle">
<span class="tabs__name">Food</span>
</div>
<div class="tabs__toggle">
<span class="tabs__name">Industrial Goods</span>
</div>
<div class="tabs__toggle">
<span class="tabs__name">Arts</span>
</div>
</div>
<!-- ----------tab body html start -->
<div class="tabs__body">
<!-- --------------------------------------mask tab html start------------>
<div class="tabs__content is-active">
<h2 class="tabs__title" id="#mask">Sri Lankan Tradional Masks</h2>
<div class="container text-center ">
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="para">
<div class="col col-lg-6 col-md-12">
<h5>Peacock Demon Mask (Mayura Raksha)</h5>
<p>“Mayura Raksha” mask is a wood carving known for
bringing peace, wealth and prosperity to house, business or
property while warding off evil spirits. The masks represent
three beautifully feathered peacocks on the sides and top of the mask.
Contrary to its name, these masks are often used in ancient forms of dancing.
</p>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/mayura.webp" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="balloon">
<div class="col col-lg-6 col-md-12">
<img src="images/firedevil.webp" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>Fire Devil Mask (Ginidella Raksha)</h5>
<p>"The Ginidella Raksha" mask is a Raksha mask which is means
its job is to ward off evil. This mask is representing the emotion anger
which is why the colors are red, orange, and yellow. The patterns on the
ears are warding off all evil. The patterns on the ears and the face really
draw your attention which the Sri Lankan people found really important.</p>
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="para">
<div class="col col-lg-6 col-md-12">
<h5>King Cobra Mask (Naga Raksha)</h5>
<p>“The Naga Raksha” mask, also known as the Snake
Demon, uses a lot of colors and patterns to it. The most noticeable and
attractive pattern is the hair which is shaped into cobras, therefore
the name Snake Demon. It has a very long Tung to smell its enemies and
the teeth to eat them which in this case are the Sri Lankan people.
</p>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/cobra.webp" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="balloon">
<div class="col col-lg-6 col-md-12">
<img src="images/kolam.webp" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>Kolam Dancer's Mask (Kolam Mask)</h5>
<p>"Kolam" is a dance drama of rural Sri Lanka. Just like several other names for theatre traditions of south Asia, kolam refers to disguise and mimicry. The actors wear masks and costumes and perform with mime, dance and some dialogue.
Carved from blocks of wood, "Kolam masks"
are brightly painted with unique patterns of colors
based on sex, age, and position in society. In addition to these types of
Kolam masks, there is another group that are used by village shaman
to treat various birth defects and diseases. These kinds look grotesque.
</p>
</div>
</div>
</div>
</div>
<!-- --------------------------------------mask tab html end------------>
<!-- --------------------------------------spices tab html start------------>
<div class="tabs__content">
<h2 class="tabs__title" id="spices">Sri Lankan Tradional Spices</h2>
<div class="container text-center">
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="para">
<div class="col col-lg-6 col-md-12">
<h5>Ceylon Clove</h5>
<p>Prized for its distinct flavour and aroma, and also for its medicinal qualities, cloves are the immature buds of the evergreen tree Syzygium aromaticum , also known as Eugenia caryophyllus of the Myrtaceae family. A fully grown clove tree is about 15-20 metres tall and has smooth grey bark. Ceylon Clove is notably richer in oil than the clove varieties produced elsewhere in the world.
</p>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/cloves.webp" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="balloon">
<div class="col col-lg-6 col-md-12">
<img src="images/cinnamon.webp" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>Powder and Sticks of Cinnamon</h5>
<p>"Cinnamon is a spice that comes from the inner bark of the tropical Cinnamomum tree (colloquially known as the cinnamon tree), sold as rolled quills (cinnamon sticks) or ground into a fine powder. Sri Lanka was the only source of cinnamon, kept secret by Arab traders who wished to monopolize the market. Even now, cinnamon in its purest formcan only be found here.</p>
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="para">
<div class="col col-lg-6 col-md-12">
<h5>Black Pepper (Ceylon Pepper)</h5>
<p>In Sri Lanka, pepper or the woody perennial evergreen climbing vine, Piper nigrum, is cultivated over an area of 32800 hectares and majorly in the districts of Matale, Kandy, Kegalle, and Kurunegala where it’s grown either as a mono-crop or a mixed crop in coconut and tea plantations using live or dead stands as support. It’s also ideal for home gardens.
Today, pure origin pepper enjoys a huge demand internationally, and the public is keener to discover spices that originate from a specific “terroir” just like wines. Ceylon Pepper is mainly exported to India, Germany and the USA and enjoys a growing demand from Australia and Canada.
</p>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/blackpepper.webp" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="balloon">
<div class="col col-lg-6 col-md-12">
<img src="images/goraka.jpg" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>Goraka (Garcinia cambogia)</h5>
<p>Garcinia gummi-gutta is a tropicalspecies of Garcinia. Common names include garcinia cambogia (a former scientific name), as well as brindleberry, Malabar tamarind, and kudam puli (pot tamarind). This fruit looks like a small pumpkin and is green to pale yellow in color.
</p>
</div>
</div>
</div>
</div>
<!-- --------------------------------------spices tab html end------------>
<!-- --------------------------------------food tab html start------------>
<div class="tabs__content">
<h2 class="tabs__title" id="food">Sri Lankan Foods And Drinks</h2>
<div class="container text-center">
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="para">
<div class="col col-lg-6 col-md-12">
<h5>Milk Rice</h5>
<p>For something quite simple, the Sri Lankan dish of kiribath is one that is rich in meaning. It's basically made by cooking rice with coconut milk until all the liquid is absorbed, then shaping the sticky rice into blocks to be cut and served like slices of cake. It's often eaten with lunu miris, a sambol chili sauce we mentioned earlier, and sometimes sweetened with jaggery.
What makes kiribath so rich in meaning? Well, traditionally kiribath is made for special occasions, particularly ones that mark important times of life like birthdays, New Year or just the first day of the month. This is also one dish that seems to be completely unique to Sri Lanka, with no outside influences recorded.</p>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/milkrice.jpg" class="rounded-5" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="balloon">
<div class="col col-lg-6 col-md-12">
<img src="images/sweet.jpg" class="rounded-5" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>New Year Sweets</h5>
<p>Sweet meats and special dishes are an essential facet of the Sinhala and Hindu New Year. While they have come to be identified with and annual festival, some of these food items are also prepared to mark special occasions. Here are some sweet meats and other foods prepared in Buddhist and Hindu households this time around. Every Buddhist and Hindu households have an
elegant new year table adorned with delicious sweets around
this festival period.</p>
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="para">
<div class="col col-lg-6 col-md-12">
<h5>Rice And Curry</h5>
<p>Rice and Curry is the traditional staple dish in Sri Lanka. It's eaten everywhere, usually twice a day by almost everyone. When you see “Rice and Curry” in Sri Lanka, it refers to several small plates of curry yummies varying from chicken and fish to vegetarian dishes like dal, garlic curry, aubergine curry, pumpkin curry, green bean curry… always served with rice and a few small plates of pickled vegetables.
What struck us the most is the sheer variety of different curry dishes available in Sri Lanka such as jackfruit curry, beetroot curry, pumpkin, pineapple curry…all of them extremely tasty! Rice and Curry is also the most popular traditional Sri Lankan wedding food, in particular meat-based curries. </p>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/rice.jpg" class="rounded-5" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="balloon">
<div class="col col-lg-6 col-md-12">
<img src="images/kottu.jpg" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>Kottu</h5>
<p> There’s a reason why Chicken Kottu Roti is insanely popular in Sri Lanka! Chopped flatbread mixed and mashed together with chicken and vegetables and lots of aromatic spices, this chicken kottu roti recipe is as delicious as it is comforting, and it also works splendidly as an anti-hangover meal!
You can’t ever visit Sri Lanka and leave without eating Kottu roti (also spelled Koththu or Kotthu). It’ll be hard to avoid it anyway. If you take a stroll down a busy street in the heart of Colombo (or any other urban/suburban part of the country) in the late evening, you’ll be greeted with the sound of street vendors making kottu roti from a fair distance away, followed immediately by the aroma of a tantalizingly delicious meal that will flood your mouth with saliva.
</p>
</div>
</div>
</div>
</div>
<!-- --------------------------------------food tab html end------------>
<!-- --------------------------------------Industrial goods tab html start------------>
<div class="tabs__content">
<h2 class="tabs__title" id="goods">Sri Lankan Industrial Goods</h2>
<div class="container text-center">
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="para">
<div class="col col-lg-6 col-md-12">
<h5>Ceylon Tea</h5>
<p>Ceylon tea refers to tea produced in the highlands of Sri Lanka. It's available in oolong, green, white, and black tea varieties. Aside from being rich in antioxidants, Ceylon tea is also linked to health benefits like improved heart health and blood sugar control, as well as weight loss.
Ceylon tea is famed for its outstanding quality and superior, unparalleled taste and variety of tea. According to the 2017 EU Surveillance Report, Ceylon tea was marked as the cleanest tea in the market with regard to the pesticides and other chemicals usually found in tea. </p>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/tea.jpg" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="balloon">
<div class="col col-lg-6 col-md-12">
<img src="images/gems.jpg" class="rounded-5" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>Gems</h5>
<p>Sri Lanka is well known throughout the world for the large quantity and exquisite variety of its gemstones. These gemstones occur mainly in alluvial gravels found in valley bottoms into which flow tributary hillside streams which carry gem minerals released by weathering form the bed rock sources located at hilltops or hillsides. Apart from the sedimentary formation which carry gemstones some rocks too have been shown to contain gemstones particularly varieties of Corundum. There are also gemstones associated with pegmatite which constituted an important source.
During early times Sri Lanka was once quite fittingly referred to as “Rathna-dweepa” which connotes the meaning “The Island of Gemstones”. The name Rathna-dveepa is found in many chronicles. A Merchants Guide “Periplus of the Erythrean Sea” presumed to have been complied during the first century.</p>
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="para">
<div class="col col-lg-6 col-md-12">
<h5>Pottery</h5>
<p>The key requirement of a vessel is always to serve the purpose it is designed for. Sri Lankan potters create their unique products with the use of equipment that is specially built for pottery. Traditional water-storing vessels designed by these creators such as Kalagediya and Gurulettuwa have a spherical shape with a wide inner space to store water. The clay used to make these vessels absorbs and removes the organic and inorganic contaminants from drinking water. Therefore, some of these vessels are used today in the same form while some have transformed to serve the suit modern lifestyle while delivering the same advantage to the user.
Clay-based cooking pots that are used in traditional cooking still play an important role in the local kitchen. Potters keep these pots in the sun to dry for a few days after they are being shaped or they burn these pots in a kiln to make them hard and brittle. As a result, these pots are not damaged by the hours they get to spend on the fire.</p>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/pottery.jpg" class="rounded-5" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="balloon">
<div class="col col-lg-6 col-md-12">
<img src="images/batik.jpg" class="rounded-5" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>Batik Clothes</h5>
<p> The Batik industry in Sri Lanka is a small scale industry which can employ individual design talent and creativity. Its economic benefit is profit from dealing with foreign customers. It is now the most visible of the island's crafts with galleries and factories, large and small, having sprung up in many tourist areas. Rows of small stalls selling batiks can be found all along Hikkaduwa's Galle Road strip. Mahawewa, on the other hand, is famous for its batik factories.
Batiks incorporate many motifs and colours, some traditional, others highly contemporary and individual. Many display a vigorousness of design related to their origin. The material created by the batik-makers is used to produce distinctive dresses, shirts, sarongs and beachwear well-suited for tropical climes. Many tourists at seaside resorts such as Hikkaduwa wear batik clothes throughout their holiday. Apart from clothes, tablecloths, wall pictures, beach clothes, pure cotton and silk, men's and ladies' wear and bed covers are popular as a reminder of a visit to Sri Lanka.</p>
</div>
</div>
</div>
</div>
<!-- --------------------------------------Industrial goods tab html end------------>
<!-- --------------------------------------Art tab html start------------>
<div class="tabs__content">
<h2 class="tabs__title" id="art">Sri Lankan Arts and crafts</h2>
<div class="container text-center">
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="para">
<div class="col col-lg-6 col-md-12">
<h5>Ancient Wall Paintings At Sigirya</h5>
<p>King Kashyapa reigned with an iron fist during the 5 th Century AD, and it certainly shows in the artistic creations that adorn the walls of Sigiriya. It is believed that the king wanted Sigiriya to emulate the fabled Alakamanda, the city of gods, a feat the ancient craftsmen possibly achieved, based on the remains we can see today. <br> <br>
The walls of Sigiriya are believed to have originally been plastered and painted white to convey the idea of purity, similar to the manner in which the city of gods was depicted in the ancient world. But Kashyapa was more intent on creating a magnificent spectacle that would stand out and capture the attention of anyone who visited the citadel. </p>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/sigiriart.jpg" class="rounded-5" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="balloon">
<div class="col col-lg-6 col-md-12">
<img src="images/punkalsa.jpg" class="rounded-5" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>Pot Of Plenty (Punkalasa)</h5>
<p>The Punkalasa, or the “pot of plenty”, which is a symbol of prosperity, is on the top right of the note. A Liya Vela, or “the stylized floral motif” appears on the right side of the note. Pun Kalasa, which is probably Sri Lanka's truly national art. It's considered as the sole symbol of prosperity. According to Buddhist culture, a full pot depicts fertility, prosperity and wealth.Punkalasa artistic sculptures are found on various archaeological digs around the country.</p>
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="para">
<div class="col col-lg-6 col-md-12">
<h5>Traditional Sri lankan Kandy (udarata ) Dancer</h5>
<p> Kandyan dance encompasses various dance forms popular and native to the area called Kandy of the Central Hills region known as Udarata in Sri Lanka, which have today spread to other parts of the country. It is an example of Sinhalese culture in Sri Lanka. Even though originally only males were allowed to train as dancers, there are now several schools that also train women in the Kandyan dance form. However, there is no definite Ves costume for women, and many female dancers have adapted the male costume in different ways.
There are only a few performances of the Kohomba Kankariya now due to many social, economic and political reasons. The dance in its traditional form is still performed each year at the Dalada Perhahera in Kandy.</p>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/kandydance.jpg" class="rounded-5" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="balloon">
<div class="col col-lg-6 col-md-12">
<img src="images/wood.jpg" class="rounded-5" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>Wooden architecture and wood-carving</h5>
<p>Wooden architecture and wood-carving are inextricably linked in the traditional wooden architecture of Sri Lanka, especially in Kandy, the central province of the country. The allied skills simultaneously highlight the construction and carving skills of master-craftsmen and architects; Kandyan wooden architecture is extremely rich in detailing, show-casing a range of wood-carving, much of which represents a remarkable combination of creativity and skill in manipulating the material.
The abundance of several varieties of timber was instrumental in the prolific presence of wooden architecture. Owing to its durability and hardness, timber was used to make several structural components like beams and massive pillars, as also elaborately designed doors and windows. The traditional craft of wood-carving was practised by several highly esteemed crfatsmen and master-craftsmen, who trained apprentices in the principles of the craft.</p>
</div>
</div>
</div>
</div>
<!-- --------------------------------------Art tab html end------------>
</div>
</div>
<!-- ----------tab body html end -->
<a href="#top" class="to-top">
<i class="fas fa-chevron-up"></i>
</a>
<!-- custom js file link -->
<script src="js/allscript.js"></script>
</body>
</html>