-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathourwork.html
125 lines (118 loc) · 5.14 KB
/
ourwork.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
<!DOCTYPE html>
<html>
<head>
<title>Empowerement Summit</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link href="font-awesome-4.7.0/css/font-awesome-animation.min.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet"/>
<link rel="stylesheet" type="text/css" href="css/smallerscreen.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">WebSiteName</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="about.html">ABOUT</a></li>
<li class="active"><a href="ourwork.html">OUR WORK</a></li>
<li><a href="#">EVENTS</a></li>
<li><a href="#">CONTACT US</a></li>
<li><a href="#">VOLUNTEERS</a></li>
<li><a href="">SPONSORS/PARTNERS</a></li>
<!-- <a class="btn btn-info" id="empower">ECONOMIC EMPOWERMENT SUMMIT</a> -->
</ul>
</div>
</div>
</nav>
<div style="padding-top: 20px; padding-bottom: 70px;">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<h3>FIGHT AGAINST HUNGER</h3>
<p>N.A.M works to end hunger through various programs which include:</p>
<ul>
<li>Agriculture</li>
<li>Child nutrition</li>
<li>Hunger emergencies</li>
<li>Environment protection</li>
</ul>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<h3>EDUCATION</h3>
<p>Our education efforts cover: </p>
<ul>
<li>Youth Empowerment Summits</li>
<li>Leadership mentorship program</li>
<li>Advocacy for adequate education funding</li>
<li>Educate An African Child Campaign</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div>
<h3>ECONOMIC DEVELOPMENT</h3>
<ul>
<li>Economic empowerment programs ( N.A.M seeks economic development through organizing economic empowerment summits, skill acquisition trainings, business development mentorship and to assist individuals access grant for business startup)</li>
<li>Advocacy (N.A.M engages in various advocacy events to save lives, defeat poverty, achieve social justice and good governance in pursuance of our vision).</li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
</div>
</div>
</div>
</div>
<footer style="padding: 50px 0; background-color: #000; color: #fff;">
<div class="container text-justify">
<div class="row">
<div class="col-sm-4 col-md-4">
<div>
<p><a href="index.html" class="white">Home</a></p>
<p><a href="about.html" class="white">About</a></p>
<p><a href="" class="white">Events</a></p>
<p><a href="ourwork.html" class="white">Our work</a></p>
<p><a href="" class="white">Contact</a></p>
</div>
</div>
<div class="col-sm-4 col-md-4">
<div>
<p><a href="about.html" class="white">Who we are</a></p>
<p><a href="ourwork.html" class="white">What we do</a></p>
</div>
</div>
<div class="col-sm-4 col-md-4">
<p>Follow us on:</p>
<a href="" class="white"><i class="fa fa-facebook social-icons"></i></a>
<a href="" class="white"><i class="fa fa-instagram social-icons"></i></a>
<a href="" class="white"><i class="fa fa-twitter social-icons"></i></a>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</body>
</html>