-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVideo.html
404 lines (357 loc) · 17.3 KB
/
Video.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
<!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>ICT and Telecommunications: Driving Digital Transformation</h2>
<p>ICT and telecommunications are at the heart of modern economic development, enabling connectivity, innovation, and access to global markets. Advancing digital infrastructure is key to achieving sustainable growth and empowering communities.</p>
</div>
<!-- Key Areas Section -->
<div class="industry-images">
<h3>Key ICT and Telecommunications Areas</h3>
<div class="row">
<div class="col-md-4">
<img src="images/AC3_logo-1024x725.jpg" alt="Broadband Connectivity" class="img-fluid">
<p><strong>Broadband Connectivity:</strong> Expanding internet access to underserved areas.</p>
</div>
<div class="col-md-4">
<img src="images/ew.jpeg" alt="Mobile Technology" class="img-fluid">
<p><strong>Mobile Technology:</strong> Enhancing mobile network coverage and affordability.</p>
</div>
<div class="col-md-4">
<img src="images/weqq.png" alt="Cloud Computing" class="img-fluid">
<p><strong>Cloud Computing:</strong> Supporting businesses with scalable digital solutions.</p>
</div>
</div>
</div>
<!-- Strategies to Boost ICT and Telecommunications -->
<div class="methods">
<h3>How to Advance ICT and Telecommunications</h3>
<ul>
<li><strong>Expand Digital Infrastructure:</strong> Invest in high-speed internet, fiber optics, and 5G technology.</li>
<li><strong>Enhance Digital Skills:</strong> Provide training programs to bridge the digital divide and empower communities.</li>
<li><strong>Promote E-Government:</strong> Integrate ICT into public service delivery for efficiency and transparency.</li>
<li><strong>Encourage Private Investment:</strong> Foster partnerships with tech companies to accelerate innovation.</li>
<li><strong>Support Startups:</strong> Provide resources and platforms for local tech entrepreneurs.</li>
</ul>
</div>
<!-- Report Download Section -->
<div class="download-section">
<h3>Download ICT and Telecommunications Reports</h3>
<p>Access detailed reports and insights on the role of ICT and telecommunications in transforming economies.</p>
<a href="downloads/ict-telecommunications-report.pdf" class="btn btn-primary" download>Download Report</a>
</div>
<!-- Addressing Challenges -->
<div class="challenges">
<h3>Addressing Challenges in ICT and Telecommunications</h3>
<p>To advance the ICT and telecommunications sector, addressing barriers such as limited infrastructure, high costs, and digital literacy gaps is critical. Strengthening policies, enhancing public-private collaboration, and fostering innovation can overcome these challenges.</p>
</div>
</div>
</section>
<!-- ICT and Telecommunications 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/wewtt.png" alt="ICT" 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">
ICT and Telecommunications for a Connected Future
</h2>
</div>
<p class="about-text">
At Dziko Lathu, we are driving the growth of Malawi’s ICT and telecommunications sector by fostering collaboration among key stakeholders.
Our initiatives aim to expand digital infrastructure, enhance connectivity, and promote digital literacy for a more inclusive digital economy.
</p>
<p class="about-text">
Whether you are part of the government, private sector, or academia, we provide a platform to collaborate on projects that build resilient ICT networks, advance innovation, and bridge the digital divide.
</p>
<div class="button-container">
<a href="mailto:[email protected]?subject=Local%20ICT%20Solutions" class="btn-custom">
Connect with Local ICT Providers
</a>
<a href="mailto:[email protected]?subject=Broadband%20Expansion" class="btn-custom">
Support Broadband Expansion
</a>
<a href="mailto:[email protected]?subject=Digital%20Skills%20Training" class="btn-custom">
Promote Digital Skills Training
</a>
</div>
<div class="button-container">
<a href="mailto:[email protected]?subject=Government%20Collaboration" class="btn-custom">
Partner with Local Government
</a>
<a href="mailto:[email protected]?subject=Telecommunications%20Networks" class="btn-custom">
Build Telecommunications Networks
</a>
<a href="mailto:[email protected]?subject=ICT%20Research%20and%20Innovation" class="btn-custom">
Support ICT Research and Innovation
</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>