-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
551 lines (400 loc) · 18.3 KB
/
about.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
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
<!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">
<meta name="description" content="resarch,business,company,problem,multipurpose,modern,bank,Africa">
<meta name="author" content="Africanresearchbank.com">
<title>About US</title>
<!-- bootstrap.min css -->
<link rel="stylesheet" href="plugins/bootstrap/css/bootstrap.css">
<!-- Icon Font Css -->
<link rel="stylesheet" href="plugins/themify/css/themify-icons.css">
<link rel="stylesheet" href="plugins/fontawesome/css/all.css">
<link rel="stylesheet" href="plugins/magnific-popup/dist/magnific-popup.css">
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="plugins/slick-carousel/slick/slick.css">
<link rel="stylesheet" href="plugins/slick-carousel/slick/slick-theme.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- <link rel="stylesheet" type="text/css" href="css/style1.css"> -->
</head>
<body>
<!-- Header Start -->
<header class="navigation">
<div class="fixed-top">
<div class="header-top ">
<!-- topmost navbar division-->
<nav class="container-fluid" id="topmost-navbar">
<!-- created id for topmost navbar -->
<div class="row justify-content-between ">
<!-- login/register buttons -->
<div class="col-lg-12 col-md-12 text-center text-lg-right text-md-right">
<div>
<!-- flag icons to toggle languages -->
<div >
<a href="" data-toggle="tooltip" title="English">
<img src="images/flags/eng.png" width="30px">
</a>
<a href="" data-toggle="tooltip" title="Français">
<img src="images/flags/france.jpg" width="30px">
</a>
<a href="" data-toggle="tooltip" title="Português">
<img src="images/flags/portugal.jpg" width="30px">
</a>
<a href="" data-toggle="tooltip" title="العربية">
<img src="images/flags/saudi.png" width="30px">
</a>
</div>
</div>
</div>
</div>
</nav>
</div>
<!-- second navbar start -->
<nav class="navbar navbar-expand-lg py-1 " id="navbar">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<span class="ml-5"><img src="images/arb_logo.png" style="width: 120px;"><br>
<span class="text-color text-uppercase h6">African Research Bank</span>
</a>
<!-- button to toggle navigation items in other platform views -->
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExample09" aria-controls="navbarsExample09" aria-expanded="false" aria-label="Toggle navigation">
<span class="fa fa-bars"></span>
</button>
<!-- navbar items toggled by the toggler button -->
<div class="collapse navbar-collapse text-center" id="navbarsExample09" >
<ul class="navbar-nav ml-auto mx-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item"><a class="nav-link" href="categories.html">Categories</a></li>
<li class="nav-item"><a class="nav-link" href="http://datad.aau.org/" target="_blank">Repository</a></li>
<li class="nav-item"><a class="nav-link" href="testimonial.html">Testimonials</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
<div class="dropdowns">
<li class="nav-item"><a class="nav-link" >About US</a>
<div class="dropdown-content">
<ul class="list-unstyled ">
<li><a class="dropdown-item" href="about.html">what we do</a></li>
<li> <a class="dropdown-item" href="partners.html">Partners</a></li>
</ul>
</div>
</li>
</div>
</ul>
</div>
<!-- user profile -->
<form class="form-lg-inline my-2 my-md-0 text-center ml-auto">
<div class="dropdowns mr-5">
<i class="fa fa-user"></i> Account User
<div class="dropdown-content">
<a class="dropdown-item" href="#">Logout</a>
</div>
</div>
</form>
</div>
</nav>
<!-- second navbar end -->
<div id="navbar2">
<!-- third navbar start -->
<nav class="navbar navbar-expand-md navbar-light col-md-12 mb-2 " >
<div class="searchbody col-md-12 col-lg-12">
<div class="container h-100">
<div class="d-flex justify-content-center h-100">
<div class="searchbar">
<input class="search_input" type="text" id="element" name="" placeholder="Search..."/>
<a href="#" class="search_icon"><i class="fa fa-search" id="icon"></i></a>
</div>
</div>
</div>
</div>
</nav>
<!-- third navbar end -->
</div>
</header>
<!-- Header Close -->
<!-- The Modal -->
<div class="modal" id="myModal">
<div class="modal-dialog">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<h4 class="modal-title h2">Topic Submission</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Modal body -->
<div class="modal-body">
<form id="contact-form" class="contact__form" method="post" action="mail.php">
<!-- form message -->
<div class="row">
<div class="col-12">
</div>
</div>
<!-- end message -->
<h3 class="text-sm mb-4">Kindly provide details</h3>
<div class="form-group">
<input name="name" type="text" class="form-control" placeholder="Your Name">
</div>
<div class="form-group">
<input name="email" type="email" class="form-control" placeholder="Email Address">
</div>
<div class="form-group">
<input name="subject" type="text" class="form-control" placeholder="Topic Title">
</div>
<div class="form-group-2 mb-4">
<textarea name="message" class="form-control" rows="4" placeholder="Topic Description"></textarea>
</div>
</form>
</div>
<!-- Modal footer -->
<div class="modal-footer">
<button class="btn btn-primary rounded" id="btn1" name="submit" type="submit">Submit!</button>
</div>
</div>
</div>
</div>
<section class="page-title bg-7" >
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block text-center">
<!-- <span class="text-white">About Us</span> -->
<h1 class="text-u mb-4 text-lg">African Research Bank</h1>
</div>
</div>
</div>
</div>
</section>
<!-- Section About Start -->
<section class=" section2 section about-2 position-relative ">
<div class="container">
<div class="row">
<div class="about-item pr-3 mb-5 mb-lg-0 col-md-12">
<span class="h2 ">WHAT WE ARE</span>
<p>
<form >
<p>
The African Research Bank (ARB) is a modern, user-centric and readily available digital platform that houses relevant research problems (topics). It is a response to the need for academic and professional research work to directly meet societal needs and be more relevant to development across Africa. Its content range cuts across all sectors of life in Africa. The findings of these endeavours are also to be made available to industry players for solving organisational, national and even international problems on African continent.
</p>
<p>The ARB is one of many initiatives of the <b><a href="https://www.aau.org/about/" target="_blank"> Association of African Universities (AAU)</a></b>, the apex organisation and forum for consultation, exchange of information and cooperation among institutions of higher education in Africa.
</p>
<a href="categories.html" class="btn abt-small abt-solid-border abt-round-full" >Get Started</a>
</form>
</div>
</div>
</div>
</section>
<!-- Section About End -->
<section class="pb-5" id="content-section">
<div id="system-message-container">
</div>
<div class="block-intro-img issue-intro-wrap contribution-list-wrap">
</div>
<div class='block-intro-half'>
<div class="block-img " style="background-image: url(images/about-3.jpg);">
</div>
<div class="block-desc">
<h2 class="text-white">Our vision </h2>
<h3><p>To be the one-stop-destination for quality research consultation in Africa.</p></h3></div>
</div>
</section>
<section class="mt-5 pb-5" id="content-section">
<div id="system-message-container">
</div>
<div class="block-intro-img issue-intro-wrap contribution-list-wrap">
</div>
<div class='block-intro-half'>
<div class="block-desc1">
<h2 >Our Mission </h2>
<h3><p>To empower African experts to find solutions to our continent's challenges through research</p><h3>
</div>
<div class="block-img " style="background-image: url(images/beach3.jpg);">
</div>
</div>
</section>
<!-- section Counter Start -->
<div class="pb-5 mt-5 "></div>
<section class="section counter bg-counter">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter-item text-center mb-5 mb-lg-0">
<i class="ti-check color-five text-md"></i>
<h3 class="mt-2 mb-0 text-color3"><span class="counter-stat font-weight-bold">124</span> +</h3>
<p class="text-color3">Researches completed</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter-item text-center mb-5 mb-lg-0">
<i class="ti-flag color-five text-md"></i>
<h3 class="mt-2 mb-0 text-color3"><span class="counter-stat font-weight-bold">125 </span></h3>
<p class="text-color3">User Worldwide</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter-item text-center mb-5 mb-lg-0">
<i class="ti-layers color-five text-md"></i>
<h3 class="mt-2 mb-0 text-color3"><span class="counter-stat font-weight-bold">39</span></h3>
<p class="text-color3"> Company Commits</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter-item text-center">
<i class="ti-medall color-five text-md"></i>
<h3 class="mt-2 mb-0 text-color3"><span class="counter-stat font-weight-bold">14</span></h3>
<p class="text-color3">Certifications and Endorsements</p>
</div>
</div>
</div>
</div>
</section>
<section >
<div class="row mx-1" id="bckg">
<!-- researcher section start -->
<div class="col-md-6 mb-4">
<div class="card card-image" style="background-image: url(images/CTA-Image-1.jpg);">
<div class="text-white text-center d-flex rgba-black-strong py-5 px-4">
<div>
<!-- <h6 class="text-white"><i class="fas fa-graduation-cap"></i><strong> Researcher</strong></h6> -->
<h3 class="card-title py-3 font-weight-bold text-white" id="text-arrange"><strong>Are you a Researcher?</strong></h3>
<p class="pb-3" id="text-arrange">Join our team of competent experts</p>
<p id="btn-arrange2"> <a href="categories.html" class="btn btn-solid-border3 btn-round-full btn-small"><i class="far fa-clone left"></i> Join Now</a> </p>
</div>
</div>
</div>
</div>
<!-- researcher section end -->
<!-- research problem section start -->
<div class="col-md-6 mb-4">
<div class="card card-image" style="background-image: url(images/CTA-Image-2.jpg);">
<div class="text-white text-center d-flex rgba-black-strong py-5 px-4">
<div>
<!-- <h6 class="text-white"><i class="fas fa-graduation-cap"></i><strong> Researcher</strong></h6> -->
<h3 class="card-title py-3 font-weight-bold text-white" id="text-arrange"><strong>Got a Research Problem?</strong></h3>
<p class="pb-3" id="text-arrange2">Entrust your work to our team of experts</p>
<p id="btn-arrange2"> <a href="register.html"class="btn btn-solid-border2 btn-round-full btn-small" data-toggle="modal" data-target="#myModal"> Submit here</a> </p>
</div>
</div>
</div>
</div>
<!-- research problem section end -->
</div>
</section>
<!-- footer Start -->
<footer class="footer section mb-4 ml-5">
<div class="container-fluid">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="widget">
<h4 class="text-capitalize mb-4">Company</h4>
<ul class="list-unstyled footer-menu lh-25">
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="partners.html">Partners</a></li>
<li><a href="#">FAQ</a></li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6">
<div class="widget">
<h4 class="text-capitalize mb-4">Quick Links</h4>
<ul class="list-unstyled footer-menu lh-25">
<li><a href="index.html">Home</a></li>
<li><a href="categories.html">Categories</a></li>
<li><a href="http://datad.aau.org/" target="_blank">Repository</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<!-- third footer links -->
<div class="col-lg-3 ml-auto col-sm-6">
<h4 style="margin-left: 61px;" class="text-capitalize">Powered by </h4>
<div class="widget">
<div class="logo mb-1">
<a class="navbar-brand" href="https://www.aau.org/" target="_blank">
<span><img src="images/aau.png" style="width: 100px; margin-left: 69px;"></span>
</a>
</div>
<ul class="address-block list-unstyled ml-4">
<li>
<a href="https://www.aau.org/" target="_blank">Association of African Universities</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-3 ml-auto col-sm-6">
<div class="widget">
<div class="logo mb-1">
<a class="navbar-brand" href="index.html">
<span><img src="images/arb_logo.png" style="width: 100px; margin-left: 140px;"></span></a>
</div>
<div>
<ul class="address-block list-unstyled">
<h5>African Research Bank</h5>
<li><a href="mailto: [email protected]" > [email protected]</a></li>
<li class="ml-3"><a href="tel:+233246971090" class="pl-5 ml-5">+233-246971090</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer-btm pt-4 last-footer container-fluid">
<div class="row">
<div class="col-lg-4">
<div class="copyright">
<span class="text-dark ">©2019 African Research Bank</span> <!-- by <a href="" > The ARB Team</a> -->
</div>
</div>
<div class="col-lg-5 text-dark">
<div >
A proud initiative of <a href="https://www.aau.org/" target="_blank" class="text-color3">Association of African Universities</a>
</div>
</div>
<div class="ml-auto text-left text-lg-right ">
<ul class="list-inline footer-socials">
<li class="list-inline-item" ><a href="https://www.facebook.com/African-Research-Bank-438189300363344/" target="_blank">
<i class="ti-facebook "></i>
</a>
</li>
<li class="list-inline-item"><a href="https://twitter.com/_arbank?s=08" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/company/african-research-bank" target="_blank"><i class="ti-linkedin "></i></a></li>
<li class="list-inline-item"><a href="https://instagram.com/_arbank?igshid=13xcw1rdrdqs8" target="_blank"><i class="fab fa-instagram mr-5"></i>
</ul>
<div class="text-md-right">
<div class="header-top-info">
</div>
</div>
</div>
</div>
<!-- <div class="copyright">
© Copyright Reserved to <span class="text-color3">African Research Bank</span> by <a href="" > The ARB Team</a>
</div> -->
</div>
</div>
</footer>
</div>
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="plugins/jquery/jquery.js"></script>
<script src="js/contact.js"></script>
<!-- Bootstrap 4.3.1 -->
<script src="plugins/bootstrap/js/popper.js"></script>
<script src="plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- Magnific Popup-->
<script src="plugins/magnific-popup/dist/jquery.magnific-popup.min.js"></script>
<!-- Slick Slider -->
<script src="plugins/slick-carousel/slick/slick.min.js"></script>
<!-- Counterup -->
<script src="plugins/counterup/jquery.waypoints.min.js"></script>
<script src="plugins/counterup/jquery.counterup.min.js"></script>
<!-- Google Map -->
<script src="plugins/google-map/map.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAkeLMlsiwzp6b3Gnaxd86lvakimwGA6UA&callback=initMap"></script>
<script src="js/script.js"></script>
</body>
</html>