-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (81 loc) · 4.13 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>My Village</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="header">
<nav>
<div class="nav-links">
<ul>
<li><a href="index.html">Home</a> </li>
<li><a href="temple.html">Temple</a></li>
<li><a href="school.html">School</a></li>
<li><a href="Paddyfields.html">Beautiful Places</a></li>
<li><a href="governance.html">Governance</a></li>
<li><a href="importantplaces.html">Important places</a></li>
</ul>
</div>
</nav>
<div class="text-box">
<h1>This is our village</h1>
<a href="https://www.globalforestwatch.org/dashboards/country/LKA/14/3/?category=forest-change&map=eyJjZW50ZXIiOnsibGF0Ijo3LjU1NTU4NDgxMTUxODQ0NSwibG5nIjo4MC4xNzMzNzQxNzU5NjQyM30sInpvb20iOjkuNzA0MDE5OTkxMTk4MTQ1LCJjYW5Cb3VuZCI6dHJ1ZSwiZGF0YXNldHMiOlt7ImRhdGFzZXQiOiJwb2xpdGljYWwtYm91bmRhcmllcyIsImxheWVycyI6WyJkaXNwdXRlZC1wb2xpdGljYWwtYm91bmRhcmllcyIsInBvbGl0aWNhbC1ib3VuZGFyaWVzIl0sImJvdW5kYXJ5Ijp0cnVlLCJvcGFjaXR5IjoxLCJ2aXNpYmlsaXR5Ijp0cnVlfSx7ImRhdGFzZXQiOiJ0cmVlLWNvdmVyLWxvc3MiLCJsYXllcnMiOlsidHJlZS1jb3Zlci1sb3NzIl0sIm9wYWNpdHkiOjEsInZpc2liaWxpdHkiOnRydWUsInBhcmFtcyI6eyJ0aHJlc2hvbGQiOjMwLCJ2aXNpYmlsaXR5Ijp0cnVlfX1dfQ%3D%3D" class="hero-btn">Visit Us Know More</a>
</div>
</section>
<section class="village">
<h1>The Beauty</h1>
<p>I think ours village is the most beautiful in the world</p>
<div class="row">
<div class="village-col">
<img src="image/index/tea.jpg">
<div class="layer">
<h3>Tea is an aromatic beverage prepared by pouring hot or boiling
water over cured or fresh leaves of Camellia sinensis, an evergreen
shrub native to East Asia which probably originated in the borderlands of
southwestern China and northern Myanmar. Tea is also rarely made from the leaves of
Camellia taliensis.</h3>
</div>
</div>
</div>
<div class="row">
<div class="village-col">
<img src="image/index/l2.jpg">
<div class="layer">
<h3>In botany, a tree is a perennial plant with an elongated stem, or trunk,
usually supporting branches and leaves</h3>
</div>
</div>
</div>
<div class="row">
<div class="village-col">
<img src="image/index/l3.jpeg">
<div class="layer">
<h3>mountain, landform that rises prominently above its surroundings, generally
exhibiting steep slopes, a relatively confined summit area, and considerable
local relief. Mountains generally are understood to be larger than hills, but the term has no
standardized geological meaning.</h3>
</div>
</div>
</div>
</section>
<section class="disct">
<h1 class="disct">KURUNAGALA DISTRICT</h1>
<p>Kurunegala is a district in North Western Province, Sri Lanka. Consists of 4,812.7 km2 (1,858.2 sq mi)
and consists 30 Divisional Secretariats, 1610 Grama Niladari Divisions and 4476 total Villages. It consists
of 14
Electorate Divisions, 02 Municipal Council, 19 Urban Councils, 15 Parliamentary Ministers, 47 Provincial
Council Members, 15 Ministers and 337 Local Council Members.</p>
<div class="disct-col">
<img src="image/index/kuru.jpg">
</div>
<h1 class="disct">kurunegala lake round</h1>
<div class="disct-col">
<img src="image/index/lake.jpg">
</div>
</section>
<section class="footer">
<h4>All © rights reserved with Chathuranga 2023</h4>
</section>
</body>
</html>