forked from OkomoJacob/8d19d988d6f
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
605 lines (591 loc) · 28.5 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
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
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<!--Font awesome css-->
<!--Social icons-->
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<!--Social icons imports end-->
<!-- ScrollTTp links -->
<link rel="stylesheet" class="css" href="css/scrolls.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="shortcut icon" href="/assets/favicon.ico">
<!-- ScrollTTp links -->
<link rel="stylesheet" href="css/style.css" class="css">
<!-- <link rel="stylesheet" href="css/footer.css" class="css"> -->
<link rel="stylesheet" href="css/searchBar.css" class="css">
<link rel="stylesheet" href="pink.css">
<!-- Bootstrap styling -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- Font awesome css -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- google js and jQuery -->
<!-- JS, Popper.js, and jQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<title>Jkuat Agges</title>
</head>
<body>
<!-- Nav Bar -->
<!-- Social Media -->
<section id="social-media">
<ul>
<li>
<a href="#">
<i class="fab fa-facebook-f"></i><span>Facebook</span>
</a>
</li>
<li>
<a href="#">
<i class="fab fa-twitter"></i><span>Twitter</span>
</a>
</li>
<li>
<a href="#">
<i class="fab fa-linkedin-in"></i><span>LinkedIn</span>
</a>
</li>
<li>
<a href="#">
<i class="fab fa-github"></i><span>Github</span>
</a>
</li>
<li>
<a href="#">
<i class="fab fa-whatsapp"></i><span>WhatsApp</span>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-envelope"></i><span>Mail Us</span>
</a>
</li>
</ul>
</section>
<!-- social media end -->
<section id="nav-bar">
<!-- Bootstrap nav bar -->
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#"><img src="img/logo_blue.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-itemtive">
<a class="nav-link active" href="#top"><i class="fa fa-home"></i>HOME </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">ABOUT US</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="#events">EVENTS</a>
<!-- Add smooth scroll effect to the dropdown links in future by pasting id 'link' in #href-->
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="#team">EXECUTIVES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#promo">PROJECTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#testimonials">TESTIMONIALS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">CONTACT</a>
</li>
</ul>
<!-- Search start,not impressive -->
<!-- <form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-1" type="search" placeholder="Find in AGGES" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form> -->
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-1" type="search" placeholder="Find in AGGES" aria-label="Search">
<button class="btn btn-outline-primary my-1 my-sm-0" type="submit">Search</button>
</form>
<!-- Search Bar End -->
</div>
</nav>
<!-- Bootstrap nav bar End-->
</section>
<!-- Nav Bar End-->
<!-- Slider -->
<div id="slider">
<div id="headerSlider" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#headerSlider" data-slide-to="0" class="active"></li>
<li data-target="#headerSlider" data-slide-to="1"></li>
<li data-target="#headerSlider" data-slide-to="2"></li>
<li data-target="#headerSlider" data-slide-to="3"></li>
<li data-target="#headerSlider" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<!-- use height= and width= to resize the image without interfering with the image quality att all -->
<img src="img/slider/suolo_kioko.jpg" class="d-block w-100" alt="..." height=600 width=2 0>
<div class="carousel-caption welcome">
<h2>AGGES | YouthMappers. <br></h2>
<h3>J.K.U.A.T-AGGES and YouthMappers club</h3>
</div>
</div>
<div class="carousel-item">
<img src="img/slider/musa_2.jpg" class="d-block w-100" alt="..." height=600 width=2 0>
<div class="carousel-caption">
<h5>From GEGIS Dept. Patron</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/slider/franyo_and_team.jpg" class="d-block w-100" alt="..." height=600 width=2 0>
<div class="carousel-caption">
<h5>Our Students</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/slider/ruth.jpg" class="d-block w-100" alt="..." height=600 width=2 0>
<div class="carousel-caption">
<h5>Our Meetups</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/slider/musa_n_kirui.jpg" class="d-block w-100" alt="..." height=600 width=0>
<div class="carousel-caption">
<h5>Patron</h5>
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur.</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#headerSlider" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#headerSlider" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- About -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-6 skills-bar">
<h2>About Us</h2>
<div class="about-content">
Agges(Association of Geospatial and Geomatic Engineering Students) is a student club in Jomo Kenyatta University of Agriculture and Technology-JKUAT
</div>
<button type="button" class="btn btn-primary">Read More...</button>
</div>
<div class="col-md-6">
<p>This Year's Projects Implementation</p>
<div class="progress">
<div class="progress-bar" style="width: 34%;">34%</div>
</div>
<p>Youth Mappers</p>
<div class="progress">
<div class="progress-bar" style="width: 40%;">40%</div>
</div>
<p>Indoor Meetups</p>
<div class="progress">
<div class="progress-bar" style="width: 64%;">64%</div>
</div>
<p>Hands-on Practicals</p>
<div class="progress">
<div class="progress-bar" style="width: 44%;">44%</div>
</div>
</div>
</div>
</div>
</section>
<!-- About End-->
<!-- Events -->
<section id="events">
<div class="container">
<h1>Our Events</h1>
<div class="row events">
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-meetup"></i>
</div>
<h3>Indoor Meetups</h3>
<p>
AGGES and YouthMappers usually organizes their weekly events every Thursdays of the week. They events run from <strong>1700 HRS in the University's Technology House Room 005</strong> and run for 2 - 3 Hours.
</p>
</div>
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-laptop"></i>
</div>
<h3>Mapping</h3>
<p>
AGGES and YouthMappers usually organizes their weekly events every Thursdays of the week. They events run from <strong>1700 HRS in the University's Technology House Room 005</strong> and run for 2 - 3 Hours.
</p>
</div>
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-code"></i>
</div>
<h3>Scientific Programming</h3>
<p>
AGGES and YouthMappers usually organizes their weekly events every Thursdays of the week. They events run from <strong>1700 HRS in the University's Technology House Room 005</strong> and run for 2 - 3 Hours.
</p>
</div>
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-line-chart"></i>
</div>
<h3>Showcasing Challenges</h3>
<p>
AGGES and YouthMappers usually organizes their weekly events every Thursdays of the week. They events run from <strong>1700 HRS in the University's Technology House Room 005</strong> and run for 2 - 3 Hours.
</p>
</div>
</div>
</div>
</section>
<!-- Events End-->
<!-- Executives-->
<section id="team">
<div class="container">
<h1>AGGES Executives</h1>
<div class="row">
<div class="col-md-3 profile-pic text-center">
<div class="img-box">
<img src="img/executives/obama.jpeg" class="img-responsive" alt="" height=185 width=1 90>
<ul>
<!-- <a href="#"><li><i class="fa fa-facebook"></i></li></a> -->
<a href="#">
<li><i class="fa fa-twitter"></i></li>
</a>
<a href="#">
<li><i class="fa fa-linkedin"></i></li>
</a>
<a href="#">
<li><i class="fa fa-whatsapp"></i></li>
</a>
</ul>
</div>
<h2>Dr. F N Mutua</h2>
<h3>Founder | Patron</h3>
<p>Dr. Mutua is the founder of AGGES in the year 2006.Credits to his sincere efforts.</p>
</div>
<div class="col-md-3 profile-pic text-center">
<div class="img-box">
<img src="img/executives/eve_nyawira.jpeg" class="img-responsive" alt="" height=183 width=1 83>
<ul>
<!-- <a href="#"><li><i class="fa fa-facebook"></i></li></a> -->
<a href="https://twitter.com/evewyra">
<li><i class="fa fa-twitter"></i></li>
</a>
<a href="t.me/254701010394">
<li><i class="fa fa-telegram"></i></li>
</a>
<a href="wa.me/254701010394">
<li><i class="fa fa-whatsapp"></i></li>
</a>
</ul>
</div>
<h2>Everline Nyawira</h2>
<h3>Chairperson | AGGES</h3>
<p>Miss Everline Nyawira is the incumbent Charperson, AGGES and YouthMappers, 2020/2021.</p>
</div>
<div class="col-md-3 profile-pic text-center">
<div class="img-box">
<img src="img/executives/jacob_passport.png" class="img-responsive" alt="" height=183 width=1 83>
<ul>
<!-- <a href="#"><li><i class="fa fa-facebook"></i></li></a> -->
<a href="https://twitter.com/okomojacob">
<li><i class="fa fa-twitter"></i></li>
</a>
<a href="https://www.linkedin.com/in/okomo-jacob-622b86164/">
<li><i class="fa fa-linkedin"></i></li>
</a>
<a href="https://api.whatsapp.com/send?phone=254705583483&text=Hello%20Jacob%20and%20how%20are%20you%20...">
<li><i class="fa fa-whatsapp"></i></li>
</a>
</ul>
</div>
<h2>Person Y</h2>
<h3>Founder | Patron</h3>
<p>Dr. Mutua is the founder of AGGES in the year 2006.Credits to his sincere efforts.</p>
</div>
<div class="col-md-3 profile-pic text-center">
<div class="img-box">
<img src="img/executives/ednah.jpg" class="img-responsive" alt="" height=183 width=1 83>
<ul>
<!-- <a href="#"><li><i class="fa fa-facebook"></i></li></a> -->
<a href="https://twitter.com/ednah_dindi?s=09">
<li><i class="fa fa-twitter"></i></li>
</a>
<a href="https://api.whatsapp.com/send?phone=254745617024&text=You%20can%20contact%20me%20via%20this%20link">
<li><i class="fa fa-whatsapp"></i></li>
</a>
</ul>
</div>
<h2>Edna Dindi</h2>
<h3>Founder | Patron</h3>
<p>Dr. Mutua is the founder of AGGES in the year 2006.Credits to his sincere efforts.</p>
</div>
</div>
</div>
</section>
<!------ Executives End -------->
<!------------ Learn With Us ------------->
<section id="promo">
<div class="container">
<h1>Want to share with us?</h1>
<p>Get a chance to present anything on <i><b>GIS</b></i> and <i><b>Remote sensing</b></i> at AGGES</p>
<h4>AGGES and Youthmappers has open invitation doors and is welcoming anyone from any Campus who is willing and ready to share with us on Matters on Geospatial Technologies,Remote sensing, Surveying and Mapping.</h4>
<a href="#contact" class="btn btn-success">Reach Out to Us</a>
</div>
</section>
<!---------- Learn With Us End----------->
<!----------Projects ------------->
<section id="project">
<div class="container">
<h1>Projects & Plans</h1>
<div class="row">
<div class="col-md-4">
<div class="single-project">
<div class="project-head">
<h2>YouthMappers</h2>
<p>Year<span> 2020/2021</span></p>
</div>
<div class="project-content">
<ul>
<li><i class="fa fa-check-circle"></i>Developing innovative solutions through community Mapping for Security enhancement in Juja locaity, Kiambu county-Kenya</li>
<li><i class="fa fa-times-circle"></i>Still under academic drafting</li>
<li><i class="fa fa-times-circle"></i>Still under academic drafting</li>
</ul>
</div>
<div class="project-button">
<a class="join-btn" href="#contact">Join Us</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="single-project">
<div class="project-head">
<h2>AGGES</h2>
<p>Year<span> 2020/2021</span></p>
</div>
<div class="project-content">
<ul>
<li><i class="fa fa-check-circle"></i>Youthmappers has open invitation doors and is welcoming anyone from any Campus who is willing and ready to share with us on Matters on Geospatial</li>
<li><i class="fa fa-times-circle"></i>Still under academic drafting</li>
<li><i class="fa fa-times-circle"></i>Still under academic drafting</li>
</ul>
</div>
<div class="project-button">
<a class="join-btn" href="#contact">Join Us</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="single-project">
<div class="project-head">
<h2>YouthMappers</h2>
<p>Year<span> 2020/2021</span></p>
</div>
<div class="project-content">
<ul>
<li><i class="fa fa-check-circle"></i>Youthmappers has open invitation doors and is welcoming anyone from any Campus who is willing and ready to share with us on Matters on Geospatial</li>
<li><i class="fa fa-times-circle"></i>Still under academic drafting</li>
<li><i class="fa fa-times-circle"></i>Still under academic drafting</li>
</ul>
</div>
<div class="project-button">
<a class="join-btn" href="#contact">Join Us</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!----------Projects End------------->
<!----------Testimonials------------->
<section id="testimonials">
<div class="container">
<h1>Testimonials</h1>
<!-- class text-centre aligns the p text at the centre -->
<p class="text-center">Stay tuned on our postings not to miss any meet-up and lessons.</p>
<div class="row">
<div class="col-md-3 text-center">
<div class="profile">
<img src="img/testimonials/jacob_passport.png" class="user">
<blockquote>This club has it all if it comes to transfer of class-based theory and matcing the market requirements in GIS.
</blockquote>
<h3>AGGES Website Developer <span> <a href="https://www.okomojacob.herokuapp.com">Contact Me</a> </span></h3>
</div>
</div>
<div class="col-md-3 text-center">
<div class="profile">
<img src="img/testimonials/eve_nyawira.jpeg" class="user">
<blockquote>Come join us in incorporating the skill learnt in class and applying them in Real-World GIS related solutions.</blockquote>
<h3>Chairperson AGGES <span>2020/2021. </span></h3>
</div>
</div>
<div class="col-md-3 text-center">
<div class="profile">
<img src="img/testimonials/margaret.jpeg" class="user">
<blockquote>Agges and YouthMappers is the club to join to have the best user and learner experience.</blockquote>
<h3>Inspired Student <span>Student. </span></h3>
</div>
</div>
<div class="col-md-3 text-center">
<div class="profile">
<img src="img/testimonials/ednah.jpg" class="user">
<blockquote>For the best over the rest, AGGES is the club to join this year.There's a lot of bit here to learn.
</blockquote>
<h3>YouthMappers Lead <span>2020/2021. </span></h3>
</div>
</div>
</div>
</div>
</section>
<!---------Testimonials End------------->
<!----------Get in Touch------------->
<section id="contact">
<div class="container">
<h1>Get In Touch</h1>
<div class="row">
<div class="col-md-4 contact-info">
<h2>Find us</h2>
<div class="footer-section about">
<h2 class="logo-text"><span>AGGES | </span>YouthMappers</h2>
<p>
This is a Tech oriented virtual company. It is in the process of growing ,kindly remember growth is gradual.
</p>
<div class="contact">
<span><i class="fa fa-phone"></i> +254705-583-483</span>
<br>
<span><i class="fa fa-envelope"></i> [email protected]</span>
</div>
<div class="socials">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-github"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
<div class="col-md-4 contact-info">
<h2>Quick Links</h2>
<br>
<ul>
<a href="#top">
<li>Home page</li>
</a>
<a href="#about">
<li>About Us</li>
</a>
<a href="#events">
<li>Events</li>
</a>
<a href="#project">
<li>Projects</li>
</a>
<a href="#team">
<li>Our Executives</li>
</a>
<a href="#testimonials">
<li>User Reviews</li>
</a>
<a href="#contact">
<li>Contact Us</li>
</a>
</ul>
</div>
<div class="col-md-4">
<h2>Contact us</h2>
<form class="contact-form">
<div class="form-group">
<input type="text" class="form-control" placeholder="Name e.g John Doe">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Phone No : e.g +254700 000 000">
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Email: [email protected]">
</div>
<div class="form-group">
<textarea class="form-control" rows="4" placeholder="Write to AGGES here..."></textarea>
</div>
<button type="submit" class="btn btn-primary">Send Message</button>
</form>
</div>
</div>
</div>
</section>
<!----------Get in Touch End------------->
<!----------Footer------------->
<section id="footer">
<div class="container text-center">
<p>© Agges 2020 | Jay_Labs | Tech73Corp.</p>
</div>
</section>
<!----------Footer End------------->
<!-- The ScrollTopbutton -->
<button id="btnScrollToTop">
<!-- google material icons -->
<i class="material-icons">arrow_upward</i>
</button>
<!-- ScrollTopButton End-->
<!-- Smooth scroll -->
<!-- direct download -->
<script src="path/to/smooth-scroll.polyfills.min.js"></script>
<!-- Initialize smooth-scroll -->
<script>
var scroll = new SmoothScroll('a[href*="#"]');
</script>
<script src="js/script.js"></script>
</body>
</html>
</div>
<button type="submit" class="btn btn-primary">Send Message</button>
</form>
</div>
</div>
</div>
</section>
<!----------Get in Touch End------------->
<!----------Footer------------->
<section id="footer">
<div class="container text-center">
<p>© Agges 2020 | Jay_Labs | Tech73Corp.</p>
</div>
</section>
<!----------Footer End------------->
<!-- The ScrollTopbutton -->
<button id="btnScrollToTop">
<!-- google material icons -->
<i class="material-icons">arrow_upward</i>
</button>
<!-- ScrollTopButton End-->
<!-- Smooth scroll -->
<!-- direct download -->
<script src="path/to/smooth-scroll.polyfills.min.js"></script>
<!-- Initialize smooth-scroll -->
<script>
var scroll = new SmoothScroll('a[href*="#"]');
</script>
<script src="js/script.js"></script>
</body>
</html>> var scroll = new SmoothScroll('a[href*="#"]');
</script>
<script src="js/script.js"></script>
</body>
</html>