-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
133 lines (102 loc) · 5.6 KB
/
main.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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ceylon Hiking</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="main.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="contacts.html">Contact</a></li>
</ul>
</nav>
<h1 class="heading">Welcome to <u>Ceylon Hiking </u> </h1>
</header>
<section class="intro">
<h2>Do you want to Know all about srilankan Mountains ? </h2>
<p>Discover the beautiful and challenging mountains that await you in Sri Lanka. Whether you're looking for a spiritual journey or a thrilling adventure, we've got something for every hiker.</p>
</section>
<section class="cards-container">
<div class="card">
<img src="beautiful-mountains-landscape.jpg" alt="Adam's Peak">
<h3>Top Hiking Places in Srilanka </h3>
<p>Adam’s Peak for stunning sunrises, Ella Rock amidst tea plantations, and the Knuckles Range, a UNESCO site. Don't miss Pidurangala Rock for views of Sigiriya and Hanthana Mountain, great for beginners.
</p><br><br>
<a href="https://www.alltrails.com/sri-lanka" class="card-btn">Learn More</a>
</div>
<div class="card">
<img src="hiking-gear-essentials.jpg" alt="Pidurangala Rock">
<h3>Things you should bring For hiking</h3>
<p>For a successful hike, pack sturdy hiking boots, a backpack, water, and snacks. Include a first aid kit, map/GPS, and dress in layers. Bring a rain jacket and a flashlight for safety!</p>
<br><br><br>
<a href="https://www.rei.com/learn/expert-advice/day-hiking-checklist.html" class="card-btn">Learn More</a>
</div>
<div class="card">
<img src="hiking.jpg" alt="Pidurangala Rock">
<h3>Most Challenging Hiking Places</h3>
<p> Adam’s Peak features a steep climb, while the Knuckles Range offers rugged trails. Hanthana and Ella Rock challenge hikers with technical climbs and stunning views. </p>
<br><br><br>
<a href="https://www.lovesrilanka.org/hiking-trails-for-the-ultimate-mountaineer/" class="card-btn">Learn More</a>
</div>
<div class="card">
<img src="temple-sacred-tooth-relic-kandy-sri-lanka.jpg" alt="Pidurangala Rock">
<h3>Other Famouse Places in Srilanka </h3>
<p>Sri Lanka offers iconic attractions like Sigiriya Rock Fortress, the sacred Temple of the Tooth in Kandy, and beautiful beaches in Mirissa and Unawatuna. Explore Yala National Park for wildlife and the historic Galle Fort for a taste of culture!
</p>
<br>
<a href="https://www.thrillophilia.com/places-to-visit-in-sri-lanka" class="card-btn">Learn More</a>
</div>
<h3 class="qheading">Here are some Questions about <u>Hiking</u> In Srilanka ? </h3>
<div class="card">
<img src="aerial-view-of-sigiriya-rock-at-misty-morning--sri-lanka--drone-photo--1129567907-a6628ce7d636462f9a0e0361a3808178.jpg" alt="Pidurangala Rock">
<h3>Which mountains in Sri Lanka offer the best views for hikers?</h3>
<p>Ella Rock, Adam’s Peak, and Pidurangala Rock are known for their stunning panoramic views. The Knuckles Range and Hanthana Mountain Range also offer breathtaking scenery, especially at sunrise and sunset.</p>
</div>
<div class="card">
<img src="1_ZxU6N5aU29O933hNVpEqsA.jpg" alt="Pidurangala Rock">
<h3>How challenging are Sri Lanka’s hiking trails for beginners?</h3>
<p>Trails like Ella Rock and Hanthana are suitable for beginners, though they may still be moderately challenging due to steep sections. For those new to hiking, Horton Plains offers a relatively easy but scenic hike with the famous World’s End viewpoint.
</p>
</div>
<div class="card">
<img src="MGNF971_300x.avif" alt="Pidurangala Rock">
<h3>What safety tips should hikers keep in mind when hiking in Sri Lanka?</h3>
<p>Stay hydrated, carry enough snacks, be mindful of wildlife, and be aware of weather changes, especially during the monsoon season. Always inform someone of your route and check if the trail is well-marked. Hiring a local guide for remote areas is recommended.
</p>
</div>
<div class="card">
<img src="udawatte-kele-backdrop.jpg" alt="Pidurangala Rock">
<h3>What are the most scenic hikes near Sri Lanka’s central highlands?</h3>
<p>Horton Plains, with its World’s End viewpoint and Baker’s Falls, is one of the most scenic hikes in the highlands. Ella Rock and Little Adam’s Peak near Ella also offer amazing views of the surrounding tea plantations and valleys.
</p>
</div>
</section>
<h2 class="serviceheading">Our services </h2>
<section class="services-container">
<div class="services">
<img src="repostsrilanka-story-04-talking-640x640.jpg">
<p>detailed trail guides and difficulty levels to tips on gear and safety</p>
</div>
<div class="services">
<img src="NDL_GuestPost-July-1-1.png">
<p >expert advice for both novice and seasoned hikers</p>
</div>
<div class="services">
<img src="cropped-SriLankaImg-2.jpeg">
<p >Explore Srilanka By Yourself</p>
</div>
</section>
<footer>
<div class="footer-content">
<h3>Explore Sri Lanka's Mountains</h3>
<p>Your guide to the best hiking spots in Sri Lanka. Stay connected for the latest updates and news.</p>
</div>
<div class="footer-bottom">
<p>Designed by Yuthila Banuka</p>
</div>
</footer>
</body>
</html>