-
Notifications
You must be signed in to change notification settings - Fork 14
/
contact.html
407 lines (252 loc) · 14.3 KB
/
contact.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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>Contact | Women4Women</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- maps -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha256-kLaT2GOSpHechhsozzB+flnD+zUyjE2LlfWPgU04xyI=" crossorigin="" />
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha256-WBkoXOwTeyKclOHuWtc+i2uENFpDZ9YPdf5Hf+D7ewM=" crossorigin=""></script>
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Dosis:400,700' rel='stylesheet' type='text/css'>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link
href="https://fonts.googleapis.com/css2?family=Dosis&display=swap"
rel="stylesheet"
/>
<!-- Bootsrap -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Font awesome -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!-- Template main Css -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Favicon -->
<link rel="shortcut icon" href="assets/images/icons/Women4women-logo.jpg" type="image/x-icon">
<!-- Modernizr -->
<script src="assets/js/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!-- NAVBAR
================================================== -->
<header class="main-header">
<nav class="navbar navbar-static-top">
<div class="navbar-main">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="assets/images/Women4women_logo.jpg" alt="" class="logo"></a>
</div>
<div id="navbar" class="navbar-collapse collapse pull-right">
<ul class="nav navbar-nav">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li class="has-child"><a href="causes.html">CAUSES</a>
</li>
<li><a href="gallery.html">GALLERY</a></li>
<li><a class="is-active" href="contact.html">CONTACT</a></li>
</ul>
</div> <!-- /#navbar -->
</div> <!-- /.container -->
</div> <!-- /.navbar-main -->
</nav>
</header> <!-- /. main-header -->
<div class="page-heading text-center">
<div class="container zoomIn animated top-img">
<h1 class="page-title">CONTACT US <span class="title-under"></span></h1>
<p class="page-description">
Reach out to us and find out more about our initiatives.
</p>
</div>
</div>
<div class="main-container fadeIn animated">
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-12 col-form">
<h2 class="title-style-2">CONTACT FORM <span class="title-under"></span></h2>
<form action="php/mail.php" class="contact-form ajax-form">
<div class="row">
<div class="form-group col-md-6">
<input type="text" name="name" class="form-control" placeholder="Name*" required>
</div>
<div class="form-group col-md-6">
<input type="email" name="email" class="form-control" placeholder="E-mail*" required>
</div>
</div>
<div class="form-group">
<textarea name="message" rows="5" class="form-control" placeholder="Message*" required></textarea>
</div>
<div class="form-group alerts">
<div class="alert alert-success" role="alert">
</div>
<div class="alert alert-danger" role="alert">
</div>
</div>
<div class="form-group">
<button type="submit" class="btn btn-primary pull-right">Send message</button>
</div>
<div class="clearfix"></div>
</form>
</div>
<div class="col-md-4 col-md-offset-1 col-contact">
<h2 class="title-style-2"> WOMEN4WOMEN CONTACTS <span class="title-under"></span></h2>
<p>
<b>Women4women</b> is always happy to hear from you!!
</p>
<div class="contact-items">
<ul class="list-unstyled contact-items-list">
<li class="contact-item"> <span class="contact-icon"> <i class="fa fa-map-marker"></i></span> 7 Omo Igodalo St , Ogudu 105102 , Lagos</li>
<li class="contact-item"> <span class="contact-icon"> <i class="fa fa-phone"></i></span>0904 329 8729</li>
<li class="contact-item"> <span class="contact-icon"> <i class="fa fa-envelope"></i></span> [email protected]</li>
</ul>
</div>
</div>
</div> <!-- /.row -->
</div>
</div>
<!-- Google map -->
<div id="map">
<script>
var coords = [6.5758303351224745, 3.3937722966382275];
var zoomLevel = 3;
var map = L.map('map').setView(coords, zoomLevel);
var tiles = 'http://acetate.geoiq.com/tiles/acetate-hillshading/';
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
const GirlIcon = L.icon({
iconUrl: '/assets/images/girl-svgrepo-com.svg',
iconSize: [20, 20],
});
const marker1 = L.marker([9.08, 8.68], { icon: GirlIcon }).bindPopup('Nigeria').addTo(map);
const marker2 = L.marker([0, 37.91], { icon: GirlIcon }).bindPopup('Kenya').addTo(map);
const marker3 = L.marker([-30.56, 22.94], { icon: GirlIcon }).bindPopup('South Africa').addTo(map);
const marker4 = L.marker([7.95, 1.02], { icon: GirlIcon }).bindPopup('Ghana').addTo(map);
</script>
</div>
</div>
<footer class="main-footer">
<div class="footer-top">
</div>
<div class="footer-main">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="footer-col">
<h4 class="footer-title">About us <span class="title-under"></span></h4>
<div class="footer-content">
<p>
<strong>Women4women</strong> is a non-profit organization whose members are passionate about supporting women.
</p>
<p>
We are currently located within four countries in Africa Kenya, Nigeria, South Africa and Ghana.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="footer-col">
<h4 class="footer-title">LAST TWEETS <span class="title-under"></span></h4>
<div class="footer-content">
<ul class="tweets list-unstyled">
<li class="tweet">
7 girls in Kenya rescued from early childhood marriages <a href="https://twitter.com/unicefsudan/status/1593469112054779904?s=21&t=vpl9mzw4fRY8W-H_RDNElQ">http://t.co/fTSazikPd4</a>
</li>
<li class="tweet">
Women4women donates 4 million sanitary towels to girls in Nigeria <a href="https://twitter.com/sanitaryaidng/status/1550060895904186368?s=21&t=R1CdSv8hoD73_NXYCPh7oQ">http://t.co/fTSazikPd4 </a>
</li>
<li class="tweet">
Women are at the fore front in the fight against education deprivation in Ghana led by Women4Women <a href="https://twitter.com/gpforeducation/status/1613476335472492546?s=21&t=3wTU4WkSmlM_lCLyCpa1XA">http://t.co/fTSazikPd4 </a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="footer-col">
<h4 class="footer-title">Contact us <span class="title-under"></span></h4>
<div class="footer-content">
<div class="footer-form" >
<form action="php/mail.php" class="ajax-form">
<div class="form-group">
<input type="text" name="name" class="form-control" placeholder="Name" required>
</div>
<div class="form-group">
<input type="email" name="email" class="form-control" placeholder="E-mail" required>
</div>
<div class="form-group">
<textarea name="message" class="form-control" placeholder="Message" required></textarea>
</div>
<div class="form-group alerts">
<div class="alert alert-success" role="alert">
</div>
<div class="alert alert-danger" role="alert">
</div>
</div>
<div class="form-group">
<button type="submit" class="btn btn-submit pull-right">Send message</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="footer-below">
<div class="row">
<div class="col-sm-6 col-xs-12">
<ul class="list-unstyled list-inline header-contact">
<li> <i class="fa fa-phone"></i> <a href="tel:">0904 329 8729 </a> </li>
<li> <i class="fa fa-envelope"></i> <a href="mailto:[email protected]">[email protected]</a> </li>
</ul> <!-- /.header-contact -->
</div>
<div class="col-sm-6 col-xs-12 text-right">
<ul class="list-unstyled list-inline header-social">
<li> <a href="#" target="_blank"> <i class="fa fa-facebook"></i> </a> </li>
<li> <a href="#" target="_blank"> <i class="fa fa-twitter"></i> </a> </li>
<li> <a href="#" target="_blank"> <i class="fa fa-google"></i> </a> </li>
<li> <a href="#" target="_blank"> <i class="fa fa-youtube"></i> </a> </li>
<li> <a href="#" target="_blank"> <i class="fa fa fa-pinterest-p"></i> </a> </li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container text-center">
women4women@copyrights 2023 - by <a href="http://www.women4women.com" target="_blank">Codeblazers</a>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/js/jquery-1.11.1.min.js"><\/script>')</script>
<!-- Bootsrap javascript file -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Google map -->
<script src="http://maps.google.com/maps/api/js?sensor=false&libraries=places" type="text/javascript"></script>
<!-- Template main javascript -->
<script src="assets/js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>
</body>
</html>