-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
605 lines (503 loc) · 33.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">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Build For Kerala</title>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<!-- CSS FILES -->
<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=Outfit:wght@100;200;400;700&display=swap" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-icons.css" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<!-- <script async src="https://api.countapi.xyz/hit/buildforkerala.com/f4466bfe-5e81-42a6-b1e7-0e80267cbe3d?callback=websiteVisits"></script> -->
</head>
<body>
<main>
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/foss.png" alt="Logo" class="img-fluid">
<span style="padding: 10px;"></span>
<img src="images/foss_united.svg" alt="Logo" class="img-fluid">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav align-items-lg-center ms-auto me-lg-5">
<li class="nav-item">
<a class="nav-link click-scroll" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#schedule">Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#tracks">Tracks</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="hero-section" id="home">
<div class="section-overlay"></div>
<div class="container d-flex justify-content-center align-items-center">
<div class="row">
<div class="col-12 mt-auto mb-5 text-center">
<small>FOSS GECT & FOSS UNITED Presents</small>
<h1 class="text-white mb-5">Build For Kerala</h1>
<h4 style="color: orange;">Prize Worth 10K</h4>
<br>
<br>
<a class="btn custom-btn smoothscroll" href="https://bit.ly/BuildForKerala" target="_blank" rel="noopener noreferrer" style="font-size: 1.5rem;">Register Now</a>
</div>
<div class="mt-auto flex-column flex-lg-row text-center info">
<!-- <div class="date-wrap">
<h5 class="text-white">
<i class="custom-icon bi-clock me-2"></i>
TBA
</h5>
</div>
<div class="location-wrap mx-auto py-3 py-lg-0">
<h5 class="text-white">
<i class="custom-icon bi-geo-alt me-2"></i>
Government Engineering College, Thrissur
</h5>
</div> -->
<div class="social-share">
<ul class="social-icon d-flex align-items-center justify-content-center">
<span class="text-white me-3">Follow On:</span>
<!-- <li class="social-icon-item">
<a href="https://www.facebook.com/" class="social-icon-link">
<span class="bi-facebook"></span>
</a>
</li> -->
<li class="social-icon-item">
<a href="https://twitter.com/fossgect" class="social-icon-link">
<span class="bi-twitter"></span>
</a>
</li>
<li class="social-icon-item">
<a href="https://www.instagram.com/fossgect" class="social-icon-link">
<span class="bi-instagram"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="about-section section-padding" id="about">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12 mb-4 mb-lg-0 d-flex align-items-center">
<div class="services-info">
<h2 class="text-white mb-4">About Build For Kerala</h2>
<p class="text-white">
Kerala has faced its fair share of challenges, but we are a state of resilience and innovation. As a generation who finds solutions to most challenges with the aid of technology we are looking for young minds who wanna bring a change to our state. Come together with other problem solvers and build solutions for water scarcity, education, crime, and more. Sign up today to spread your idea, build it with the help of mentors and share it to the world of open source, thereby being the change you want to see.
<br>Together, we can build a better Kerala.
</p>
<h4 class="text-white mt-4">About FOSS GECT</h4>
<p class="text-white">
This pivotal technical club of GECT has always sparked the latest technologies and has planted plenty of innovative ideas inside the tech/ non tech brains of this college.
FOSS GECT has impacted the interests of a lot of newbies in this technologically critical era.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="schedule-section section-padding" id="schedule">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="text-black mb-4">Event Schedule</h1>
</div>
<div class="row">
<div class="col-md-12 col-md-offset-0">
<ul class="timeline animate-box">
<li class="animate-box">
<div class="timeline-badge" style="background-image:url(images/idea_submission.jpeg);"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">Idea Submission opens</h3>
<span class="date">September 01 - 08, 2023</span>
</div>
<div class="timeline-body">
<p>Idea submission is now open! You may have noticed the numerous challenges that our state, Kerala, faces across various domains—whether it's healthcare, transportation, education, or any other significant issue. As a generation that strives to address these problems through technological means, you likely have come up with numerous solutions. Through Build For Kerala, we are providing you with a platform to share your thoughts and collaborate with like-minded individuals to transform your ideas into reality. During the initial phase, you have the opportunity to submit your ideas while completing the registration process.</p>
</div>
</div>
</li>
<li class="timeline-inverted animate-box">
<div class="timeline-badge" style="background-image:url(images/shortlisted_announcement.jpeg);"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">Shortlisted Team Announcement</h3>
<span class="date">September 10, 2023</span>
</div>
<div class="timeline-body">
<p>Your ideas will be reviewed and shortlisted by the team. Once this process is completed, we will announce the shortlisted teams and notify them in person.</p>
</div>
</div>
</li>
<li class="animate-box">
<div class="timeline-badge" style="background-image:url(images/one_to_one_mentoring.jpeg); "></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">One to One Mentoring</h3>
<span class="date">September 10, 2023 - Online</span>
</div>
<div class="timeline-body">
<p>The shortlisted team will have a meeting with our mentors who will provide you with a deeper understanding of your ideas and guide you in building your project. You can stay connected throughout the project development phase.</p>
</div>
</li>
<li class="timeline-inverted animate-box">
<div class="timeline-badge" style="background-image:url(images/final_presentation.jpeg); "></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">Final Presentation</h3>
<span class="date">September 23, 2023 - Online</span>
</div>
<div class="timeline-body">
<p>All the shortlisted teams will be required to make a final presentation of their product before the judges. It's not mandatory for the product to be fully completed; you can showcase the work you have done. The winners will be announced, and the top 5 projects will be shared with the community as open-source projects, with the aim of accepting contributions and further developing a complete product.</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="artists-section section-padding" id="tracks">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<h2 class="mb-4">Tracks</h1>
</div>
<div class="col-lg-10 col-12">
<div class="row">
<div class="col-md-6">
<div class="artists-thumb">
<div class="artists-image-wrap position-relative d-flex justify-content-center">
<img src="images/healthcare.jpeg" class="artists-image img-fluid">
<div class="position-absolute m-3 top-0 head-div bg-danger rounded-3 event-red">
<h2 class="text-center text-white p-2 font-5">HEALTHCARE</h2>
</div>
</div>
<div class="artists-hover">
<p>In the Healthcare track, participants will focus on developing innovative solutions to address challenges in the medical field. This could involve creating new technologies for telemedicine, improving patient data security, enhancing diagnostic accuracy with AI, and finding ways to streamline medical supply chains. Join this track to make a meaningful impact on healthcare delivery and patient well-being.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="artists-thumb">
<div class="artists-image-wrap position-relative d-flex justify-content-center">
<img src="images/education.jpeg" class="artists-image img-fluid">
<div class="position-absolute m-2 top-0 head-div bg-primary rounded-3 event-blue">
<h2 class="text-center text-white p-2 font-5">EDUCATION</h2>
</div>
</div>
<div class="artists-hover">
<p>The Education track invites participants to reimagine the future of learning. From creating interactive learning platforms and personalized education tools to enhancing access to quality education for all, this track is dedicated to shaping the next generation of educational experiences. Join us to revolutionize the way knowledge is shared and acquired.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="artists-thumb">
<div class="artists-image-wrap position-relative d-flex justify-content-center">
<img src="images/environmental_sustainability.jpeg" class="artists-image img-fluid">
<div class="position-absolute m-2 top-0 head-div bg-primary rounded-3 event-blue">
<h2 class="text-center text-white p-2 font-5">ENVIRONMENTAL SUSTAINABILITY</h2>
</div>
</div>
<div class="artists-hover">
<p>In the Environmental Sustainability track, participants will tackle pressing environmental issues. This could involve developing solutions for renewable energy, waste reduction, sustainable transportation, and ecosystem preservation. Join this track to contribute to a greener and more sustainable future for our planet..</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="artists-thumb">
<div class="artists-image-wrap position-relative d-flex justify-content-center">
<img src="images/social_justice.jpeg" class="artists-image img-fluid">
<div class="position-absolute m-2 top-0 head-div bg-primary rounded-3 event-blue">
<h2 class="text-center text-white p-2 font-5">SOCIAL JUSTICE & EQUALITY</h2>
</div>
</div>
<div class="artists-hover">
<p>The Social Justice and Equity track aims to address systemic inequalities and promote inclusivity. Participants in this track will work on solutions that foster social equity, reduce discrimination, and ensure equal access to resources and opportunities for all individuals, regardless of their background or identity.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="artists-thumb">
<div class="artists-image-wrap position-relative d-flex justify-content-center">
<img src="images/agriculture.jpeg" class="artists-image img-fluid">
<div class="position-absolute m-2 top-0 head-div bg-primary rounded-3 event-blue">
<h2 class="text-center text-white p-2 font-5">AGRICULTURE & FOOD SECURITY</h2>
</div>
</div>
<div class="artists-hover">
<p>The Agriculture and Food Security track is focused on transforming the food production and distribution systems. Participants will develop solutions to enhance crop yield, optimize farming practices, ensure food safety, and improve access to nutritious food in both urban and rural areas. Join us to contribute to global food security and sustainable agriculture.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="artists-thumb">
<div class="artists-image-wrap position-relative d-flex justify-content-center">
<img src="images/open_hardware.jpeg" class="artists-image img-fluid">
<div class="position-absolute m-2 top-0 head-div bg-primary rounded-3 event-blue">
<h2 class="text-center text-white p-2 font-5">OPEN HARDWARE</h2>
</div>
</div>
<div class="artists-hover">
<p>Open hardware involves collaborative, transparent design, sharing, and distribution of physical products, especially electronics. It provides open access to design specs, schematics, and documentation, fostering innovation, customization, and community engagement. Like open-source software, it encourages sharing, learning, and technological advancement through collective effort.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="artists-thumb">
<div class="artists-image-wrap position-relative d-flex justify-content-center">
<img src="images/open_innovation.jpeg" class="artists-image img-fluid">
<div class="position-absolute m-2 top-0 head-div bg-primary rounded-3 event-blue">
<h2 class="text-center text-white p-2 font-5">OPEN INNOVATION</h2>
</div>
</div>
<div class="artists-hover">
<p>The Open Innovation track encourages participants to think outside the box and explore cross-disciplinary solutions. This track is for those who want to tackle challenges that span multiple domains, embracing a collaborative approach to find unique and effective solutions that might not fit neatly into other tracks.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="guidelines-section section-padding " id="guidelines">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<h2 class="mb-5 text-white">General Guidelines</h2>
</div>
<div class="guideDiv">
<div class=" fs-1">
<div>
<h3 class="mb-4 text-white">What you can work on:</h3>
<ul class=" fs-1">
<li> A new FOSS app, tool, or library that can solve the problem that you found.</li>
<li>It can be an open source alternative to any existing popular app or service.</li>
<li>Design projects: Redesign of an existing FOSS application, to deliver the best solution to a challenge</li>
</ul>
</div>
<div>
<h3 class="mb-4 text-white">What you should not work on:</h3>
<ul>
<li> An app or project that extensively uses proprietary service or API.</li>
<li>Yet another Keras model on available dataset.</li>
<li>A simple CRUD application.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="partners-section section-padding" id="section_7">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<h2 class="mb-4">Our Community Partners</h2>
</div>
<div class="col-md-4 gdg partners">
<img src="./images/gdg.jpg" alt="gdg">
</div>
<div class="col-md-4 aws partners">
<img src="./images/aws.png" alt="aws">
</div>
<div class="col-md-4 tinkerhub partners">
<img src="./images/thub.png" alt="tinkerhub">
</div>
</div>
</div>
</section> -->
<section class="contact-section section-padding" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-12 mx-auto">
<h2 class="text-center mb-4">Interested? Let's talk</h2>
<nav class="d-flex justify-content-center">
<div class="nav nav-tabs align-items-baseline justify-content-center" id="nav-tab"
role="tablist">
<button class="nav-link active" id="nav-ContactForm-tab" data-bs-toggle="tab"
data-bs-target="#nav-ContactForm" type="button" role="tab"
aria-controls="nav-ContactForm" aria-selected="false">
<h5>Contact Form</h5>
</button>
<button class="nav-link" id="nav-ContactMap-tab" data-bs-toggle="tab"
data-bs-target="#nav-ContactMap" type="button" role="tab"
aria-controls="nav-ContactMap" aria-selected="false">
<h5>Google Maps</h5>
</button>
</div>
</nav>
<div class="tab-content shadow-lg mt-5" id="nav-tabContent">
<div class="tab-pane fade show active" id="nav-ContactForm" role="tabpanel"
aria-labelledby="nav-ContactForm-tab">
<form class="custom-form contact-form mb-5 mb-lg-0" action="javascript:void(0);" method="post"
role="form">
<div class="contact-form-body">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<input type="text" name="contact-name" id="contact-name"
class="form-control" placeholder="Full name" required>
</div>
<div class="col-lg-6 col-md-6 col-12">
<input type="email" name="contact-email" id="contact-email"
pattern="[^ @]*@[^ @]*" class="form-control"
placeholder="Email address" required>
</div>
</div>
<input type="text" name="contact-company" id="contact-company"
class="form-control" placeholder="Company" required>
<textarea name="contact-message" rows="3" class="form-control"
id="contact-message" placeholder="Message"></textarea>
<div class="col-lg-4 col-md-10 col-8 mx-auto">
<button type="submit" class="form-control form-btn">Send message</button>
</div>
</div>
</form>
</div>
<div class="tab-pane fade" id="nav-ContactMap" role="tabpanel"
aria-labelledby="nav-ContactMap-tab">
<iframe class="google-map"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3922.3149234209873!2d76.22247131486954!3d10.554510792472298!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ba7eee301ff400f%3A0x8851e3d8fc9c94f0!2sGovernment%20Engineering%20College%20-%20Thrissur%20(GECT)!5e0!3m2!1sen!2sin!4v1678905837567!5m2!1sen!2sin"
width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
<!-- You can easily copy the embed code from Google Maps -> Share -> Embed a map // -->
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="site-footer-top">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12">
<h2 class="text-white mb-lg-0">FOSS GECT</h2>
</div>
<div class="col-lg-6 col-12 d-flex justify-content-lg-end align-items-center">
<ul class="social-icon d-flex justify-content-lg-end">
<!-- <li class="social-icon-item">
<a href="#" class="social-icon-link">
<span class="bi-twitter"></span>
</a>
</li> -->
<!-- <li class="social-icon-item">
<a href="#" class="social-icon-link">
<span class="bi-apple"></span>
</a>
</li> -->
<li class="social-icon-item">
<a href="https://www.instagram.com/fossgect/" class="social-icon-link">
<span class="bi-instagram"></span>
</a>
</li>
<!-- <li class="social-icon-item">
<a href="#" class="social-icon-link">
<span class="bi-youtube"></span>
</a>
</li> -->
<li class="social-icon-item">
<a href="https://www.linkedin.com/company/fossgect/about/" class="social-icon-link">
<span class="bi-linkedin"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 col-12 mb-4 pb-2">
<h5 class="site-footer-title mb-3">Links</h5>
<ul class="site-footer-links">
<li class="site-footer-link-item">
<a href="#section_1" class="site-footer-link">Home</a>
</li>
<li class="site-footer-link-item">
<a href="#section_2" class="site-footer-link">About</a>
</li>
<li class="site-footer-link-item">
<a href="#section_3" class="site-footer-link">Tracks</a>
</li>
<!-- <li class="site-footer-link-item">
<a href="#section_4" class="site-footer-link">Schedule</a>
</li> -->
<li class="site-footer-link-item">
<a href="#section_6" class="site-footer-link">Contact</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-4 mb-lg-0">
<h5 class="site-footer-title mb-3">Have a question?</h5>
<p class="text-white d-flex mb-1">
<a href="tel: 9188305115" class="site-footer-link">
9188305115
</a>
</p>
<p class="text-white d-flex">
<a href="mailto:[email protected]" class="site-footer-link">
</a>
</p>
</div>
<div class="col-lg-3 col-md-6 col-11 mb-4 mb-lg-0 mb-md-0">
<h5 class="site-footer-title mb-3">Location</h5>
<p class="text-white d-flex mt-3 mb-2">
Government Engineering College, Thrissur 680009</p>
<a class="link-fx-1 color-contrast-higher mt-3" href="#section_6">
<span>Our Maps</span>
<svg class="icon" viewBox="0 0 32 32" aria-hidden="true">
<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round">
<circle cx="16" cy="16" r="15.5"></circle>
<line x1="10" y1="18" x2="16" y2="12"></line>
<line x1="16" y1="12" x2="22" y2="18"></line>
</g>
</svg>
</a>
</div>
</div>
</div>
<div class="site-footer-bottom">
<div class="container">
<div class="row copyright">
<div class="col-lg-3 col-12 mt-5">
<p class="copyright-text">Copyright © 2023 FOSS GECT</p>
</div>
</div>
</div>
</div>
</footer>
<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/custom.js"></script>
</body>
</html>