-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
236 lines (190 loc) · 9.43 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Seed of Hope-Home</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<main>
<!-- LOGO Here -->
<div class="container">
<div class="logo_wrapper">
<ul class="list-unstyled">
<li style="color: #9e098a;"><a href="index.html"><img src="img/Logo.jpg" class="d-inline-block align-top" alt=""></a></li>
<li><p style="font-family:'TimelessBD'; color: #9e098a; ">SEED OF HOPE FOUNDATION</p></li>
</ul>
</div>
</div>
<!-- Navigation Bar -->
<nav class="navbar navbar-inner navbar-light navbar-default " role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#example-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="example-navbar-collapse">
<ul class="nav navbar-nav"> <!-- use "pull-right" to position Home,Contact and About to the right-->
<li class="active"><a href="index.html">Home</a></li>
<li ><a href="about.html">About</a></li>
<li ><a href="work.html">Our Work</a></li>
<li ><a href="involve.html">Get Involved</a></li>
<li ><a href="contact.html">Contact</a></li>
<!-- Modal Donate -->
<li>
<!-- Button trigger modal -->
<button type="button" style="font-family:'TimelessBD';" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal">
Donate
</button>
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h3 class="modal-title" id="myModalLabel">Donate to sow a Seed of Hope :)</h3>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label for="exampleInputName1">Fullname</label>
<input type="text" class="form-control" id="exampleInputName1" placeholder="Your Fullname">
</div>
<div class="form-group">
<label for="exampleInputContact">Contact</label>
<input type="number" class="form-control" id="exampleInputContact" placeholder="Your Contact">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder=" Your Email">
</div>
<div class="radio">
<h4 style="font-family: 'TimelessBD';">Mode of Donation</h4>
<h4><em>Please choose a mode of Donation</em></h4>
<label>
<input type="radio" name="Donation">Mobile Money<br>
<input type="radio" name="Donation">Visa card<br>
<input type="radio" name="Donation">Bank Deposit<br>
</label>
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
</div>
<div class="modal-footer">
<div class="col-md-6 col-md-offset-3" style="text-align: center;">
<ul class="list-inline">
<li><a href="https://www.facebook.com/sopghana/" target="blank"><p style="color: blue;"><i class="fa fa-facebook-square fa-2x" aria-hidden="true"></i></p></a></li>
<li><a href="https://www.twitter.com/seedofhopegh/" target="blank"><p style="color: #1690f1;"><i class="fa fa-twitter-square fa-2x" aria-hidden="true"></i></p></a></li>
<li><a href="mailto:[email protected]"><p style="color: purple;"><i class="fa fa-envelope-o fa-2x" aria-hidden="true"></i></p></a></li>
</ul>
</div>
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</nav>
<!--slider-->
<div class="slider">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="img/pic1.jpg" alt="...">
<div class="carousel-caption">
<h3 style="font-family: 'TimelessBD'; font-size: 1.7em;">Education for all</h3>
</div>
</div>
<div class="item">
<img src="img/pic2.jpg" alt="...">
<div class="carousel-caption">
<h3 style="font-family: 'TimelessBD'; font-size: 1.7em;">Empowering Women in Rural Communities</h3>
</div>
</div>
<div class="item">
<img src="img/pic3.jpg" alt="...">
<div class="carousel-caption">
<h3 style="font-family: 'TimelessBD'; font-size: 1.7em;">Together We Can!</h3>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="container">
<div class="row" style="padding:40px 0">
<div class="col-md-12"><h2 style="text-align: center; font-family:'TimelessBD';font-size: 40px; color: purple;">Mission & Vision</h2>
<p style="text-align: center;">Our mission is to empower vulnerable women and children in Ghana, to make life better for themselves and their families</p>
</div>
</div>
</div>
<div class="container"><!-- <h2 style="text-align: center; font-size: 40px;"><b>Our Mission</b></h2> --><p style="text-align: center;">Our vision is to create a transformed community of empowered women and children in society making progress and working to support the growth and development of our communities and nation. We will achieve this vision through designing and rolling out programmes that greatly support vulnerable people in the society and give them room for personal growth and development.</p>
<div class="row" style="padding:20px 0"> <!-- to create a space/padding btw carousel and container -->
<div class="col-sm-3 col-xs-6 col-md-3">
<div id="object1"><img class="img-responsive" src="img/pexels1.jpg" style="border-radius: 40px;"><p><b>Education and literacy training and development</b></p></div>
</div>
<div class="col-sm-3 col-xs-6 col-md-3">
<div id="object2"><img class="img-responsive" src="img/pexels2.jpg" style="border-radius: 40px;"><p><b>Health and sanitation improvement drive</b></p></div> <!-- add class="img-thumbnail" to create a thumbnail of pics-->
</div>
<div class="col-sm-3 col-xs-6 col-md-3">
<div id="object3"><img class="img-responsive" src="img/pexels3.jpg" style="border-radius: 40px;"><p><b>Wealth creation and financial education</b></p></div>
</div>
<div class="col-sm-3 col-xs-6 col-md-3">
<div id="object4"><img class="img-responsive" src="img/pexels4N.jpg" style="border-radius: 40px;" ><p><b>Women and children’s human right and advocacy</b></p></div>
</div>
</div>
</div>
<footer>
<div class="container panel panel-default col-md-6 col-md-offset-3">
<div class="panel-body">
<ul class="list-inline">
<li><a href="index.html" style="color: purple;">Home</a></li>
<li><a href="about.html" style="color: purple;">About</a></li>
<li><a href="work.html" style="color: purple;">Our Work</a></li>
<li><a href="involve.html" style="color: purple;">Get Involved</a></li>
<li><a href="contact.html" style="color: purple;">Contact</a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-md-offset-3" style="text-align: center;">
<ul class="list-inline">
<li><a href="https://www.facebook.com/sopghana/" target="blank"><p style="color: white;"><i class="fa fa-facebook-square fa-2x" aria-hidden="true"></i></p></a></li>
<li><a href="https://www.twitter.com/seedofhopegh/" target="blank"><p style="color: white;"><i class="fa fa-twitter-square fa-2x" aria-hidden="true"></i></p></a></li>
<li><a href="mailto:[email protected]"><p style="color: white;"><i class="fa fa-envelope-o fa-2x" aria-hidden="true"></i></p></a></li>
</ul>
<ul style="display: inline; list-style: none;">
<li><h3>Seed of Hope Foundation</h3></li>
<li>©2017 | All Rights Reserved</li>
</ul>
</div>
</footer>
<!-- Javascripts -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- to make ur slider active -->
<script>
$('.carousel').carousel()
</script>
</main>
</body>
</html>