forked from fazil2915/swaradh-farewell-2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
607 lines (526 loc) · 21.7 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
606
607
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TinkerHub KMCTCE</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>
<body>
<!--Navbar-->
<nav class="navbar navbar-expand-lg navbar-light">
<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" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link nav-span active" href="index.html">Home <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link nav-span" href="#section-events">Events</a>
<a class="nav-item nav-link nav-span" href="resources.html">Resources</a>
<a class="nav-item nav-link nav-span" href="#about-us">About us</a>
</div>
</div>
<a class="navbar-brand pull-right"><img class="nav-logo" src="images/thkmctceLogo.png" alt=""></a>
</nav>
<!--Home Section-->
<header class="section-home">
<div class="center">
<div class="text-box">
<h1 class="home-heading">
<span class="home-heading__1">Tinkerhub</span>
<span class="home-heading__2">KMCTCE</span>
</h1>
<p class="home-para">A community dedicated to peer-to-peer learning and connecting students with resources. We
provide students with opportunity to study, grow, and expand their technical abilities.</p>
</div>
<div class="btn-wrapper">
<a href=" #section-register" class="button">Join now</a>
</div>
<div>
<img class="hero-img" src="images/5551.jpg" alt="">
</div>
</div>
</header>
<hr>
<!--About us-->
<section id="about-us">
<div class="container">
<h2 class="section-heading">About us</h2>
<div class="row">
<div class="col-md-6">
<div class="mission-box1">
<h3 class="about-us-heading">
Our mission
</h3>
<p class="mission-para">Tinkerhub’s mission is to empower people, whether it be a student or a
tech-enthusiast, by giving them an opportunity to learn emerging technology skill sets which would
accelerate innovation within one’s learning path, and make them future ready tech-talents. By pursuing
this mission, the Foundation aims at creating a focussed platform to accelerate learning of skills to be
on par with the global technology ecosystem and the new global workplace. Tinkerhub works as a community
of enthusiasts that focuses on nurturing co-creation and catalysing a technology learning culture through
peer-to-peer or reciprocal learning.</p>
</div>
</div>
<div class="col-md-6 pic-col">
<img class="about-us__image" src="images/mission.png" alt="">
</div>
</div>
<div class="row">
<div class="col-md-6 pic-col">
<img class="about-us__image" src="images/vision-bgrm.png" alt="">
</div>
<div class="col-md-6">
<div class="mission-box1">
<h3 class="about-us-heading">
Our Vision
</h3>
<p class="mission-para">Thus by equipping individuals with future technologies, the foundation aims at
creating a potent workforce, capable of unlocking the vast reservoir of untapped potential, in the form of
creativity and innovation that the youth of the 21st century holds. Choice is the greatest luxury one can
have; and to exercise that, it is only imperative that we arm each and every student with the right
options to choose. By improving specific learning outcomes, Tinkerhub essentially places People First by
empowering these individuals with technology education and skill sets, to make sustainable choices and
multi-dimensional solutions, that the complex new world needs.</p>
</div>
</div>
</div>
</div>
</section>
<hr>
<!-- <div class="card-box1">
<div class="commitee-text-box">
<h2 class="commitee">Commitee</h2>
</div>
<div class="card-commitee">
<div class="commitee-content">
<div class="commitee-img-box">
<img src="images/team/Basith-assets/Basith.png" alt="" class="commitee-img">
</div>
<div class="commitee-details">
<h5 class="commitee-name">Basith</h5>
<h3 class="commitee-role">Co -leader</h3>
</div>
<div class="commitee-contact">
<a href="#"><i class="fas fa-phone"></i></a>
<a href="#"><i class="fas fa-envelope"></i></a>
</div>
</div>
</div>
<div class="card-commitee">
<div class="commitee-content">
<div class="commitee-img-box">
<img src="images/team/Basith-assets/Basith.png" alt="" class="commitee-img">
</div>
<div class="commitee-details">
<h5 class="commitee-name">Basith</h5>
<h3 class="commitee-role">Co -leader</h3>
</div>
<div class="commitee-contact">
<a href="#"><i class="fas fa-phone"></i></a>
<a href="#"><i class="fas fa-envelope"></i></a>
</div>
</div>
</div>
<div class="card-commitee">
<div class="commitee-content">
<div class="commitee-img-box">
<img src="images/team/Basith-assets/Basith.png" alt="" class="commitee-img">
</div>
<div class="commitee-details">
<h5 class="commitee-name">Basith</h5>
<h3 class="commitee-role">Co -leader</h3>
</div>
<div class="commitee-contact">
<a href="#"><i class="fas fa-phone"></i></a>
<a href="#"><i class="fas fa-envelope"></i></a>
</div>
</div>
</div>
<div class="card-commitee">
<div class="commitee-content">
<div class="commitee-img-box">
<img src="images/team/Basith-assets/Basith.png" alt="" class="commitee-img">
</div>
<div class="commitee-details">
<h5 class="commitee-name">Basith</h5>
<h3 class="commitee-role">Co -leader</h3>
</div>
<div class="commitee-contact">
<a href="#"><i class="fas fa-phone"></i></a>
<a href="#"><i class="fas fa-envelope"></i></a>
</div>
</div>
</div>
</div> -->
<!--Section Wedo-->
<section class="section-wedo">
<div class="container">
<h2 class="section-heading">Things we do</h2>
<div class="title-img-box">
<img src="images/wedo.png" alt="">
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="card">
<div class="card-body">
<i class="fas fa-tools icon-wedo"></i>
<h5 class="card-title">Skills Enhancement</h5>
<p class="card-text">We aim at providing the opportunity and knowledge to develop the necessary skills to
gain experience in your desired fields through our experienced instructors.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card">
<div class="card-body">
<i class="fas fa-users icon-wedo"></i>
<h5 class="card-title">Meetups</h5>
<p class="card-text">We hold regular gatherings to foster deep ties among our members and to promote
peer-to-peer learning.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card">
<div class="card-body">
<i class="fas fa-people-carry icon-wedo"></i>
<h5 class="card-title">Bootcamps</h5>
<p class="card-text">Our bootcamps provide intensive training for students that include practice sessions
and training assignments.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card">
<div class="card-body">
<i class="fas fa-handshake icon-wedo"></i>
<h5 class="card-title">Networking</h5>
<p class="card-text">Join in on our workshops, talks, interactive sessions and a lot more to pick up a new
skill or to enhance your skill through our well educated instructors.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card">
<div class="card-body">
<i class="fas fa-chalkboard-teacher icon-wedo"></i>
<h5 class="card-title">Webinars</h5>
<p class="card-text">We frequently host informative and interactive webinar sessions to provide excellent
education to our students.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card">
<div class="card-body">
<i class="fas fa-user-friends icon-wedo"></i>
<h5 class="card-title">Mentoring and support</h5>
<p class="card-text">We provide outstanding support to students as they progress through their technical
education. We offer step-by-step instructions and 24/7 support.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<hr>
<!--Section Team-->
<section class="section-team">
<div class="container">
<h2 class="section-heading">Meet our team</h2>
<div class="title-img-box">
<img src="images/team.png" alt="">
</div>
<div class="row">
<div class="col-lg-3 col-sm-6 ">
<div class="team-card">
<div class="img-wrapper">
<img src="images/team/Anjana.png" alt="">
</div>
<h5 class="team-name">Anjana V</h5>
<h6 class="team-role">Campus Lead</h6>
</div>
<div class="team-card">
<div class="img-wrapper">
<img src="images/team/Rashad.png" alt="">
</div>
<h5 class="team-name">Rashad Hameed</h5>
<h6 class="team-role">Co - Campus Lead</h6>
</div>
</div>
<div class="col-lg-3 col-sm-6 ">
<div class="team-card">
<div class="img-wrapper">
<img src="images/team/Fazil.png" alt="">
</div>
<h5 class="team-name">Fazil Rahman</h5>
<h6 class="team-role">Tech Lead</h6>
</div>
<div class="team-card">
<div class="img-wrapper">
<img src="images/team/Lulu.png" alt="">
</div>
<h5 class="team-name">Lulu Sherin</h5>
<h6 class="team-role">Co - Tech Lead</h6>
</div>
</div>
<div class="col-lg-3 col-sm-6 ">
<div class="team-card">
<div class="img-wrapper">
<img src="images/team/Nihal.png" alt="">
</div>
<h5 class="team-name">Nihalurrahiyan</h5>
<h6 class="team-role">Media Lead</h6>
</div>
<div class="team-card">
<div class="img-wrapper">
<img src="images/team/Basith.png" alt="">
</div>
<h5 class="team-name">Basith P</h5>
<h6 class="team-role">Co - Media Lead</h6>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="team-card">
<div class="img-wrapper">
<img src="images/team/Aneeka.png" alt="">
</div>
<h5 class="team-name">Aneeka S</h5>
<h6 class="team-role">Content Team</h6>
</div>
<div class="team-card">
<div class="img-wrapper">
<img src="images/team/Mayoosha.png" alt="">
</div>
<h5 class="team-name">Mayoosha</h5>
<h6 class="team-role">Content Team </h6>
</div>
</div>
</div>
</div>
</section>
<!--Section counter-->
<section class="counter">
<div class="row">
<div class="col-md-3">
<h3 class="counter-number">23</h2>
<h4 class="counter-area">PROGRAMES</h4>
</div>
<!-- <div class="col-md-3">
<img class="circle-" src="images/circle-dec.png" alt="">
</div> -->
<div class="col-md-3">
<h3 class="counter-number">194</h2>
<h4 class="counter-area">MEMBERS</h4>
</div>
<div class="col-md-3">
<h3 class="counter-number">126</h2>
<h4 class="counter-area">PROJECTS</h4>
</div>
<div class="col-md-3">
<h3 class="counter-number">2837</h2>
<h4 class="counter-area">PARTICIPANTS</h4>
</div>
</div>
</section>
<!-- carousel -->
<div class="container mt-5">
<div id="carouselEvents" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselEvents" data-slide-to="0" class="active"></li>
<li data-target="#carouselEvents" data-slide-to="1"></li>
<li data-target="#carouselEvents" data-slide-to="2"></li>
<li data-target="#carouselEvents" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="/images/IMG_2855.JPG" class="d-block carousel-photo w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>ELEMENTA 2021</h5>
</div>
</div>
<div class="carousel-item">
<img src="/images/IMG_2655.jpg" class="d-block carousel-photo w-100" alt="...">
</div>
<div class="carousel-item">
<img src="/images/IMG_2752.JPG" class="d-block carousel-photo w-100" alt="...">
</div>
<div class="carousel-item">
<img src="/images/IMG_2860.JPG" class="d-block carousel-photo w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>OUR TEAM</h5>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselEvents" 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="#carouselEvents" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!--Section Events-->
<section id="section-events">
<div class="container">
<h2 class="section-heading">Our Journey</h2>
<div class="row event-image-box">
<img src="images/5836.jpg" alt="" class="event-img">
</div>
<div class="timeline-items">
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">08 October 2021</div>
<div class="timeline-content">
<h3 class="h3-timeline">Hacktoberfest 2021 Kickoff
</h3>
<p>A session handled by Liyas Thomas, Founder and CEO of Hoppscotch (Open source API development ecosystem).
He was one of the 15 recipients of GitHub open source Grants from India. He was also the User Interface
Designer at Appwrite.
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">24 September 2021</div>
<div class="timeline-content">
<h3 class="h3-timeline">What.py</h3>
<p> an exciting foundation session on Python called What.py, led by Mr. Shaheen Hyder, CEO of Pygrammers.
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">21 August 2021</div>
<div class="timeline-content">
<h3 class="h3-timeline">Thi̱sav̱rós
</h3>
<p>
Section on resume preparation by Mr. Udesh Udayakumar, a Google Cloud Consultant at Deloitte India.
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">12 August 2021</div>
<div class="timeline-content">
<h3 class="h3-timeline">Odi̱gía
</h3>
<p>
Session of making engaging presentations by Ms. Nafeela N, WIT Leat at KMEA Engineering College.
</p>
</div>
</div>
</div>
</div>
</section>
<hr>
<!--Registration-->
<section id="section-register">
<div class="container">
<h2 class="section-heading">Join us</h2>
<form action="https://sheetdb.io/api/v1/89shybdz7wdpo" method="POST" class="form" id="sheetdb-form">
<div class="form-group">
<label for="name">Name</label>
<input type="text" class="form-control" id="name" placeholder="Full name" name="data[Name]"
required="required">
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" class="form-control" id="email" placeholder="Your email" name="data[Email]"
required="required">
</div>
<div class="form-group">
<label for="phoneNo">Phone number</label>
<input type="tel" class="form-control" id="phoneNo" placeholder="Your WhatsApp number" name="data[Phone_no]"
required="required">
</div>
<div class="form-group">
<label for="year">Year</label>
<select class="form-control" name="data[year]" id="year" required>
<option value="" disabled selected>select a option</option>
<option value="1">1st</option>
<option value="2">2nd</option>
<option value="3">3rd</option>
<option value="4">4th</option>
</select>
</div>
<div class="form-group">
<label for="dept">Department</label>
<select class="form-control" name="data[Department]" id="dept" required>
<option value="" disabled selected>select a option</option>
<option value="CSE">CSE</option>
<option value="IT">IT</option>
<option value="CE">CE</option>
<option value="EC">EC</option>
<option value="EEE">EEE</option>
<option value="AE">AE</option>
<option value="ME">ME</option>
<option value="AU">AU</option>
</select>
</div>
<button class="button" type="submit">Submit</button>
</div>
</form>
</section>
<!--Footer Section-->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<ul class="social">
<li><a href="https://www.youtube.com/c/tinkerhubkmctce"><i class="fab fa-youtube"></i></a></li>
<li><a href="https://www.instagram.com/tinkerhubkmctce/"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/company/tinkerhub-kmctce/"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://github.com/TinkerHubKMCTCE"><i class="fab fa-github"></i></a></li>
<li><a href="https://discord.gg/tFGrpBeH"><i class="fab fa-discord"></i></a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p class="copyright">COPYRIGHT © TinkerHub KMCTCE</p>
</div>
</div>
</div>
</footer>
<!--js-->
<!-- Global Init -->
<script>
var form = document.getElementById('sheetdb-form');
form.addEventListener("submit", e => {
e.preventDefault();
fetch(form.action, {
method: "POST",
body: new FormData(document.getElementById("sheetdb-form")),
}).then(
response => response.json()
).then((html) => {
alert('Your details have added successfully!\n press ok to join our whatsapp group.');
window.location = "https://chat.whatsapp.com/CbgSzXWwxCp8K1KlXWTm5m";
})
});
</script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>