-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
516 lines (480 loc) · 27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<title>
Django Africa Forum
</title>
<!-- Fonts and icons -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
<!-- Nucleo Icons -->
<link href="assets/css/nucleo-icons.css" rel="stylesheet" />
<link href="assets/css/nucleo-svg.css" rel="stylesheet" />
<!-- Font Awesome Icons -->
<link href="assets/css/font-awesome.css" rel="stylesheet" />
<link href="assets/css/nucleo-svg.css" rel="stylesheet" />
<!-- CSS Files -->
<link href="assets/css/argon-design-system.css" rel="stylesheet" />
<link href="assets/demo/demo.css" rel="stylesheet" />
<link href="assets/css/examples.css" rel="stylesheet" />
</head>
<body class="landing-page">
<!-- Navbar -->
<nav id="navbar-main" class="navbar navbar-main navbar-expand-lg navbar-transparent navbar-light headroom">
<div class="container">
<a class="navbar-brand mr-lg-5" href="../index.html">
<img src="../assets/img/brand/white.png">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar_global"
aria-controls="navbar_global" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbar_global">
<div class="navbar-collapse-header">
<div class="row">
<div class="col-6 collapse-brand">
<a href="../../../index.html">
<img src="../assets/img/brand/blue.png">
</a>
</div>
<div class="col-6 collapse-close">
<button type="button" class="navbar-toggler" data-toggle="collapse"
data-target="#navbar_global" aria-controls="navbar_global" aria-expanded="false"
aria-label="Toggle navigation">
<span></span>
<span></span>
</button>
</div>
</div>
</div>
<ul class="navbar-nav navbar-nav-hover align-items-lg-center">
<li class="nav-item dropdown">
<a href="#" class="nav-link" data-toggle="dropdown" href="#" role="button">
<i class="ni ni-ui-04 d-lg-none"></i>
<span class="nav-link-inner--text">Get Started</span>
</a>
<div class="dropdown-menu dropdown-menu-xl">
<div class="dropdown-menu-inner">
<a href="forum.html" class="media d-flex align-items-center">
<div class="icon icon-shape bg-gradient-primary rounded-circle text-white">
<i class="ni ni-spaceship"></i>
</div>
<div class="media-body ml-3">
<h6 class="heading text-primary mb-md-1">Forum</h6>
<p class="description d-none d-md-inline-block mb-0">Learn how to use compiling
Scss, change brand
colors and more.</p>
</div>
</a>
<a href="profile.html" class="media d-flex align-items-center">
<div class="icon icon-shape bg-gradient-success rounded-circle text-white">
<i class="ni ni-palette"></i>
</div>
<div class="media-body ml-3">
<h6 class="heading text-primary mb-md-1">Profile</h6>
<p class="description d-none d-md-inline-block mb-0">Learn more about colors,
typography, icons and
the grid system we used for .</p>
</div>
</a>
<a href="single.html" class="media d-flex align-items-center">
<div class="icon icon-shape bg-gradient-warning rounded-circle text-white">
<i class="ni ni-ui-04"></i>
</div>
<div class="media-body ml-3">
<h5 class="heading text-warning mb-md-1">Single Topic</h5>
<p class="description d-none d-md-inline-block mb-0">Browse our 50 beautiful
handcrafted components
offered in the Free version.</p>
</div>
</a>
</div>
</div>
</li>
</ul>
<ul class="navbar-nav align-items-lg-center ml-lg-auto">
<li class="nav-item d-none d-lg-block ml-lg-4">
<a href="login.html" class="btn btn-primary btn-md btn-icon">
<span class="btn-inner--icon">
<i class="fa fa-user"></i>
</span>
<span class="nav-link-inner--text">Login</span>
</a>
<a href="signup.html" class="btn btn-neutral btn-md btn-icon">
<span class="btn-inner--icon">
<i class="fas fa-user-circle"></i>
</span>
<span class="nav-link-inner--text">Signup</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="wrapper">
<div class="section section-hero section-shaped">
<div class="shape shape-style-1 shape-primary">
<span class="span-150"></span>
<span class="span-50"></span>
<span class="span-50"></span>
<span class="span-75"></span>
<span class="span-100"></span>
<span class="span-75"></span>
<span class="span-50"></span>
<span class="span-100"></span>
<span class="span-50"></span>
<span class="span-100"></span>
</div>
<div class="page-header">
<div class="container shape-container d-flex align-items-center py-lg">
<div class="col px-0">
<div class="row align-items-center justify-content-center">
<div class="col-lg-6 text-center">
<img src="./assets/img/brand/white.png" style="width: 200px;" class="img-fluid">
<p class="lead text-white">About Us</p>
</div>
</div>
</div>
</div>
</div>
<div class="separator separator-bottom separator-skew zindex-100">
<svg x="0" y="0" viewBox="0 0 2560 100" preserveAspectRatio="none" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<polygon class="fill-white" points="2560 0 2560 100 0 100"></polygon>
</svg>
</div>
</div>
<div class="section section-about-us">
<div class="container">
<div class="row">
<div class="col-md-9 mx-auto text-center">
<h2 class="title">Who we are?</h2>
<hr>
<h5 class="description">According to the National Oceanic and Atmospheric
Administration, Ted,
Scambos, NSIDClead scentist, puts the potentially record low maximum sea ice
extent tihs year
down to low ice extent in the Pacific and a late drop in ice extent in the
Barents Sea.</h5>
</div>
</div>
<div class="row pt-4">
<div class="col-md-6">
<div class="row">
<div class="col-lg-6 col-sm-12 px-2 py-2">
<div class="card card-stats ">
<div class="card-body">
<div class="row">
<div class="col-5 col-md-4">
<div class="icon-big text-center ">
<i class="fas fa-medal "></i>
</div>
</div>
<div class="col-7 col-md-8">
<div class="numbers">
<p class="card-title">3,237
<p>
<p class="card-category">Awards</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-12 px-2 py-2">
<div class="card card-stats upper bg-default">
<div class="card-body">
<div class="row">
<div class="col-5 col-md-4">
<div class="icon-big text-center icon-warning">
<i class="fas fa-coins text-white"></i>
</div>
</div>
<div class="col-7 col-md-8">
<div class="numbers">
<p class="card-title text-white">3,653
<p>
<p class="card-category text-white">Commits</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-sm-12 px-2 py-2">
<div class="card card-stats ">
<div class="card-body">
<div class="row">
<div class="col-5 col-md-4">
<div class="icon-big text-center icon-warning">
<i class="tim-icons icon-gift-2 text-info"></i>
</div>
</div>
<div class="col-7 col-md-8">
<div class="numbers">
<p class="card-title">593
<p>
<p class="card-category">Presents</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-12 px-2 py-2">
<div class="card card-stats ">
<div class="card-body">
<div class="row">
<div class="col-5 col-md-4">
<div class="icon-big text-center icon-warning">
<i class="tim-icons icon-credit-card text-success"></i>
</div>
</div>
<div class="col-7 col-md-8">
<div class="numbers">
<p class="card-title">10,783
<p>
<p class="card-category">Forks</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="pl-md-5">
<h1>Large
<br />Achivements</h1>
<p>I should be capable of drawing a single stroke at the present moment; and yet I feel
that I never was
a greater artist than now. </p>
<br />
<p>When, while the lovely valley teems with vapour around me, and the meridian sun
strikes the upper
surface of the impenetrable foliage of my trees, and but a few stray.</p>
<br />
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="pl-md-5">
<h1>Large
<br />Achivements</h1>
<p>I should be capable of drawing a single stroke at the present moment; and yet I feel
that I never was
a greater artist than now. </p>
<br />
<p>When, while the lovely valley teems with vapour around me, and the meridian sun
strikes the upper
surface of the impenetrable foliage of my trees, and but a few stray.</p>
<br />
</div>
</div>
<div class="col-md-6">
<img src="assets/img/bg4.jpg" class="img-fluid" alt="Responsive image">
</div>
</div>
<div class="separator separator-primary"></div>
<hr>
<div class="section features-1">
<div class="container">
<div class="row">
<div class="col-md-8 mx-auto text-center">
<span class="badge badge-primary badge-pill mb-3">Insight</span>
<h3 class="display-3">What we offer</h3>
<p class="lead">The time is now for it to be okay to be great. For being a bright color.
For standing
out.
</p>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center">
<div class="info">
<div class="icon icon-lg icon-shape icon-shape-primary shadow rounded-circle">
<i class="ni ni-settings-gear-65"></i>
</div>
<h6 class="info-title text-uppercase d-flex justify-content-center text-primary">
Social
Conversations
</h6>
<p class="description opacity-8">We get insulted by others, lose trust for those
others. We get back
stabbed by friends. It becomes harder for us to give others a hand.</p>
<a href="#" class="text-primary">More about us
<i class="ni ni-bold-right text-primary"></i>
</a>
</div>
</div>
<div class="col-md-4 text-center">
<div class="info">
<div class="icon icon-lg icon-shape icon-shape-success shadow rounded-circle">
<i class="ni ni-atom"></i>
</div>
<h6 class="info-title d-flex justify-content-center text-uppercase text-success">
Analyze Performance
</h6>
<p class="description opacity-8">Don't get your heart broken by people we love, even
that we give
them
all
we have. Then we lose family over time. As we live, our hearts turn colder.</p>
<a href="#" class="text-primary ">Learn about our products
<i class="ni ni-bold-right text-primary"></i>
</a>
</div>
</div>
<div class="col-md-4 text-center">
<div class="info">
<div class="icon icon-lg icon-shape icon-shape-warning shadow rounded-circle">
<i class="ni ni-world"></i>
</div>
<h6 class="info-title d-flex justify-content-center text-uppercase text-warning">
Measure Conversions
</h6>
<p class="description opacity-8">What else could rust the heart more over time?
Blackgold. The time
is
now
for it to be okay to be great. or being a bright color. For standing out.</p>
<a href="#" class="text-primary">Check our documentation
<i class="ni ni-bold-right text-primary"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="pl-md-5">
<h1>Large
<br />Achivements</h1>
<p>I should be capable of drawing a single stroke at the present moment; and yet I feel
that I never was
a greater artist than now. </p>
<br />
<p>When, while the lovely valley teems with vapour around me, and the meridian sun
strikes the upper
surface of the impenetrable foliage of my trees, and but a few stray.</p>
<br />
</div>
</div>
<div class="col-md-6">
<img src="assets/img/bg4.jpg" class="img-fluid" alt="Responsive image">
</div>
</div>
<div class="row">
<div class="col-md-6">
<img src="assets/img/bg4.jpg" class="img-fluid" alt="Responsive image">
</div>
<div class="col-md-6">
<div class="pl-md-5">
<h1>Large
<br />Achivements</h1>
<p>I should be capable of drawing a single stroke at the present moment; and yet I feel
that I never was
a greater artist than now. </p>
<br />
<p>When, while the lovely valley teems with vapour around me, and the meridian sun
strikes the upper
surface of the impenetrable foliage of my trees, and but a few stray.</p>
<br />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row row-grid align-items-center mb-5">
<div class="col-lg-6">
<h3 class="text-primary font-weight-light mb-2">Thank you for supporting us!</h3>
<h4 class="mb-0 font-weight-light">Let's get in touch on any of these platforms.</h4>
</div>
<div class="col-lg-6 text-lg-center btn-wrapper">
<button target="_blank" href="#" rel="nofollow" class="btn btn-icon-only btn-twitter rounded-circle"
data-toggle="tooltip" data-original-title="Follow us">
<span class="btn-inner--icon"><i class="fa fa-twitter"></i></span>
</button>
<button target="_blank" href="#" rel="nofollow"
class="btn-icon-only rounded-circle btn btn-facebook" data-toggle="tooltip"
data-original-title="Like us">
<span class="btn-inner--icon"><i class="fab fa-facebook"></i></span>
</button>
<button target="_blank" href="#" rel="nofollow"
class="btn btn-icon-only btn-dribbble rounded-circle" data-toggle="tooltip"
data-original-title="Follow us">
<span class="btn-inner--icon"><i class="fa fa-dribbble"></i></span>
</button>
<button target="_blank" href="#" rel="nofollow" class="btn btn-icon-only btn-github rounded-circle"
data-toggle="tooltip" data-original-title="Star on Github">
<span class="btn-inner--icon"><i class="fa fa-github"></i></span>
</button>
</div>
</div>
<hr>
<div class="row align-items-center justify-content-md-between">
<div class="col-md-6">
<div class="copyright">
© 2020 <a href="" target="_blank">Django Africa</a>.
</div>
</div>
<div class="col-md-6">
<ul class="nav nav-footer justify-content-end">
<li class="nav-item">
<a href="" class="nav-link">About Us</a>
</li>
<li class="nav-item">
<a href="" class="nav-link">Help Desk</a>
</li>
<li class="nav-item">
<a href="" class="nav-link">Contact Us</a>
</li>
<li class="nav-item">
<a href="" class="nav-link">Terms & Conditions</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Core JS Files -->
<script src="../assets/js/core/jquery.min.js" type="text/javascript"></script>
<script src="../assets/js/core/popper.min.js" type="text/javascript"></script>
<script src="../assets/js/core/bootstrap.min.js" type="text/javascript"></script>
<script src="../assets/js/plugins/perfect-scrollbar.jquery.min.js"></script>
<!-- Plugin for Switches, full documentation here: http://www.jque.re/plugins/version3/bootstrap.switch/ -->
<script src="../assets/js/plugins/bootstrap-switch.js"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="../assets/js/plugins/nouislider.min.js" type="text/javascript"></script>
<script src="../assets/js/plugins/moment.min.js"></script>
<script src="../assets/js/plugins/datetimepicker.js" type="text/javascript"></script>
<script src="../assets/js/plugins/bootstrap-datepicker.min.js"></script>
<!-- Control Center for Argon UI Kit: parallax effects, scripts for the example pages etc -->
<!-- Google Maps Plugin -->
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY_HERE"></script>
<script src="../assets/js/argon-design-system.min.js?v=1.2.0" type="text/javascript"></script>
<script src="https://cdn.trackjs.com/agent/v3/latest/t.js"></script>
<script>
window.TrackJS &&
TrackJS.install({
token: "ee6fab19c5a04ac1a32a645abde4613a",
application: "argon-design-system-pro"
});
</script>
</body>
</html>