forked from MariaBeatriceNamatovu/Poverty-Eradication
-
Notifications
You must be signed in to change notification settings - Fork 0
/
single.html
445 lines (416 loc) · 25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Poverty Eradication</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free Website Template" name="keywords">
<meta content="Free Website Template" name="description">
<!-- Favicon -->
<link href="./img/poverty favicon.png" rel="icon">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- CSS Libraries -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="lib/flaticon/font/flaticon.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Top Bar Start -->
<!-- <div class="top-bar d-none d-md-block">
<div class="container-fluid">
<div class="row">
<div class="col-md-8">
<div class="top-bar-left">
<div class="text">
<i class="fa fa-phone-alt"></i>
<p>(+234)9043298729</p>
</div>
<div class="text">
<i class="fa fa-envelope"></i>
<p>enquirietech4dev.com</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="top-bar-right">
<div class="social">
<a href="https://tech4dev.us20.list-manage.com/track/click?u=412924a67f5c45cb2473d624f&id=51ffd7baeb&e=83d98ee436"><i class="fab fa-twitter"></i></a>
<a href="https://tech4dev.us20.list-manage.com/track/click?u=412924a67f5c45cb2473d624f&id=37185e4773&e=83d98ee436"><i class="fab fa-facebook-f"></i></a>
<a href="https://tech4dev.us20.list-manage.com/track/click?u=412924a67f5c45cb2473d624f&id=16b8140083&e=83d98ee436"><i class="fab fa-linkedin-in"></i></a>
<a href="https://tech4dev.us20.list-manage.com/track/click?u=412924a67f5c45cb2473d624f&id=52099085bb&e=83d98ee436"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>-->
<!-- Top Bar End -->
<!-- Nav Bar Start -->
<div class="navbar navbar-expand-lg bg-dark navbar-dark">
<div class="container-fluid">
<img src="./img/poverty favicon.png" alt="povertty favicon" style="height:50px;width:50px">
<a href="index.html" class="navbar-brand">Poverty Eradication</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 ml-auto">
<a href="index.html" class="nav-item nav-link">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="causes.html" class="nav-item nav-link">Causes</a>
<a href="event.html" class="nav-item nav-link">Events</a>
<a href="blog.html" class="nav-item nav-link">Blog</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle active" data-toggle="dropdown">Pages</a>
<div class="dropdown-menu">
<a href="single.html" class="dropdown-item">Detail Page</a>
<!--<a href="service.html" class="dropdown-item">What We Do</a>-->
<a href="team.html" class="dropdown-item">Meet The Team</a>
<a href="donate.html" class="dropdown-item">Donate Now</a>
<a href="volunteer.html" class="dropdown-item">Become A Volunteer</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</div>
</div>
<!-- Nav Bar End -->
<!-- Page Header Start -->
<div class="page-header">
<div class="container">
<div class="row">
<div class="col-12">
<h2>Detail Page</h2>
</div>
<div class="col-12">
<a href="">Home</a>
<!--<a href="">Detail</a>-->
</div>
</div>
</div>
</div>
<!-- Page Header End -->
<!-- Single Post Start-->
<div class="single">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="single-content">
<!--<img src="img/single.jpg" />-->
<img src="img/detail1.jpeg" alt="Image">
<h2>Poverty Eradication</h2>
<p>
Our project is based on the Sustainable Development Goal 1,
which is “No Poverty”.
</p>
<p>
The Goal is to ensure the Eradication of poverty at least by half, by 2030, by engaging men, women and children living in poverty in all its dimensions by the national standard.
</p>
<p>
We all know that we face big challenges in today's world: poverty, hunger, inequality and climate change are just some of the issues we need to address urgently.
</p>
<h3>END POVERTY IN ALL ITS FORMS EVERYWHERE.</h3>
<p>
Eradicating poverty is not a task of charity, it's an act of justice and the key to unlocking an enormous human potential. Still, nearly half of the world’s population lives in poverty, and lack of food and clean water is killing thousands every single day of the year. Together, we can feed the hungry, wipe out disease and give everyone in the world a chance to prosper and live a productive and rich life.
</p>
<p>
Everyone can help to make sure that we meet the Global Goals. Use these seven targets to create action to end poverty in all its forms.
</p>
<p>
By 2030, eradicate extreme poverty for all people everywhere, currently measured as people living on less than $1.25 a day.
</p>
<h4>REDUCE POVERTY BY AT LEAST 50%</h4>
<p>
By 2030, reduce at least by half the proportion of men, women and children of all ages living in poverty in all its dimensions according to national definitions.
</p>
<p>
By 2030, ensure that all men and women, in particular the poor and the vulnerable, have equal rights to economic resources, as well as access to basic services, ownership and control over land and other forms of property, inheritance, natural resources, appropriate new technology and financial services, including microfinance.
</p>
<p>
Implement nationally appropriate social protection systems and measures for all, including floors, and by 2030 achieve substantial coverage of the poor and the vulnerable.
</p>
</div>
<div class="single-bio">
<div class="single-bio-img">
<img src="img/Stella Ugoo1.jpg" />
</div>
<div class="single-bio-text">
<h3>Ugoo-Okonkwo Stella</h3>
<p>
I am a member of Tech-Elites 2.5 that worked on this project.
</p>
</div>
</div>
<div class="single-related">
<h2>Related Post</h2>
<div class="owl-carousel related-slider">
<div class="post-item">
<div class="post-img">
<img src="img/rrelated post-1.jpg" />
</div>
<div class="post-text">
<a href="">https://tech4dev.com/blog/post-pandemic.html</a>
<div class="post-meta">
<p>By<a href="">Oluwatoyin Akande</a></p>
<p>In<a href="">tech4dev.com</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/rrelated post-2.jpg" />
</div>
<div class="post-text">
<a href="">https://tech4dev.com/blog/post-pandemic.html</a>
<div class="post-meta">
<p>By<a href="">Oluwatoyin Akande</a></p>
<p>In<a href="">tech4dev.com</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/rrelated post-3.jpg" />
</div>
<div class="post-text">
<a href="">https://tech4dev.com/blog/post-pandemic.html</a>
<div class="post-meta">
<p>By<a href="">Oluwatoyin Akande</a></p>
<p>In<a href="">tech4dev.com</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-4.jpg" />
</div>
<div class="post-text">
<a href="">https://tech4dev.com/blog/post-pandemic.html</a>
<div class="post-meta">
<p>By<a href="">Oluwatoyin Akande</a></p>
<p>In<a href="">tech4dev.com</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="single-comment">
<h2>3 Comments</h2>
<ul class="comment-list">
<li class="comment-item">
<div class="comment-body">
<div class="comment-img">
<img src="img/Faith1.jpg" />
</div>
<div class="comment-text">
<h3><a href="">Faith Oni-Orisan</a></h3>
<span>04 Mar 2023 at 12:00pm</span>
<p>
Create sound policy frameworks at the national, regional and international levels, based on pro-poor and gender-sensitive development strategies, to support accelerated investment in poverty eradication actions.
</p>
<a class="btn" href="">Reply</a>
</div>
</div>
</li>
<li class="comment-item">
<div class="comment-body">
<div class="comment-img">
<img src="img/Bel1.jpg" />
</div>
<div class="comment-text">
<h3><a href="">Belinda Ami Soglo</a></h3>
<p><span>04 Mar 2023 at 12:00pm</span></p>
<p>
Awesome Tech-Elites behind our charity activities.
</p>
<a class="btn" href="">Reply</a>
</div>
</div>
<ul class="comment-child">
<li class="comment-item">
<div class="comment-body">
<div class="comment-img">
<img src="img/Uyo1.jpg" />
</div>
<div class="comment-text">
<h3><a href="">Uyo-Oghene Akpujiha</a></h3>
<p><span>04 Mar 2023 at 12:00pm</span></p>
<p>
Worldwide non-profit charity organization.
</p>
<a class="btn" href="">Reply</a>
</div>
</div>
</li>
</ul>
</li>
</ul>
</div>
<div class="comment-form">
<h2>Leave a comment</h2>
<form>
<div class="form-group">
<label for="name">Name *</label>
<input type="text" class="form-control" id="name">
</div>
<div class="form-group">
<label for="email">Email *</label>
<input type="email" class="form-control" id="email">
</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">
<input type="submit" value="Post Comment" class="btn btn-custom">
</div>
</form>
</div>
</div>
<div class="col-lg-4">
<div class="sidebar">
<div class="sidebar-widget">
<div class="search-widget">
<form>
<input class="form-control" type="text" placeholder="Search Keyword">
<button class="btn"><i class="fa fa-search"></i></button>
</form>
</div>
</div>
<div class="sidebar-widget">
<h2 class="widget-title">Recent Post</h2>
<div class="recent-post">
<div class="post-item">
<div class="post-img">
<img src="img/post-1.jpg" />
</div>
<div class="post-text">
<a href="">https://tech4dev.com/blog/post-pandemic.html</a>
<div class="post-meta">
<p>By<a href="">Oluwatoyin Akande</a></p>
<p>In<a href="">tech4dev.com</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-2.jpg" />
</div>
<div class="post-text">
<a href="">https://tech4dev.com/blog/why-we-need-more-women-in-tech-in-nigeria.html</a>
<div class="post-meta">
<p>By<a href="">Oluwatosin Omowaire</a></p>
<p>In<a href="">tech4dev.com</a></p>
</div>
</div>
</div>
<div class="sidebar-widget">
<div class="image-widget">
<a href="#"><!--<img src="img/blog-1.jpg" alt="Image">--> <img src="img/Img4project/IMG_0594.JPG" alt="Image"></a>
</div>
</div>
<!-- Single Post End-->
<!-- Footer Start -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4">
<div class="footer-contact">
<h2>Our Head Office</h2>
<p><i class="fa fa-map-marker-alt"></i>Lagos, Nigeria</p>
<p><i class="fa fa-phone-alt"></i>(+234)9043298729</p>
<p><i class="fa fa-envelope"></i>[email protected]</p>
<div class="footer-social">
<a class="btn btn-custom" href="https://tech4dev.us20.list-manage.com/track/click?u=412924a67f5c45cb2473d624f&id=51ffd7baeb&e=83d98ee436"
><i class="fab fa-twitter"></i
></a>
<a class="btn btn-custom" href="https://tech4dev.us20.list-manage.com/track/click?u=412924a67f5c45cb2473d624f&id=37185e4773&e=83d98ee436"
><i class="fab fa-facebook-f"></i
></a>
<a class="btn btn-custom" href="https://www.youtube.com/channel/UCRET5QdzEkzhWHqGqj2QdSA/videos?view_as=subscriber"
><i class="fab fa-youtube"></i
></a>
<a class="btn btn-custom" href="https://tech4dev.us20.list-manage.com/track/click?u=412924a67f5c45cb2473d624f&id=52099085bb&e=83d98ee436"
><i class="fab fa-instagram"></i
></a>
<a class="btn btn-custom" href="https://tech4dev.us20.list-manage.com/track/click?u=412924a67f5c45cb2473d624f&id=16b8140083&e=83d98ee436"
><i class="fab fa-linkedin-in"></i
></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="footer-link">
<h2>Popular Links</h2>
<a href="about.html">About Us</a>
<a href="contact.html">Contact Us</a>
<a href="causes.html">Popular Causes</a>
<a href="event.html">Upcoming Events</a>
<a href="blog.html">Latest Blog</a>
</div>
</div>
<!-- <div class="col-lg-3 col-md-6">
<div class="footer-link">
<h2>Useful Links</h2>
<a href="">Terms of use</a>
<a href="">Privacy policy</a>
<a href="">Cookies</a>
<a href="">Help</a>
<a href="">FQAs</a>
</div>
</div>-->
<div class="col-lg-4 col-md-4">
<div class="footer-newsletter">
<h2>Newsletter</h2>
<form>
<input class="form-control" placeholder="Email goes here">
<button class="btn btn-custom">Submit</button>
<label>We believe that by lifting others, we rise!</label>
</form>
</div>
</div>
</div>
</div>
<div class="container copyright">
<div class="row">
<div class="col-md-6">
<p>© <a href="tech4dev.com">tech4dev.com</a>, All Right Reserved.</p>
</div>
<div class="col-md-6">
<p>Designed By <a href="tech4dec.com">Tech Elites 2.5</a></p>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to top button -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Pre Loader -->
<div id="loader" class="show">
<div class="loader"></div>
</div>
<!-- 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/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/parallax/parallax.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>