-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
157 lines (147 loc) · 8.17 KB
/
index.html
File metadata and controls
157 lines (147 loc) · 8.17 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
<html>
<head>
<title>Welcome to Ceylon Travels</title>
<link rel="stylesheet" href="css/style.css">
<!-- Images Album (https://ibb.co/album/xK028m)-->
<!--Github Repo (https://github.com/heyisula/ceylontravels)-->
<!--Hosted Site (https://heyisula.github.io/ceylontravels/index.html)-->
</head>
<body>
<header>
<nav>
<div class="logo">
<img src="images/logo-without-text.png" alt="Ceylon Travels Logo" class="header-logo-img">
<span class="logo-text">Ceylon Travels</span>
</div>
<ul class="nav-list">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="packages.html">Packages</a></li>
<li><a href="destinantions.html">Destinations</a></li>
<li><a href="enquiry.html">Enquiry</a></li>
</ul>
</nav>
</header>
<main>
<section id="home" class="page-section">
<div class="hero">
<div>
<h1 class="hero-head">
<span id="hero-head-text"></span>
</h1>
<p class="hero-paragraph">Whether you're tracing your roots or seeking a new adventure, Sri Lanka welcomes you with its warm people, lush nature, and stories waiting to be told.</p>
<a href="packages.html" class="btn">Explore Packages</a>
</div>
</div>
<div class="highlights">
<div class="container">
<h2 class="section-title">Why Choose Sri Lanka</h2>
<p class="section-paragraph">Discover what makes our island nation a perfect travel destination</p>
<div class="highlights-card-grid">
<div class="highlights-card">
<img src="images/culture-min.jpg" alt="Culture">
<h3>Rich Culture</h3>
<p>
Explore ancient temples, royal palaces, and experience vibrant traditional festivals that showcase 2,500 years of heritage.
</p>
</div>
<div class="highlights-card">
<img src="images/adventure-min.jpg" alt="Adventure">
<h3>Thrilling Adventures</h3>
<p>
From mountain hiking and white-water rafting to surfing and diving, Sri Lanka offers endless adventures for thrill-seekers.
</p>
</div>
<div class="highlights-card">
<img src="images/wildlife-min.jpg" alt="Nature">
<h3>Amazing Wildlife</h3>
<p>
Witness majestic elephants, elusive leopards, and exotic birds in pristine national parks and wildlife sanctuaries.
</p>
</div>
<div class="highlights-card">
<img src="images/beach-min.jpg" alt="Beaches">
<h3>Pristine Beaches</h3>
<p>
Relax on golden sandy beaches, enjoy crystal-clear waters, and experience world-class surfing along our stunning coastline.
</p>
</div>
<div class="highlights-card">
<img src="images/scenery-min.jpg" alt="Scenery">
<h3>Breathtaking Scenery</h3>
<p>
Marvel at misty mountains, lush rainforests, serene lakes, and picture-perfect landscapes that captivate every traveler.
</p>
</div>
<div class="highlights-card">
<img src="images/cuisine-min.jpg" alt="Cuisine">
<h3>Delicious Cuisine</h3>
<p>
Indulge in spicy curries, flavorful street food, and tropical fruits that reflect the island’s diverse culinary heritage.
</p>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="footer-container">
<div class="footer-content">
<div class="footer-left">
<div class="footer-logo">
<img src="images/logo-without-text.png" alt="Ceylon Travels Logo" class="footer-logo-img">
<span class="footer-logo-text">Ceylon Travels</span>
</div>
<p class="footer-description">
Experience the beauty and culture of Sri Lanka with Ceylon Travels. We offer personalized travel packages to explore the best of our island paradise.
</p>
</div>
<div class="footer-contact">
<h4>Contact Us</h4>
<div class="contact-content">
<img src="images/call-min.png" alt="Phone" class="contact-icon">
<span>+94 123 456 789</span>
</div>
<div class="contact-content">
<img src="images/mail-min.png" alt="Email" class="contact-icon">
<span>hello@ceylontravels.lk</span>
</div>
<div class="contact-content">
<img src="images/location-min.png" alt="Location" class="contact-icon">
<span>123 Highlevel Road, Colombo, Srilanka</span>
</div>
</div>
<div class="footer-socialmedia">
<h4>Follow Us On</h4>
<div class="social-links-list">
<a href="https://www.facebook.com" class="social-link">
<img src="images/fb-min.png" alt="Facebook" class="social-icon">
<span>Facebook</span>
</a>
<a href="https://www.instagram.com"class="social-link">
<img src="images/ig-min.png" alt="Instagram" class="social-icon">
<span>Instagram</span>
</a>
<a href="https://www.twitter.com"class="social-link">
<img src="images/x-min.png" alt="Twitter" class="social-icon">
<span>Twitter</span>
</a>
<a href="https://www.linkedin.com"class="social-link">
<img src="images/in-min.png" alt="LinkedIn" class="social-icon">
<span>LinkedIn</span>
</a>
</div>
</div>
</div>
<div class="footer-copyright">
<p>
<!-- Developed with care by Isula Dissanayake, Sri Lanka (https://github.com/heyisula)-->
© 2025 Ceylon Travels. All rights reserved. | Developed with love by <a href='https://linktr.ee/isuladissanayake' class="anchor-linktree">Isula Dissanayake</a> ❤️
</p>
</div>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>