-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
660 lines (604 loc) · 23.7 KB
/
index.html
File metadata and controls
660 lines (604 loc) · 23.7 KB
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
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="./img/fav.ico" type="image/x-icon">
<title>THE ULES MENTORSHIP PROGRAM</title>
<link rel="stylesheet" type="text/css" href="./style/mentor-template.webflow.7283d9bbf.css">
<link rel="stylesheet" type="text/css" href="./style/fontawesome-all.min.css">
<link rel="stylesheet" type="text/css" href="./style/magnific-popup.css">
<link rel="stylesheet" type="text/css" href="./style/css.css">
<link rel="stylesheet" type="text/css" href="./style/css(1).css">
<link rel="stylesheet" type="text/css" href="./style/owl.carousel.min.css">
</style>
<style>
.gm-ui-hover-effect {
opacity: .6
}
.gm-ui-hover-effect:hover {
opacity: 1
}
</style>
<style>
.gm-style .gm-style-cc span,
.gm-style .gm-style-cc a,
.gm-style .gm-style-mtc div {
font-size: 10px;
box-sizing: border-box
}
</style>
<style>
@media print {
.gm-style .gmnoprint,
.gmnoprint {
display: none
}
}
@media screen {
.gm-style .gmnoscreen,
.gmnoscreen {
display: none
}
}
</style>
<style>
.dismissButton {
background-color: #fff;
border: 1px solid #dadce0;
color: #1a73e8;
border-radius: 4px;
font-family: Roboto, sans-serif;
font-size: 14px;
height: 36px;
cursor: pointer;
padding: 0 24px
}
.dismissButton:hover {
background-color: rgba(66, 133, 244, 0.04);
border: 1px solid #d2e3fc
}
.dismissButton:focus {
background-color: rgba(66, 133, 244, 0.12);
border: 1px solid #d2e3fc;
outline: 0
}
.dismissButton:hover:focus {
background-color: rgba(66, 133, 244, 0.16);
border: 1px solid #d2e2fd
}
.dismissButton:active {
background-color: rgba(66, 133, 244, 0.16);
border: 1px solid #d2e2fd;
box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15)
}
.dismissButton:disabled {
background-color: #fff;
border: 1px solid #f1f3f4;
color: #3c4043
}
</style>
<style>
.gm-style-pbc {
transition: opacity ease-in-out;
background-color: rgba(0, 0, 0, 0.45);
text-align: center
}
.gm-style-pbt {
font-size: 22px;
color: white;
font-family: Roboto, Arial, sans-serif;
position: relative;
margin: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
</style>
<style>
.gm-style img {
max-width: none;
}
.gm-style {
font: 400 11px Roboto, Arial, sans-serif;
text-decoration: none;
}
</style>
<link type="text/css" href="./style/plugins.css" rel="stylesheet">
<link type="text/css" href="./style/style.css" rel="stylesheet">
<link type="text/css" href="./style/style-responsive.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap" rel="stylesheet">
<script>WebFont.load({
google: {
families: ["Lato:100,100italic,300,300italic,400,400italic,700,700italic,900,900italic"]
}
});</script>
<script src="./js/webfont.js.download"></script>
<script type="text/javascript" src="./js/modernizr-2.7.1.js.download"></script>
<script type="text/javascript" src="./js/jquery.min.js.download"></script>
<script type="text/javascript" src="./js/webflow.d70772391.js.download"></script>
<script src="https://use.fontawesome.com/7672e5925f.js"></script>
</head>
<body style="font-family: 'Merriweather', serif; width:100%; overflow-x: hidden;">
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top" style="font-size: 20px;">
<a class="navbar-brand" href="#">
<img src="./img/krom.svg" width="60" height="60" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse float-right" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link active" href="./index.html">Home <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link" href="./mentorForm.html">Mentor</a>
<a class="nav-item nav-link" href="./MenteeForm.html">Mentee</a>
<a class="nav-item nav-link" href="./comingsoon.html">Pairing</a>
<a class="nav-item nav-link" href="./comingsoon.html">Blog</a>
<a class="nav-item nav-link" href="https://krompage.netlify.app">Other Services</a>
</div>
</div>
</nav>
<div data-ix="new-interaction" class="w-section mb-5">
<div data-animation="slide" data-duration="500" data-infinite="1" class="w-slider hero-slider">
<div class="w-slider-mask">
<div class="w-slide slide-1" style="transform: translateX(0px); opacity: 1;">
<div class="slider-wrapper">
<div class="w-container m-3">
<div><i>Hi, Welcome to</i>
<h3>Kromtech Mentorship Program</h3>
</div>
<h1 class="slider-h1">Become a Mentor<br>Get Mentored</h1>
<a href="./mentorForm.html" class="btn btn-outline-info m-2">As a Mentor</a>
<a href="./MenteeForm.html" class="btn btn-outline-info m-1 ">As a Mentee</a>
</div>
</div>
</div>
<div class="w-slide slide-2 " style="transform: translateX(0px); opacity: 1;">
<div class="slider-wrapper">
<div class="w-container m-3">
<div class="text-info">
<h3>Get Ready to be</h3>
</div>
<h1 class="slider-h1 text-info">Shown the right path<br>By Experienced individuals</h1>
</div>
</div>
</div>
</div>
<div class="w-slider-arrow-left">
<div class="w-icon-slider-left"></div>
</div>
<div class="w-slider-arrow-right">
<div class="w-icon-slider-right"></div>
</div>
<div class="w-slider-nav w-round">
<div class="w-slider-dot w-active" data-wf-ignore=""></div>
<div class="w-slider-dot" data-wf-ignore=""></div>
</div>
</div>
</div>
<!--OUR GOALS ***********************************************************************************-->
<section id="how-can-i-help-you" class="ts-block ts-xs-text-center text-center">
<div class="container">
<div class="ts-title pt-3">
<h2><u>OUR GOALS </u></h2>
<h3 class="ts-opacity__30">Below are what we plan to achieve</h3>
</div>
<!--end ts-title-->
<div class="row">
<div class="col-sm-6 col-md-4 col-xl-4">
<div class="ts-item" data-animate="ts-fadeInUp" style="visibility: visible;">
<div class="ts-item-content">
<div class="ts-item-header">
<figure class="icon">
<img src="./img/icon-head-question.png" alt="">
</figure>
<!--end icon-->
</div>
<!--end ts-item-header-->
<div class="ts-item-body">
<h4>Better Decision making</h4>
<p class="mb-0">
We believe our program would help not only the mentee but also the mentors make better choices
therefore happier lives
</p>
</div>
<!--end ts-item-body-->
</div>
<!--end ts-item-content-->
</div>
<!--end ts-item-->
</div>
<!--end col-xl-4-->
<div class="col-sm-6 col-md-4 col-xl-4">
<div class="ts-item" data-animate="ts-fadeInUp" data-delay="0.1s"
style="animation-delay: 0.1s; visibility: visible;">
<div class="ts-item-content">
<div class="ts-item-header">
<figure class="icon">
<img src="./img/icon-hands-heart.png" alt="">
</figure>
<!--end icon-->
</div>
<!--end ts-item-header-->
<div class="ts-item-body">
<h4>emotion stability</h4>
<p class="mb-0">
With the program in place, no matter the hundle/trial a student might pass physically/emotionally,
they would always have a experienced mentor to talk to.
</p>
</div>
<!--end ts-item-body-->
</div>
<!--end ts-item-content-->
</div>
<!--end ts-item-->
</div>
<!--end col-xl-4-->
<div class="col-sm-6 offset-sm-4 col-md-4 offset-md-0 col-xl-4">
<div class="ts-item" data-animate="ts-fadeInUp" data-delay="0.2s"
style="animation-delay: 0.2s; visibility: visible;">
<div class="ts-item-content">
<div class="ts-item-header">
<figure class="icon">
<img src="./img/icon-sitting.png" alt="">
</figure>
<!--end icon-->
</div>
<!--end ts-item-header-->
<div class=" ts-item-body">
<h4>mentee academic excellence</h4>
<p class="mb-0">
With the right choices and better stability the students would have more time for their academics and
thereby
academic excellence is granted
</p>
</div>
<!--end ts-item-body-->
</div>
<!--end ts-item-content-->
</div>
<!--end ts-item-->
</div>
<!--end col-xl-4-->
</div>
<!--end row-->
</div>
<!--end container-->
</section>
<!--END OUR GOALS ******************************************************************************-->
<div class="ts-title pt-3 text-center mt-5">
<h1><u>BENEFITS</u></h1>
<h3 class="ts-opacity__30">Below are the benefits of joining the program</h3>
<div class="row d-flex justify-content-around">
<div class="col">
<div class="card m-5 border-dark">
<div class="card-body">
<h4 class="card-header bg-info text-white">For Mentors</h4>
<ul class="list-group list-group-flush">
<li class="list-group-item border-info">Develop leadership skills</li>
<li class="list-group-item border-dark">Communication and listening skills</li>
<li class="list-group-item border-warning">Knowledge</li>
<li class="list-group-item border-danger">Learning opportunity</li>
<li class="list-group-item border-primary">Giving back and Personal satisfaction</li>
<li class="list-group-item border-success">Certificate upon Completion</li>
</ul>
</div>
</div>
</div>
<div class="col">
<div class="card m-5 border-dark">
<div class="card-body ">
<h4 class="card-header bg-info text-white">For Mentee</h4>
<ul class="list-group list-group-flush">
<li class="list-group-item border-info">Learn the workplace routine</li>
<li class="list-group-item border-dark">Enhance skill development</li>
<li class="list-group-item border-warning">Networking</li>
<li class="list-group-item border-danger">Direction</li>
<li class="list-group-item border-primary">Problem-solving</li>
</ul>
</div>
</div>
</div>
</div>
<div class="text-center" style="font-size: large;"><i><b><a href="#">Click the link for detailed explanation of the
benefits</a></b></i></div>
</div>
<br /> <br /> <br /> <br />
<div class="d-flex justify-content-center">
<div class="contain">
<div class="timeline ">
<div class="start"></div>
</div>
<div class="entries">
<div class="entry project col">
<div class="dot"></div>
<div class="label">
<div class="time">
Jan 1, 2020
</div>
<div class="detail">
Launch
</div>
</div>
</div>
<div class="entry study col">
<div class="dot"></div>
<div class="label">
<div class="time">
Depends on Organisation
</div>
<div class="detail">
Registration
</div>
</div>
</div>
<div class="entry project col">
<div class="dot"></div>
<div class="label">
<div class="time">
Two weeks after Registration
</div>
<div class="detail">
Pairing
</div>
</div>
</div>
<div class="entry study col">
<div class="dot"></div>
<div class="label">
<div class="time">
Weekly
</div>
<div class="detail">
Feedback/Check-up
</div>
</div>
</div>
<div class="entry project col">
<div class="dot"></div>
<div class="label">
<div class="time">
Semester Ending
</div>
<div class="detail">
End
</div>
</div>
</div>
</div>
</div>
</div>
<!-- sign up start ============================================================================== -->
<br />
<!-- sign up end ============================================================================== -->
<!-- partnerhip start ============================================================================== -->
<section id="team" class="section-content bg2 " style="position: relative; ">
<div class="container">
<div class="row">
<!-- Section Title -->
<div class="text-center section-title item_bottom " style="opacity: 1; bottom: 0px;">
<div>
<span class="fa fa-users fa-2x"></span>
</div>
<h1 class="d-flex justify-content-center"><span>Our Partners include</span></h1>
</div>
<!-- End Section Title -->
</div>
<div class="row">
<div class="col"><img src="./img/SOSSA.jpeg"> </div>
<div class="col"><img src="./img/ULES.jpeg"> </div>
</div>
</div>
</section>
<!-- partnership end ============================================================================== -->
<!-- meet the team start ============================================================================== -->
<section id="team" class="section-content bg2 " style="position: relative; ">
<div class="container">
<div class="row">
<!-- Section Title -->
<div class="text-center section-title item_bottom " style="opacity: 1; bottom: 0px;">
<div>
<span class="fa fa-users fa-2x"></span>
</div>
<h1>Our <span>Team</span></h1>
</div>
<!-- End Section Title -->
</div>
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12">
<!-- member 1 -->
<div class="member_item">
<div class="member_img">
<img src="./img/Anthony.jpg" alt="" class="img-responsive">
</div>
<div class="member_descr center">
<div class="member_name">
Kromate
</div>
<div class="member_post">
Founder
</div>
<div class="member_social">
<a class="facebook" href="#"><i class="fa fa-facebook"></i></a>
<a class="twitter" href="https://twitter.com/kromate_24"><i class="fa fa-twitter"></i></a>
<a class="gplus" href="#"><i class="fa fa-google-plus"></i></a>
</div>
<div class="member_about">
Created this program as a way for him to give back to the community of students and ensure progress both
academically and mentally
</div>
<div class="skill-member">
<ul class="skillBar">
<li>
<div class="skillBg">
<span data-width="90" style="width: 90%;"><strong>Leadership 90%</strong></span>
</div>
</li>
<li>
<div class="skillBg">
<span data-width="70" style="width: 70%;"><strong>Programming 70%</strong></span>
</div>
</li>
<li>
<div class="skillBg">
<span data-width="90" style="width: 90%;"><strong>Communication 90%</strong></span>
</div>
</li>
<li>
<div class="skillBg">
<span data-width="70" style="width: 70%;"><strong>Creative 75%</strong></span>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<!-- member 2 -->
<div class="member_item">
<div class="member_img">
<img src="./img/Harith.jpg" alt="" class="img-responsive">
</div>
<div class="member_descr center">
<div class="member_name">
Harith
</div>
<div class="member_post">
Director
</div>
<div class="member_social">
<a class="facebook" href="#"><i class="fa fa-facebook"></i></a>
<a class="twitter" href="https://twitter.com/onigemoT_osin"><i class="fa fa-twitter"></i></a>
<a class="gplus" href="#"><i class="fa fa-google-plus"></i></a>
</div>
<div class="member_about">
He his calm, gentle and intelligent, His passion and love for others makes him the perfect Leader for
the project
</div>
<div class="skill-member">
<ul class="skillBar">
<li>
<div class="skillBg">
<span data-width="80" style="width: 80%;"><strong>Creative 90%</strong></span>
</div>
</li>
<li>
<div class="skillBg">
<span data-width="70" style="width: 70%;"><strong>Leadership 90%</strong></span>
</div>
</li>
<li>
<div class="skillBg">
<span data-width="90" style="width: 90%;"><strong>Communication 75%</strong></span>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<!-- member 3 -->
<div class="member_item">
<div class="member_img">
<img src="./img/Heritage.jpeg" alt="" class="img-responsive">
</div>
<div class="member_descr center">
<div class="member_name">
Heritage
</div>
<div class="member_post">
Co-Director
</div>
<div class="member_social">
<a class="facebook" href="#"><i class="fa fa-facebook"></i></a>
<a class="twitter" href="https://twitter.com/HeritageAlabi1"><i class="fa fa-twitter"></i></a>
<a class="gplus" href="#"><i class="fa fa-google-plus"></i></a>
</div>
<div class="member_about">
Calm, Unique and an awkward ambivent, combining both Beauty, Brains and Skills she soars for greatness .
making her the perfect Co-Director
</div>
<div class="skill-member">
<ul class="skillBar">
<li>
<div class="skillBg">
<span data-width="80" style="width: 80%;"><strong>Leadership 80%</strong></span>
</div>
</li>
<li>
<div class="skillBg">
<span data-width="70" style="width: 70%;"><strong>Communication 70%</strong></span>
</div>
</li>
<li>
<div class="skillBg">
<span data-width="90" style="width: 90%;"><strong>Skills 70%</strong></span>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- meet the team end ============================================================================== -->
<!-- Default form contact -->
<form name="submit-to-google-sheet" id="contact_form" class="text-center border border-light p-5" >
<p class="h4 mb-4">Contact us</p>
<!-- Name -->
<input type="text" id="defaultContactFormName" name="Full_name" class="form-control mb-4" placeholder="Name">
<!-- Email -->
<input type="email" id="defaultContactFormEmail" name="Email" class="form-control mb-4" placeholder="E-mail">
<!-- Subject -->
<label>Subject</label>
<select class="browser-default custom-select mb-4">
<option value="" disabled>Choose option</option>
<option value="feedback" id="feedback" name="Subject" selected>Feedback</option>
<option value="report" id="report" name="Subject">Report a bug</option>
<option value="feature" id="feature" name="Subject">Feature request</option>
</select>
<!-- Message -->
<div class="form-group">
<textarea class="form-control rounded-0" id="exampleFormControlTextarea2" rows="3" name="Message" placeholder="Message"></textarea>
</div>
<!-- Send button -->
<button class="btn btn-info btn-block" type="submit">Send</button>
</form>
<script src="https://wzrd.in/standalone/formdata-polyfill"></script>
<script src="https://wzrd.in/standalone/promise-polyfill@latest"></script>
<script src="https://wzrd.in/standalone/whatwg-fetch@latest"></script>
<script src="./js/jquery.min.js"></script>
<script src="./js/bootstrap.bundle.min.js"></script>
<script src="jquery.min.js"></script>
<script src="jquery.serialize-object.min.js"></script>
<script>
const form = document.forms['submit-to-google-sheet']
// var $form = $('form#kmp_form'),
const scriptURL = 'https://script.google.com/macros/s/AKfycbyvS9mC-j7VcD9tXl4wWKjy5sA8nmE5kCoTkDHoPeFiFSOrBrV1/exec'
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form) })
.then(response => alert('Submitted!', response))
.catch(error => alert('Error!', error.message))
})
</script>
</body>
</html>