-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtourism.html
406 lines (357 loc) · 17.2 KB
/
tourism.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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" type="image/png" href="images/DZIKO LATHU NEW LOGO 2.jpg">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
<!-- Basic -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Site Metas -->
<meta name="keywords" content="Dziko Lathu, Malawi, Youth Empowerment, Agriculture, Sustainable Development, Economic Growth" />
<meta name="description" content="Dziko Lathu is a youth-led platform focused on empowering Malawi's future through innovative initiatives in agriculture, education, and sustainable development." />
<meta name="author" content="Dziko Lathu Team, led by Joseph Peter Kamvabingu" />
<title>Dziko Lathu - Empowering Youth for Malawi's Sustainable Future </title>
<!-- slider stylesheet -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.1.3/assets/owl.carousel.min.css" />
<!-- bootstrap core css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<!-- fonts style -->
<link href="https://fonts.googleapis.com/css?family=Lato:400,700|Poppins:400,700|Roboto:400,700&display=swap" rel="stylesheet" />
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet" />
<!-- responsive style -->
<link href="css/responsive.css" rel="stylesheet" />
</head>
<body>
<header class="header_section">
<div class="container">
<nav class="navbar navbar-expand-lg custom_nav-container ">
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" alt="" />
<span>
Dziko Lathu
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<div class="d-flex ml-auto flex-column flex-lg-row align-items-center">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.html">
Home <span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html"> About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Economic Sectors
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="agriculture.html">Agriculture</a>
<a class="dropdown-item" href="manufacturing.html">Manufacturing</a>
<a class="dropdown-item" href="tourism.html">Tourism</a>
<a class="dropdown-item" href="mining.html">Mining</a>
<a class="dropdown-item" href="energy.html">Energy</a>
<a class="dropdown-item" href="governance.html">Governance</a>
<a class="dropdown-item" href="achievements.html">Achievements</a>
<a class="dropdown-item" href="team section.html">Our Team</a>
<a class="dropdown-item" href="News.html">News</a>
<a class="dropdown-item" href="mailto:[email protected]">Contact Us</a>
<a class="dropdown-item" href="construction.html">Donate</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Social Sectors
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="education.html">Education</a>
<a class="dropdown-item" href="healthcare.html">Healthcare</a>
<a class="dropdown-item" href="water-sanitation.html">Water and Sanitation</a>
<a class="dropdown-item" href="environmental conservation.html">environmental-conservation</a>
<a class="dropdown-item" href="team section.html">Our Team</a>
<a class="dropdown-item" href="News.html">News</a>
<a class="dropdown-item" href="achievements.html">Achievements</a>
<a class="dropdown-item" href="mailto:[email protected]">Contact Us</a>
<a class="dropdown-item" href="construction.html">Donate</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Infrastructure Dev
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="transportation.html">Transportation</a>
<a class="dropdown-item" href="energy-infrastructure.html">Energy Infrastructure</a>
<a class="dropdown-item" href="ict-telecommunications.html">ICT and Telecommunications</a>
<a class="dropdown-item" href="achievements.html">Achievements</a>
<a class="dropdown-item" href="team section.html">Our Team</a>
<a class="dropdown-item" href="News.html">News</a>
<a class="dropdown-item" href="mailto:[email protected]">Contact Us</a>
<a class="dropdown-item" href="construction.html">Donate</a>
</div>
</li>
<!-- Downloads Navigation Link -->
<li class="nav-item">
<a class="nav-link" href="Downloads and Resources.html" id="downloadsPageLink" role="button">
Downloads
</a>
</li>
<!-- Donate Button -->
<li class="nav-item">
<a class="nav-link btn btn-danger" href="donate.html" role="button">
Donate
</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<section class="offer_section">
<div class="container">
<!-- Header -->
<div class="header">
<h2>Tourism and Economic Growth</h2>
<p>Tourism is a cornerstone for economic development, contributing to job creation, foreign exchange earnings, and cultural preservation. Enhancing the tourism sector can unlock significant opportunities for sustainable growth and community development.</p>
</div>
<!-- Key Destinations Section -->
<div class="tourism-destinations">
<h3>Key Tourist Destinations</h3>
<div class="row">
<div class="col-md-4">
<img src="images/How best to explore Lake Malawi.jpeg" alt="Lake Malawi" class="img-fluid">
<p><strong>Lake Malawi:</strong> A UNESCO World Heritage Site renowned for its crystal-clear waters and vibrant aquatic life.</p>
</div>
<div class="col-md-4">
<img src="images/Mount Mulanje.jpeg" alt="Mulanje Mountain" class="img-fluid">
<p><strong>Mulanje Mountain:</strong> A hiking and adventure hotspot offering breathtaking views and rich biodiversity.</p>
</div>
<div class="col-md-4">
<img src="images/Liwonde National Park.jpeg" alt="Liwonde National Park" class="img-fluid">
<p><strong>Liwonde National Park:</strong> A haven for wildlife enthusiasts, showcasing Malawi's iconic fauna and flora.</p>
</div>
</div>
</div>
<!-- Methods to Boost Tourism -->
<div class="methods">
<h3>How to Improve Tourism</h3>
<ul>
<li><strong>Invest in Infrastructure:</strong> Develop better transportation, accommodation, and tourist facilities.</li>
<li><strong>Promote Sustainable Tourism:</strong> Emphasize eco-tourism, cultural tourism, and conservation efforts.</li>
<li><strong>Enhance Marketing Efforts:</strong> Leverage digital platforms and partnerships to increase global visibility.</li>
<li><strong>Capacity Building:</strong> Train local communities in hospitality, tour guiding, and customer service.</li>
<li><strong>Policy Support:</strong> Simplify visa processes and provide incentives for tourism-related investments.</li>
</ul>
</div>
<!-- Report Download Section -->
<div class="download-section">
<h3>Download Tourism Reports</h3>
<p>Explore detailed reports on tourism's potential and strategies to enhance its impact on the economy.</p>
<a href="downloads/tourism-growth-report.pdf" class="btn btn-primary" download>Download Report</a>
</div>
<!-- Addressing Challenges -->
<div class="challenges">
<h3>Addressing Challenges in Tourism</h3>
<p>To strengthen the tourism sector, addressing key challenges like infrastructure gaps, inadequate promotion, and environmental threats is crucial. Collaborative efforts between the government, private sector, and local communities can drive sustainable growth in this vital sector.</p>
</div>
</div>
</section>
<!-- About Section -->
<section class="about_section">
<div class="container">
<div class="row align-items-center">
<!-- Image Box -->
<div class="col-lg-6 col-md-12">
<div class="img-box">
<img src="images/Malawi Tourism _ Welcome to Malawi - Africa's Most Complete Destination.jpeg" alt="About Tourism Image" class="img-fluid">
</div>
</div>
<!-- Text Content -->
<div class="col-lg-6 col-md-12">
<div class="detail-box">
<div class="heading_container">
<h2 class="section-title">
About Our Tourism Vision
</h2>
</div>
<p class="about-text">
At Dziko Lathu, we are dedicated to elevating Malawi’s tourism sector by showcasing its natural beauty, cultural heritage, and unmatched experiences.
Our goal is to position Malawi as a leading tourism destination, driving economic growth and sustainable development.
</p>
<p class="about-text">
By connecting travelers, stakeholders, and local communities, we aim to create unforgettable journeys while preserving the environment and empowering local livelihoods.
</p>
<div class="button-container">
<a href="mailto:[email protected]?subject=Government%20Tourism%20Partnership" class="btn-custom">
Government Partnerships
</a>
<a href="mailto:[email protected]?subject=Private%20Tour%20Operators" class="btn-custom">
Private Tour Operators
</a>
<a href="mailto:[email protected]?subject=Local%20Tourism%20Communities" class="btn-custom">
Local Tourism Communities
</a>
</div>
<div class="button-container">
<a href="mailto:[email protected]?subject=Hospitality%20Industry%20Collaboration" class="btn-custom">
Hospitality Industry
</a>
<a href="mailto:[email protected]?subject=Travel%20Agents%20Connections" class="btn-custom">
Travel Agents
</a>
<a href="mailto:[email protected]?subject=Tourist%20Guides%20Network" class="btn-custom">
Tourist Guides
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end about section -->
<!-- end client section -->
<!-- end contact section -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dziko Lathu</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Info Section -->
<section class="info_section layout_padding">
<div class="container">
<div class="info_form">
<div class="row">
<div class="offset-lg-3 col-lg-3">
<h5 class="form_heading">Join Our Newsletter</h5>
</div>
<div class="col-md-6">
<form action="#">
<input type="text" placeholder="Enter Your Email Address">
<button>Subscribe</button>
</form>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<!-- About Us -->
<div class="col-md-3">
<div class="info_logo">
<div>
<a href="#">
<img src="images/logo.png" alt="Dziko Lathu Logo" />
<span>Dziko Lathu</span>
</a>
</div>
<p>
"Dziko Lathu" highlights Malawi's growth and development journey, showcasing efforts to improve the nation
in various sectors.
</p>
</div>
</div>
<!-- Contact Us -->
<div class="col-md-3">
<div class="info_links">
<h5>Contact Us</h5>
<p>
Email: <a href="mailto:[email protected]">[email protected]</a><br>
Phone: <a href="https://wa.me/265992954281" target="_blank">+265 992 954 281</a> (WhatsApp)<br>
Location: Lilongwe, Malawi
</p>
</div>
</div>
<!-- Information -->
<div class="col-md-3">
<div class="info_insta">
<h5>Information</h5>
<p>
Explore insights about infrastructure development, education, healthcare, and agricultural reforms in
Malawi.
</p>
</div>
</div>
<!-- Follow Us -->
<div class="col-md-3">
<div class="pl-0 pl-lg-5 pl-md-4">
<h5>Follow Us on Social Media</h5>
<p>
Stay connected and up-to-date by following Dziko Lathu on our social media platforms. Join the conversation and
be part of our community.
</p>
<ul class="social-icons">
<li><a href="https://www.facebook.com/DzikoLathuMw" target="_blank"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://twitter.com/dzikolathu" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://instagram.com/dzikolathu" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/company/106102197/admin/?lipi=urn%3Ali%3Apage%3Ad_flagship3_feed%3Bw8WM93MkRGeJAL1zlRuCdQ%3D%3D" target="_blank"><i class="fab fa-linkedin-in"></i></a></li>
<!-- Added YouTube -->
<li><a href="https://www.youtube.com/@Dziko_Lathu" target="_blank"><i class="fab fa-youtube"></i></a></li>
<!-- Added WhatsApp -->
<li><a href="https://whatsapp.com/channel/0029Vb1PEMjCMY0KKbctAG0T" target="_blank"><i class="fab fa-whatsapp"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- End Info Section -->
<!-- Scroll to Top Arrow -->
<div id="scrollToTop">
<i class="fas fa-arrow-up"></i>
</div>
<!-- Footer Section -->
<section class="container-fluid footer_section">
<p>
© 2024-2025 Dziko Lathu. All Rights Reserved.
</p>
</section>
<!-- End Footer Section -->
<!-- JavaScript Files -->
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="javascript.js"></script>
<!-- Map Script -->
<script>
function initMap() {
// Coordinates for Lilongwe, Malawi
var lilongwe = { lat: -13.9626, lng: 33.7741 };
// Create map centered on Lilongwe
var map = new google.maps.Map(document.getElementById("map"), {
zoom: 11,
center: lilongwe
});
// Add a custom marker
var marker = new google.maps.Marker({
position: lilongwe,
map: map,
icon: "images/maps-and-flags.png"
});
}
</script>
<!-- Google Maps API -->
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap"></script>
<!-- Navigation Scripts -->
<script>
function openNav() {
document.getElementById("myNav").style.width = "100%";
}
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}
</script>
</body>
</html>