-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsingle.html
498 lines (473 loc) · 32.5 KB
/
single.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
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Afrolynk - Innovate, Connect, Accelerate</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free HTML Templates" name="keywords">
<meta content="Free HTML Templates" name="description">
<!-- Favicon -->
<link href="img/favicon.png" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Header Start -->
<div class="container-fluid">
<div class="row">
<div class="col-lg-3 bg-secondary d-none d-lg-block">
<a href="/" class="navbar-brand w-100 h-100 m-0 p-0 d-flex align-items-center justify-content-center">
<img src="img/Afrolynk-Logo-White.png" alt="" width="217">
</a>
</div>
<div class="col-lg-9">
<div class="row bg-dark d-none d-lg-flex">
<div class="col-lg-7 text-left text-white">
<div class="h-100 d-inline-flex align-items-center border-right border-primary py-2 px-3">
<i class="fa fa-envelope text-primary mr-2"></i>
<small>[email protected]</small>
</div>
<div class="h-100 d-inline-flex align-items-center py-2 px-2">
<i class="fa fa-phone-alt text-primary mr-2"></i>
<small>+012 345 6789</small>
</div>
</div>
<div class="col-lg-5 text-right">
<div class="d-inline-flex align-items-center pr-2">
<a class="text-primary p-2" href="">
<i class="fab fa-facebook-f"></i>
</a>
<a class="text-primary p-2" href="">
<i class="fab fa-twitter"></i>
</a>
<a class="text-primary p-2" href="">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="text-primary p-2" href="">
<i class="fab fa-instagram"></i>
</a>
<a class="text-primary p-2" href="">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<nav class="navbar navbar-expand-lg bg-white navbar-light p-0">
<a href="" class="navbar-brand d-block d-lg-none">
<h1 class="m-0 display-4 text-primary">Afrolynk</h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav mr-auto py-0">
<a href="/" class="nav-item nav-link">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="service.html" class="nav-item nav-link">Service</a>
<a href="project.html" class="nav-item nav-link">Project</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle active" data-toggle="dropdown">Blog</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="blog.html" class="dropdown-item">Latest News</a>
<a href="single.html" class="dropdown-item active">Blog Detail</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
<a href="contact.html" class="btn btn-primary mr-3 d-none d-lg-block">Get A Quote</a>
</div>
</nav>
</div>
</div>
</div>
<!-- Header End -->
<!-- Page Header Start -->
<div class="container-fluid bg-primary py-5 mb-5">
<div class="container py-5">
<div class="row align-items-center py-4">
<div class="col-md-6 text-center text-md-left">
<h1 class="display-4 mb-4 mb-md-0 text-secondary text-uppercase">Detail Page</h1>
</div>
<div class="col-md-6 text-center text-md-right">
<div class="d-inline-flex align-items-center">
<a class="btn btn-sm btn-outline-light" href="">Home</a>
<i class="fas fa-angle-double-right text-light mx-2"></i>
<a class="btn btn-sm btn-outline-light disabled" href="">Detail Page</a>
</div>
</div>
</div>
</div>
</div>
<!-- Page Header End -->
<!-- Detail Start -->
<div class="container-fluid py-5">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="mb-5">
<div class="d-flex mb-2">
<a class="text-secondary text-uppercase font-weight-medium" href="">Home</a>
<span class="text-primary px-2">|</span>
<a class="text-secondary text-uppercase font-weight-medium" href="">News</a>
<span class="text-primary px-2">|</span>
<a class="text-secondary text-uppercase font-weight-medium" href="">July 20, 2022</a>
</div>
<h1 class="section-title mb-3">Afrolynk's Projects</h1>
</div>
<div class="mb-5">
<h2>Clean Water and Sanitation SDG 6 Innovation Challenge</h2>
<img class="img-fluid rounded w-50 float-left mr-4 mb-3" src="img/water-challenge.jpg" alt="Image">
<p>The objective was to identify innovators, startups and designs in Ghana innovating around SDG 6
that is clean water and sanitation. The company Grundfos is committed to that goal.
Afrolynk partnered with five other hubs and four universities to develop solutions to the challenge.
The collaborative efforts of professors, students, faculty and a selection of startups and hubs
were used for this project. It included training in new technology and existing technology
to create new opportunities and relationships between the industry and academia in developing
sustainable solutions for the challenge.
</p>
<p>The Afrolynk team partnered with 5 main hubs and 4 main Universities to develop solutions around the
topic of the challenge. This collaborative work was between the professors, students and faculty
members for the project. Afrolynk also connected hubs, innovators and startups in Ghana.
The project also included a series of pitch events, expert analysis to identify scalable and
sustainable solutions for the challenge. The project also included training in new technology
and existing technology in the area and created new opportunities and relationships between industry
and academia in developing sustainable solutions for world challenges. A closing seminar was organized
in the presence of the main stakeholders (Grundfos Future Labs, Universities, Hubs, Media, Startups)
</p>
<h2 class="mb-4">WESP - Women Entrepreneurs Support Program</h2>
<img class="img-fluid rounded w-50 float-left mr-4 mb-3" src="img/blog-1.jpg" alt="Image">
<p>A program to provide the necessary knowledge, skills and assistance for women entrepreneurs
to build strong businesses. The program focuses on three areas: personal development, business
development and community development. Before the project, only 50 women in business were
supported in the western region. Many of these women were unfamiliar with the process required
to formally register a business with the registrar general department. They had never received
formal training in business or entrepreneurship. The Business Advisory Center and the Chamber
of Commerce partnered to assist them in getting their legal documents in order. </p>
<p>Women Entrepreneurs Support Program is a program to provide the needed knowledge, skills and
assistance for Women entrepreneurs, founders and executives to build strong and resilient business.
The program focuses on 3 areas. 1. Personal development of the women in terms of mindset, emotional
intelligence, leadership skills etc 2. Business development- equip them with business knowledge and
skills. 3. Community development - which prepares them to be agents of change in the community.
All in all, 50 women in business were supported in the Western Region. A total of 40 business
owners and entrepreneurs were women over the age of 24; 10 of them were between the ages of
18 and 23. Ninety percent of these women have never received any formal entrepreneurship
training. Through this project, that changed. A total of 15 of the women had not registered
their businesses formally with the registrar's general department, and were unaware of the
process. The Business Advisory Center and the Chamber of Commerce partnered to assist them
in getting their legal documentation in order. Women who were having difficulty registering
with the FDA were assisted. This training has proven crucial, with the effects of the war now,
with serious increases in fuel and food prices, the participants were equipped with strategies
to thrive and be resilient during these tough times. Thirty of the companies have seen
significant economic growth. A wide range of useful technology and digital tools were
introduced to the 50 participants. As a result of the training, jobs have been created.
Moreover, the training has created a vibrant community of female entrepreneurs in the region.
</p>
<h3 class="mb-4">Data Science Training</h3>
<img class="img-fluid rounded w-50 float-right ml-4 mb-3" src="img/blog-2.jpg" alt="Image">
<p>The National Female Pre-Tech training was
organized by the Ghana Tech Lab in
collaboration with Afrolynk between May and
June 2022. This training was introduced to train
women in the basics of Data Science and its
benefits to them and society. This Data Science program focused on providing
young women between the ages of 18-35 with
competent skills in Power BI, Python, Coding,
and experiences that are relevant to starting their
own startup or securing a job to promote
entrepreneurship under the pathway to
sustainable employment.</p>
<p>
As a result of the program, 17 Women were trained and certified. New
entrepreneurship opportunities were created. Over 32 remote jobs were generated.
5 new start-ups have been established through Data science training.
This training has opened the door to training more people in the region.
</p>
</div>
<!-- <div class="mb-5">
<h3 class="mb-4 section-title">3 Comments</h3>
<div class="media mb-4">
<img src="img/user.jpg" alt="Image" class="img-fluid rounded-circle mr-3 mt-1" style="width: 45px;">
<div class="media-body">
<h6>John Doe <small><i>01 Jan 2045 at 12:00pm</i></small></h6>
<p>Diam amet duo labore stet elitr ea clita ipsum, tempor labore accusam ipsum et no at. Kasd diam tempor rebum magna dolores sed sed eirmod ipsum clita, at tempor amet ipsum diam tempor sit.</p>
<button class="btn btn-sm btn-light">Reply</button>
</div>
</div>
<div class="media mb-4">
<img src="img/user.jpg" alt="Image" class="img-fluid rounded-circle mr-3 mt-1" style="width: 45px;">
<div class="media-body">
<h6>John Doe <small><i>01 Jan 2045 at 12:00pm</i></small></h6>
<p>Diam amet duo labore stet elitr ea clita ipsum, tempor labore accusam ipsum et no at. Kasd diam tempor rebum magna dolores sed sed eirmod ipsum clita, at tempor amet ipsum diam tempor sit.</p>
<button class="btn btn-sm btn-light">Reply</button>
<div class="media mt-4">
<img src="img/user.jpg" alt="Image" class="img-fluid rounded-circle mr-3 mt-1"
style="width: 45px;">
<div class="media-body">
<h6>John Doe <small><i>01 Jan 2045 at 12:00pm</i></small></h6>
<p>Diam amet duo labore stet elitr ea clita ipsum, tempor labore accusam ipsum et no at. Kasd diam tempor rebum magna dolores sed sed eirmod ipsum clita, at tempor amet ipsum diam tempor sit.</p>
<button class="btn btn-sm btn-light">Reply</button>
</div> -->
</div>
</div>
</div>
</div>
<div class="bg-light rounded p-5">
<h3 class="mb-4 section-title">Leave a comment</h3>
<form>
<div class="form-row">
<div class="form-group col-sm-6">
<label for="name">Name *</label>
<input type="text" class="form-control" id="name">
</div>
<div class="form-group col-sm-6">
<label for="email">Email *</label>
<input type="email" class="form-control" id="email">
</div>
</div>
<div class="form-group">
<label for="website">Website</label>
<input type="url" class="form-control" id="website">
</div>
<div class="form-group">
<label for="message">Message *</label>
<textarea id="message" cols="30" rows="5" class="form-control"></textarea>
</div>
<div class="form-group mb-0">
<input type="submit" value="Leave Comment" class="btn btn-primary">
</div>
</form>
</div>
</div>
<div class="col-lg-4 mt-5 mt-lg-0">
<div class="d-flex flex-column text-center bg-secondary rounded mb-5 py-5 px-4">
<img src="img/user.jpg" class="img-fluid rounded-circle mx-auto mb-3" style="width: 100px;">
<h3 class="text-white mb-3">John Doe</h3>
<p class="text-white m-0">Conset elitr erat vero dolor ipsum et diam, eos dolor lorem ipsum,
ipsum
ipsum sit no ut est. Guber ea ipsum erat kasd amet est elitr ea sit.</p>
</div>
<div class="mb-5">
<div class="w-100">
<div class="input-group">
<input type="text" class="form-control" style="padding: 25px;" placeholder="Keyword">
<div class="input-group-append">
<button class="btn btn-primary px-4">Search</button>
</div>
</div>
</div>
</div>
<div class="mb-5">
<h3 class="mb-4 section-title">Categories</h3>
<ul class="list-inline m-0">
<li class="mb-1 py-2 px-3 bg-light d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i class="fa fa-angle-right text-secondary mr-2"></i>Web Design</a>
<span class="badge badge-primary badge-pill">150</span>
</li>
<li class="mb-1 py-2 px-3 bg-light d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i class="fa fa-angle-right text-secondary mr-2"></i>Web Development</a>
<span class="badge badge-primary badge-pill">131</span>
</li>
<li class="mb-1 py-2 px-3 bg-light d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i class="fa fa-angle-right text-secondary mr-2"></i>Online Marketing</a>
<span class="badge badge-primary badge-pill">78</span>
</li>
<li class="mb-1 py-2 px-3 bg-light d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i class="fa fa-angle-right text-secondary mr-2"></i>Keyword Research</a>
<span class="badge badge-primary badge-pill">56</span>
</li>
<li class="py-2 px-3 bg-light d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i class="fa fa-angle-right text-secondary mr-2"></i>Email Marketing</a>
<span class="badge badge-primary badge-pill">98</span>
</li>
</ul>
</div>
<div class="mb-5">
<img src="img/blog-1.jpg" alt="" class="img-fluid rounded">
</div>
<div class="mb-5">
<h3 class="mb-4 section-title">Recent Post</h3>
<div class="d-flex align-items-center border-bottom mb-3 pb-3">
<img class="img-fluid rounded" src="img/blog-1.jpg" style="width: 80px; height: 80px; object-fit: cover;" alt="">
<div class="d-flex flex-column pl-3">
<a class="text-dark mb-2" href="">Elitr diam amet sit elitr magna ipsum ipsum dolor</a>
<div class="d-flex">
<small><a class="text-secondary text-uppercase font-weight-medium" href="">Admin</a></small>
<small class="text-primary px-2">|</small>
<small><a class="text-secondary text-uppercase font-weight-medium" href="">Cleaning</a></small>
</div>
</div>
</div>
<div class="d-flex align-items-center border-bottom mb-3 pb-3">
<img class="img-fluid rounded" src="img/blog-2.jpg" style="width: 80px; height: 80px; object-fit: cover;" alt="">
<div class="d-flex flex-column pl-3">
<a class="text-dark mb-2" href="">Elitr diam amet sit elitr magna ipsum ipsum dolor</a>
<div class="d-flex">
<small><a class="text-secondary text-uppercase font-weight-medium" href="">Admin</a></small>
<small class="text-primary px-2">|</small>
<small><a class="text-secondary text-uppercase font-weight-medium" href="">Cleaning</a></small>
</div>
</div>
</div>
<div class="d-flex align-items-center border-bottom mb-3 pb-3">
<img class="img-fluid rounded" src="img/blog-3.jpg" style="width: 80px; height: 80px; object-fit: cover;" alt="">
<div class="d-flex flex-column pl-3">
<a class="text-dark mb-2" href="">Elitr diam amet sit elitr magna ipsum ipsum dolor</a>
<div class="d-flex">
<small><a class="text-secondary text-uppercase font-weight-medium" href="">Admin</a></small>
<small class="text-primary px-2">|</small>
<small><a class="text-secondary text-uppercase font-weight-medium" href="">Cleaning</a></small>
</div>
</div>
</div>
<div class="d-flex align-items-center border-bottom mb-3 pb-3">
<img class="img-fluid rounded" src="img/blog-1.jpg" style="width: 80px; height: 80px; object-fit: cover;" alt="">
<div class="d-flex flex-column pl-3">
<a class="text-dark mb-2" href="">Elitr diam amet sit elitr magna ipsum ipsum dolor</a>
<div class="d-flex">
<small><a class="text-secondary text-uppercase font-weight-medium" href="">Admin</a></small>
<small class="text-primary px-2">|</small>
<small><a class="text-secondary text-uppercase font-weight-medium" href="">Cleaning</a></small>
</div>
</div>
</div>
<div class="d-flex align-items-center">
<img class="img-fluid rounded" src="img/blog-2.jpg" style="width: 80px; height: 80px; object-fit: cover;" alt="">
<div class="d-flex flex-column pl-3">
<a class="text-dark mb-2" href="">Elitr diam amet sit elitr magna ipsum ipsum dolor</a>
<div class="d-flex">
<small><a class="text-secondary text-uppercase font-weight-medium" href="">Admin</a></small>
<small class="text-primary px-2">|</small>
<small><a class="text-secondary text-uppercase font-weight-medium" href="">Cleaning</a></small>
</div>
</div>
</div>
</div>
<div class="mb-5">
<img src="img/blog-2.jpg" alt="" class="img-fluid rounded">
</div>
<div class="mb-5">
<h3 class="mb-4 section-title">Tag Cloud</h3>
<div class="d-flex flex-wrap m-n1">
<a href="" class="btn btn-outline-secondary m-1">Design</a>
<a href="" class="btn btn-outline-secondary m-1">Development</a>
<a href="" class="btn btn-outline-secondary m-1">Marketing</a>
<a href="" class="btn btn-outline-secondary m-1">SEO</a>
<a href="" class="btn btn-outline-secondary m-1">Writing</a>
<a href="" class="btn btn-outline-secondary m-1">Consulting</a>
</div>
</div>
<div class="mb-5">
<img src="img/blog-3.jpg" alt="" class="img-fluid rounded">
</div>
<div>
<h3 class="mb-4 section-title">Plain Text</h3>
Aliquyam sed lorem stet diam dolor sed ut sit. Ut sanctus erat ea est aliquyam dolor et. Et no
consetetur eos labore ea erat voluptua et. Et aliquyam dolore sed erat. Magna sanctus sed eos
tempor
rebum dolor, tempor takimata clita sit et elitr ut eirmod.
</div>
</div>
</div>
</div>
</div>
<!-- Detail End -->
<!-- Footer Start -->
<div class="container-fluid bg-dark text-white mt-5 py-5 px-sm-3 px-md-5">
<div class="row pt-5">
<div class="col-lg-3 col-md-6 mb-5">
<a href="/" class="navbar-brand">
<!-- <h1 class="m-0 mt-n3 display-4 text-primary">Klean</h1> -->
<img src="img/Afrolynk-Logo-White.png" alt="" width="217">
</a>
<p>As the largest center for start-ups and digital solution centers in Europe and Africa, we bring together a community that creates value for good.</p>
<h5 class="font-weight-semi-bold text-white mb-2">Opening Hours:</h5>
<p class="mb-1">Mon – Sat, 8AM – 5PM</p>
<p class="mb-0">Sunday: Closed</p>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="font-weight-semi-bold text-primary mb-4">Get In Touch</h4>
<p><i class="fa fa-map-marker-alt text-primary mr-2"></i>123 Street, New York, USA</p>
<p><i class="fa fa-phone-alt text-primary mr-2"></i>+012 345 67890</p>
<p><i class="fa fa-envelope text-primary mr-2"></i>[email protected]</p>
<div class="d-flex justify-content-start mt-4">
<a class="btn btn-light btn-social mr-2" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-light btn-social mr-2" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-light btn-social mr-2" href="#"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-light btn-social" href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="font-weight-semi-bold text-primary mb-4">Quick Links</h4>
<div class="d-flex flex-column justify-content-start">
<a class="text-white mb-2" href="/"><i class="fa fa-angle-right mr-2"></i>Home</a>
<a class="text-white mb-2" href="about.html"><i class="fa fa-angle-right mr-2"></i>About Us</a>
<a class="text-white mb-2" href="service.html"><i class="fa fa-angle-right mr-2"></i>Our Services</a>
<a class="text-white mb-2" href="project.html"><i class="fa fa-angle-right mr-2"></i>Our Projects</a>
<a class="text-white" href="contact.html"><i class="fa fa-angle-right mr-2"></i>Contact Us</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="font-weight-semi-bold text-primary mb-4">Newsletter</h4>
<p>Rebum labore lorem dolores kasd est, et ipsum amet et at kasd, ipsum sea tempor magna tempor. Accu kasd sed ea duo ipsum.</p>
<div class="w-100">
<div class="input-group">
<input type="text" class="form-control border-0" style="padding: 25px;" placeholder="Your Email">
<div class="input-group-append">
<button class="btn btn-primary px-4">Sign Up</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-dark text-white border-top py-4 px-sm-3 px-md-5" style="border-color: #3E3E4E !important;">
<div class="row">
<div class="col-lg-6 text-center text-md-left mb-3 mb-md-0">
<p class="m-0 text-white">© <a href="#">Afrolynk</a>. All Rights Reserved. Designed by <a href="https://htmlcodex.com">Venture Studios</a>
</p>
</div>
<div class="col-lg-6 text-center text-md-right">
<ul class="nav d-inline-flex">
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Privacy</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Terms</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Help</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-primary px-3 back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>