-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
435 lines (414 loc) · 19.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>GeneMap Africa - Genomic Literacy & Genomic Capacity Building </title>
<link rel="icon" href="assets/img/dna.png" type="image/png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" >
<!-- Icon -->
<link rel="stylesheet" href="assets/fonts/line-icons.css">
<!-- Owl carousel -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/owl.theme.css">
<!-- Animate -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Main Style -->
<link rel="stylesheet" href="assets/css/main.css">
<!-- MD Custom Style -->
<link rel="stylesheet" href="assets/css/custom.css">
<!-- Responsive Style -->
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<!-- Header Area wrapper Starts -->
<header id="header-wrap">
<!-- Navbar Start -->
<nav class="navbar navbar-expand-md bg-inverse fixed-top scrolling-navbar">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<a href="index.html" class="navbar-brand"><img src="assets/img/logo.png" alt=""></a>
<div class="social-icon social-nav">
<a class="facebook" href="#"><i class="lni-facebook-filled"></i></a>
<a class="twitter" href="#"><i class="lni-twitter-filled"></i></a>
<a class="instagram" href="#"><i class="lni-instagram-filled"></i></a>
<a class="linkedin" href="#"><i class="lni-linkedin-filled"></i></a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="lni-menu"></i>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto w-100 justify-content-end clearfix">
<li class="nav-item active">
<a class="nav-link" href="#about">
About GeneMap Africa
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#map">
Maps
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#testimonial">
Partner with Us
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">
Contact
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar End -->
<!-- Hero Area Start -->
<div id="hero-area" class="hero-area-bg">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-12 col-sm-12 col-xs-12 wow fadeInUp" data-wow-delay="0.5s">
<div class="contents">
<h2 class="custom-head-title wow fadeInUp" data-wow-delay="0.8s">Turning Africa's under represented Genome into map layers</h2>
<p>A Genomic Initiative focusing on improving genomic literacy and building genomic capacity for the under represented in Africa</p>
<div class="header-button">
<a href="#" class="btn btn-common">Learn More</i></a>
<a href="#" class="btn btn-border video-popup">Contact Us</i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-12 col-sm-12 col-xs-12 ">
<img class="hero-gene wow fadeInUp" data-wow-delay="0.5s" src="assets/img/dna.png" alt="" >
</div>
</div>
</div>
</div>
<!-- Hero Area End -->
</header>
<!-- Header Area wrapper End -->
<!-- Services Section Start -->
<section id="services" class="section-padding custom-service-wrapper">
<div class="container">
<div class="section-header text-center">
<div class="shape wow fadeInDown" data-wow-delay="0.3s"></div>
</div>
<div class="row">
<!-- Services item -->
<div class="col-md-12 col-lg-12 col-xs-12 my-5">
<div class="custom-service" id="custom-service-line">
<h2 class="custom-service-head wow fadeInLeft" data-wow-delay="0.8s">Genomic Literacy</h2>
<p class="custom-service-text wow fadeInUp" data-wow-delay="0.8s">GeneMap wants to improve genomic rights of patients <br> through the digital human concepts
</p>
</div>
</div>
<!-- Services item -->
<div class="col-md-12 col-lg-12 col-xs-12 my-5">
<div class="custom-service">
<h2 class="custom-service-head wow fadeInRight" data-wow-delay="0.8s">Local Genomic Capacity Building</h2>
<p class="custom-service-text wow fadeInUp" data-wow-delay="0.8s">
GeneMap converts patients genome into map layers to accelerate biomedical research
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section End -->
<!-- About Section start -->
<div id="about" class="about-area section-padding bg-gray">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12 col-xs-12 info">
<div class="about-wrapper wow fadeInLeft" data-wow-delay="0.3s">
<div>
<div class="site-heading">
<h2 class="about-section-title">Gene Map Africa</h2>
</div>
<div class="content">
<p class="about-section-body">
GeneMap Africa specializes in improving genomic literacy and building local genomic capacity for the under represented in Africa.
</p>
<a href="#contact" class="btn btn-border mt-3">Contact Us</a>
</div>
</div>
</div>
</div>
<div class="col-lg-5 col-md-12 col-xs-12 wow fadeInRight" data-wow-delay="0.3s">
<img class="img-fluid wow fadeInUp" data-wow-delay="0.8s" src="assets/img/about/about-1.jpg" alt="" >
<img class="about-gene wow fadeInUp" data-wow-delay="0.5s" src="assets/img/dna.png" alt="" >
</div>
</div>
</div>
</div>
<!-- About Section End -->
<!-- Map Section Start -->
<section id="map" class="section-padding bg-gray">
<div class="container">
<div class="section-header text-center">
<h2 class="section-title wow fadeInDown" data-wow-delay="0.3s">Maps </h2>
<div class="shape wow fadeInDown" data-wow-delay="0.3s"></div>
</div>
<div class="row">
<div class="col-lg-6 col-md-12 col-xs-12">
<!-- Map Item Starts -->
<div class="map-item wow fadeInRight" data-wow-delay="0.2s">
<div class="map-img">
<img class="img-fluid" src="assets/img/map/map-1.jpg" alt="">
</div>
<div class="contetn">
<div class="info-text">
<h3><a href="#">Rheumatoid Arthritis</a></h3>
<p>By Adegbe Samson</p>
</div>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod eos id officiis hic tenetur.</p> -->
<a href="#" class="btn btn-common map-btn">View Map</a>
</div>
</div>
<!-- Map Item Ends -->
</div>
<div class="col-lg-6 col-md-12 col-xs-12">
<!-- Map Item Starts -->
<div class="map-item wow fadeInRight" data-wow-delay="0.4s">
<div class="map-img">
<img class="img-fluid" src="assets/img/map/map-2.JPG" alt="">
</div>
<div class="contetn">
<div class="info-text">
<h3><a href="#">NCD Genome Template Map -EBI GWAS Diabetes- Diabetes Mutations</a></h3>
<p>Adegbe Samson</p>
</div>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod eos id officiis hic tenetur.</p> -->
<a href="#" class="btn btn-common map-btn">View Map</a>
</div>
</div>
<!-- Map Item Ends -->
</div>
<div class="col-lg-6 col-md-12 col-xs-12">
<!-- Map Item Starts -->
<div class="map-item wow fadeInRight" data-wow-delay="0.6s">
<div class="map-img">
<img class="img-fluid" src="assets/img/map/map-3.jpg" alt="">
</div>
<div class="contetn">
<div class="info-text">
<h3><a href="https://storymaps.arcgis.com/stories/bb8571d1097a43f29c7a28645d4d94aa">RETINITIS PIGMENTOSA MAP USING GIS</a></h3>
<p>Samson Adegbe</p>
</div>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod eos id officiis hic tenetur.</p> -->
<a href="https://storymaps.arcgis.com/stories/bb8571d1097a43f29c7a28645d4d94aa" class="btn btn-common map-btn">View Map</a>
</div>
</div>
<!-- Map Item Ends -->
</div>
<div class="col-lg-6 col-md-12 col-xs-12">
<!-- Map Item Starts -->
<div class="map-item wow fadeInRight" data-wow-delay="0.8s">
<div class="map-img">
<img class="img-fluid" src="assets/img/map/map-4.jpg" alt="">
</div>
<div class="contetn">
<div class="info-text">
<h3><a href="https://storymaps.arcgis.com/stories/02f11f9849cd4fc49c141c868f8d896a">THE COVID-19 MUTATION TRACKER (VIMUT)</a></h3>
<p>Samson Adegbe</p>
</div>
<p>A TEMPLATE FOR THE NIGERIA CENTRE FOR DISEASE CONTROL (NCDC</p>
<a href="https://storymaps.arcgis.com/stories/02f11f9849cd4fc49c141c868f8d896a" class="btn btn-common map-btn">View Map</a>
</div>
</div>
<!-- Map Item Ends -->
</div>
</div>
</div>
</section>
<!-- Map Section End -->
<!-- Partnership Section Start -->
<section id="testimonial" class="testimonial section-padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-7 col-md-12 col-sm-12 col-xs-12 my-4">
<div class="h-50 text-white">
<h2 class="">Partner with Us</h2>
<p>Partner with us to improve genomic literacy and capacity in Africa </p>
<button class="btn btn-border mt-4">Partner</button>
</div>
</div>
<div class="col-lg-5 col-md-12 col-sm-12 col-xs-12 my-4">
<div class="h-50 text-white">
<h5 class="text-white mb-5" >Our Partners</h5>
<div class="row partners">
<img class="col-lg-6 col-md-4" src="assets/img/dna-compass-white.png">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Partnership Section End -->
<!-- Subscribe Section Start -->
<section id="subscribe" class="section-padding subscribe-section">
<div class="container">
<form>
<div class="row">
<div class="col-lg-8 col-md-6 col-xs-12 wow fadeInLeft mx-auto text-center" data-wow-delay="0.3s">
<div class="subscribe-text">
<h4>Subscribe to our Newsletter</h4>
<p>Subscribe to our Newsletter on Genomic Literacy and Local Genomic Capacity Building using secured platforms</p>
<form id="subscribeform">
<div class="form-group subscribe-form-group mt-4 ">
<input type="email" placeholder="Enter Your Email Address" id="email" name="email" class="form-control" required >
<div class="help-block with-errors"></div>
</div>
<button class="btn btn-common" >Subscribe</button>
</form>
</div>
</div>
</div>
</form>
</div>
</section>
<!-- Subscribe Section Start -->
<!-- Contact Section Start -->
<section id="contact" class="section-padding bg-white">
<div class="container" >
<div class="section-header text-center">
<h2 class="section-title wow fadeInDown" data-wow-delay="0.3s">Contact Us</h2>
<div class="shape wow fadeInDown" data-wow-delay="0.3s"></div>
</div>
<div class="row contact-form-area wow fadeInUp" data-wow-delay="0.3s" >
<div class="col-lg-6 col-md-12 col-sm-12 mx-auto" >
<div class="contact-block">
<!-- <form id="contactForm">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" id="name" name="name" placeholder="Name" required data-error="Please enter your name">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="text" placeholder="Email" id="email" class="form-control" name="email" required data-error="Please enter your email">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<input type="text" placeholder="Subject" id="msg_subject" class="form-control" required data-error="Please enter your subject">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<textarea class="form-control" id="message" placeholder="Your Message" rows="7" data-error="Write your message" required></textarea>
<div class="help-block with-errors"></div>
</div>
<div class="submit-button text-left">
<button class="btn btn-common" id="form-submit" type="submit">Send Message</button>
<div id="msgSubmit" class="h3 text-center hidden"></div>
<div class="clearfix"></div>
</div>
</div>
</div>
</form> -->
<div class="col-lg-7 col-md-12 mx-auto text-center">
<h5 class="my-3"><a href="#" style="color: rgb(63, 62, 62);"><i class="lni-envelope"></i> [email protected]</a></h5>
<h5 class="my-3"><a href="#" style="color: rgb(63, 62, 62);"><i class="lni-phone-handset"></i> +2347066399157</a></h5>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section End -->
<!-- Footer Section Start -->
<footer id="footer" class="footer-area section-padding">
<div class="container">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 col-mb-12">
<div class="widget">
<h3 class="footer-logo">GeneMap Africa</h3>
<div class="textwidget">
<p>
GeneMap Africa specializes in improving genomic literacy and building local genomic capacity for the under represented in Africa
</p>
</div>
<div class="social-icon">
<a class="facebook" href="#"><i class="lni-facebook-filled"></i></a>
<a class="twitter" href="#"><i class="lni-twitter-filled"></i></a>
<a class="instagram" href="#"><i class="lni-instagram-filled"></i></a>
<a class="linkedin" href="#"><i class="lni-linkedin-filled"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 col-xs-12">
<h3 class="footer-titel">Links</h3>
<ul class="footer-link">
<li><a href="#partner">Partner with Us</a></li>
<li><a href="#about">About GeneMap Africa</a></li>
<li><a href="#maps">Recent Maps</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 col-xs-12">
<h3 class="footer-titel">Resources</h3>
<ul class="footer-link">
<li><a href="#subscribe">Subscribe to our Newsletter</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 col-xs-12">
<h3 class="footer-titel">Contact</h3>
<ul class="address">
<!-- <li>
<a href="#"><i class="lni-map-marker"></i> 105 Madison Avenue - <br> Third Floor New York, NY 10016</a>
</li> -->
<li>
<a href="#"><i class="lni-phone-handset"></i> P: +2347066399157</a>
</li>
<li>
<a href="#"><i class="lni-envelope"></i> E: [email protected]</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="copyright">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright-content">
<p>Copyright © 2022 <a rel="nofollow" href="#">GeneMap Africa</a> All Right Reserved</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Go to Top Link -->
<a href="#" class="back-to-top">
<i class="lni-arrow-up"></i>
</a>
<!-- Preloader -->
<div id="preloader">
<div class="loader" id="loader-1"></div>
</div>
<!-- End Preloader -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="assets/js/jquery-min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/jquery.nav.js"></script>
<script src="assets/js/scrolling-nav.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/form-validator.min.js"></script>
<script src="assets/js/contact-form-script.min.js"></script>
</body>
</html>