forked from fisatsdc/fsdc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
731 lines (714 loc) · 29 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
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
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>FSDC</title>
<!-- <link
rel="shortcut icon"
href="../images/fav_icon.png"
type="image/x-icon"
/> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
<!-- Bulma Version 0.7.4-->
<!-- <link rel="stylesheet" type="text/css" href="styles/debug.css" /> -->
<link rel="stylesheet" type="text/css" href="./css/bulma.min.css" />
<link rel="stylesheet" type="text/css" href="./css/nav-bar.css" />
<link rel="stylesheet" type="text/css" href="./css/hero.css" />
<link rel="stylesheet" type="text/css" href="./css/hero.css" />
<link rel="stylesheet" type="text/css" href="./styles/helpers.css" />
<link rel="stylesheet" type="text/css" href="./css/modal-fx.min.css" />
<link rel="stylesheet" type="text/css" href="./css/navbar-button.css" />
</head>
<body>
<!-- hackish way added bg color...add to css later -->
<section class="hero is-info is-fullheight is-bold" style="background: #0e4d92 !important;">
<div class="hero-head">
<nav class="navbar sticky" style="background: #0e4d92 !important">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" style="background: #0e4d92 !important;" href="#home">
<img src="images/fsdc_logo.png" alt="Logo" />
</a>
<!-- Our hamburger icon -->
<span class="navbar-burger burger" style="color: aqua;" data-target="menus">
<span></span>
<span></span>
<span></span>
</span>
</div>
<div id="menus" class="navbar-menu" style="background: #0e4d92;">
<div class="navbar-end">
<span class="navbar-item">
<div class="svg-wrapper has-text-centered">
<svg height="30" width="160" xmlns="http://www.w3.org/2000/svg">
<rect class="shape" height="30" width="160" />
</svg>
<a class="text" href="#mission">
<span class="icon">
<i class="fa fa-superpowers"></i>
</span>
<span>Mission</span>
</a>
</div>
</span>
<span class="navbar-item">
<div class="svg-wrapper has-text-centered">
<svg height="30" width="160" xmlns="http://www.w3.org/2000/svg">
<rect class="shape" height="30" width="160" />
</svg>
<a class="text" href="#division">
<span class="icon">
<i class="fa fa-building"></i>
</span>
<span>Our Divisions</span>
</a>
</div>
</span>
<span class="navbar-item">
<div class="svg-wrapper has-text-centered">
<svg height="30" width="160" xmlns="http://www.w3.org/2000/svg">
<rect class="shape" height="30" width="160" />
</svg>
<a class="text" href="#contact">
<span class="icon">
<i class="fa fa-book"></i>
</span>
<span>Contact Us</span>
</a>
</div>
</span>
<span class="navbar-item">
<div class="svg-wrapper has-text-centered">
<svg height="30" width="160" xmlns="http://www.w3.org/2000/svg">
<rect class="shape" height="30" width="160" />
</svg>
<a class="text" href="arduino.html">
<span class="icon">
<i class="fa fa-cogs"></i>
</span>
<span>Arduino Day</span>
</a>
</div>
</span>
</div>
</div>
</div>
</nav>
</div>
<div id="home" class="hero-body">
<div class="row container has-text-centered">
<h1 class="title">
Community of Innovation and Excellence
</h1>
<h2 class="subtitle">
We are a community of hardware and software developers belonging to
various departments of engineering who have come together to
assimilate, innovate and excel in the field of development.
</h2>
<a href="arduino.html" target="_blank" class="hover-button button is-warning is-large">
<span class="icon">
<i class="fa fa-cogs"></i>
</span>
<span>Arduino Day</span>
</a>
</div>
</div>
</section>
<section id="mission" class="container">
<div class="columns features is-multiline">
<div class="column is-4">
<div class="card is-shady">
<div class="card-image has-text-centered">
<i class="fa fa-paw"></i>
</div>
<div class="card-content">
<div class="content">
<h4>Opportunity</h4>
<p>
Provide oppurtunities to students in bringing their ideas and
projects into a reality by collaborating with others.
</p>
<p><a href="#">Learn more</a></p>
</div>
</div>
</div>
</div>
<div class="column is-4">
<div class="card is-shady">
<div class="card-image has-text-centered">
<i class="fa fa-empire"></i>
</div>
<div class="card-content">
<div class="content">
<h4>Work Experience</h4>
<p>
Furnish work experience and expertise in domains that one
chooses to work on using guidance from experts.
</p>
<p><a href="#">Learn more</a></p>
</div>
</div>
</div>
</div>
<div class="column is-4">
<div class="card is-shady">
<div class="card-image has-text-centered">
<i class="fa fa-github"></i>
</div>
<div class="card-content">
<div class="content">
<h4>Modern Technology</h4>
<p>
Introduce and make use of technologies which are highly
relevant in the modern world.
</p>
<p><a href="#">Learn more</a></p>
</div>
</div>
</div>
</div>
<div class="column is-4">
<div class="card is-shady">
<div class="card-image has-text-centered">
<i class="fa fa-heart"></i>
</div>
<div class="card-content">
<div class="content">
<h4>Solutions For You</h4>
<p>
To provide services for the betterment of the society and
build projects for clients.
</p>
<p><a href="#">Learn more</a></p>
</div>
</div>
</div>
</div>
<div class="column is-4">
<div class="card is-shady">
<div class="card-image has-text-centered">
<i class="fa fa-connectdevelop"></i>
</div>
<div class="card-content">
<div class="content">
<h4>Interconnectivity</h4>
<p>
Blend the concepts and technologies of both hardware and
software field.
</p>
<p><a href="#">Learn more</a></p>
</div>
</div>
</div>
</div>
<div class="column is-4">
<div class="card is-shady">
<div class="card-image has-text-centered">
<i class="fa fa-universal-access"></i>
</div>
<div class="card-content">
<div class="content">
<h4>Diversity</h4>
<p>
Colloborate with students from various branches of engineering
to develop quality products.
</p>
<p><a href="#">Learn more</a></p>
</div>
</div>
</div>
</div>
</div>
<!-- Services -->
<section class="container" id="division">
<div class="columns features is-multiline">
<div class="column is-4">
<div class="card is-shady">
<div class="card-image">
<figure class="image is-4by3">
<img src="images/hardware.jpg" alt="Placeholder image" class="modal-button"
data-target="modal-image2" />
</figure>
</div>
<div class="card-content">
<div class="content">
<h4>Hardware</h4>
<p>
We have a well-developed ecosystem for innovation in the
hardware domain, with the availability of exquisite lab
facilities for testing/simulating products and taking them
to market.
</p>
<span class="button is-link modal-button" data-target="modal-card-hardware">View more</span>
</div>
</div>
</div>
</div>
<!-- Software Development -->
<div class="column is-4">
<div class="card is-shady">
<div class="card-image">
<figure class="image is-4by3">
<img src="images/software.png" alt="butterfly image" class="modal-button"
data-target="modal-card-soft" />
</figure>
</div>
<div class="card-content modal-button" data-target="modal-card-soft">
<div class="content">
<h4>
Software Development
</h4>
<p>
We build cost-effective, high-quality & technology driven
products, by leveraging the power of open source tools, for
Web/Mobile, Linux & Custom Embedded Software, IOT, System
Programming, Cloud, Robotics, Automation and for the Open
Source Community.
</p>
<span class="button is-link modal-button">View More</span>
</div>
</div>
</div>
</div>
<!-- AI/ML -->
<div class="column is-4 modal-button" data-target="modal-image">
<div class="card is-shady">
<div class="card-image">
<figure class="image is-4by3">
<img src="images/ai-ml.jpeg" alt="Placeholder image" />
</figure>
</div>
<div class="card-content">
<div class="content">
<h4>AI/ML</h4>
<p>
Our AI/ML solutions focus mainly on Recommender Systems, AI
Tagging, AI Merchandizing, Object Detection Systems and
Speech Synthesis.
</p>
<span class="button is-link modal-button" data-target="modal-card-ai">View More</span>
</div>
</div>
</div>
</div>
<!-- Embedded Product Design -->
<div class="column is-4">
<div class="card is-shady">
<div class="card-image">
<figure class="image is-4by3">
<img src="images/embedded.jpg" alt="Placeholder image" />
</figure>
</div>
<div class="card-content">
<div class="content">
<h4>Embedded Product Design</h4>
<p>
With our strong expertise in the engineering of electronics,
firmware & software, we help the customer to realize their
vision of products.
</p>
<span class="button is-link modal-button" data-target="modal-card-embed">View More</span>
</div>
</div>
</div>
</div>
<!-- AR/VR -->
<div class="column is-4 modal-button" data-target="modal-card-ar">
<div class="card is-shady">
<div class="card-image">
<figure class="image is-4by3">
<img src="images/augmented-reality.jpg" alt="Placeholder image" />
</figure>
</div>
<div class="card-content">
<div class="content">
<h4>
AR/VR
</h4>
<p>
We primarily use Mobile Virtual Reality for helping in
visualizing architectural drawings using Immersive
techonology. We are also trying to close the gaps and
inefficiency in Real Estate sales process primarily by using
cutting-edge technology to augment the existing sales
process.
</p>
<span class="button is-link modal-button">View More</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CONTACT US -->
<section id="contact" class="section">
<div class="container">
<div class="columns">
<div class="column is-7">
<!--<div class="container">-->
<h2 class="title">Get in Touch</h2>
<form>
<div class="field is-horizontal">
<div class="field-body">
<div class="field">
<p class="control has-icons-left">
<input class="input" type="text" placeholder="Name" />
<span class="icon is-small is-left">
<i class="fa fa-user"></i>
</span>
</p>
</div>
</div>
</div>
<div class="field is-horizontal">
<div class="field-body">
<div class="field">
<p class="control has-icons-left has-icons-right">
<input class="input" type="email" placeholder="Email" />
<span class="icon is-small is-left">
<i class="fa fa-envelope"></i>
</span>
</p>
</div>
</div>
</div>
<div class="field is-horizontal">
<div class="field-body">
<div class="field">
<div class="control">
<textarea class="textarea" placeholder="Message us"></textarea>
</div>
</div>
</div>
</div>
<div class="field is-horizontal">
<div class="field-body">
<div class="field">
<div class="control">
<button class="button is-primary">
Send message
</button>
</div>
</div>
</div>
</div>
</form>
<!--</div>-->
</div>
<div class="column is-4 offset-class">
<h2 class="title">Connect with us</h2>
<p>
For support or any questions:
<br>
Email us at [email protected]
<br>
or call +91 7907157039
<br>
<br>
<strong>FISAT Student Developer Community (FSDC)</strong>
<br>
Federal Institute of Science And Technology,
<br>
Hormis Nagar, Mookkannoor P O,
<br>
Angamaly, Ernakulam,
<br>
Kerala, India,
<br>
Pin - 683 577
</p>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<p>
<a href="">
<i class="fa fa-github fa-2x"></i>
</a>
<a href="">
<i class="fa fa-twitter-square fa-2x"></i>
</a>
<a href="">
<i class="fa fa-snapchat fa-2x"></i>
</a>
<a href="">
<i class="fa fa-facebook-square fa-2x"></i>
</a>
</p>
</div>
</div>
</footer>
<!-- ===============
HERE BE MODALS
=============== -->
<!-- hardware-modal -->
<div id="modal-card-hardware" class="modal modal-fx-3dSlit">
<div class="modal-background"></div>
<div class="modal-content is-tiny">
<!-- content -->
<div class="card">
<div class="card-image">
<figure class="image is-4by3">
<img src="images/hardware.jpg" alt="Placeholder image" />
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-left">
<figure class="image is-48x48">
<img src="images/speakers/neeraj.jpeg" alt="neeraj p.m" />
</figure>
</div>
<div class="media-content">
<p class="title is-4">Neeraj P.M</p>
<p class="subtitle is-6">[email protected]</p>
</div>
</div>
<div class="content">
Neeraj P.M, presently working for Albertal Technology that is situated in Kochi and the current project
coordinator as
well as research assistant at Science and technology park and research centre FISAT and hardware engineer
for G'Xtron,
is the perfect leader for the hardware team of FSDC. He is exceptionally skilled and well experienced in
the field of
PCB, 3D printers, micro-controllers, arduino, laser engraver etc. His projects and products, from being in
his current
position and as a former student of FISAT, is still being widely used and made available for other
students to
contribute and develop.
<br>
<br>
<div class="media-content">
<p class="subtitle is-6">PROJECTS</p>
<ol>
<li>Ground station for satellite data collection</li>
<li>Laser engraver</li>
<li>IoT monitored and controlled 3D Printer</li>
<li>Multiple face recognition and data logging</li>
<li>Number plate recognition and data logging</li>
<li>Grazier robot</li>
<li>People counter</li>
<li>8*8*8 LED cube</li>
</ol>
</div>
<br>
<div class="media-content">
<p class="subtitle is-6">Contact</p>
<a href="https://www.linkedin.com/in/neeraj-pm-907b23130/">LinkedIn</a>
<br>
<a>[email protected]</a>
</div>
</div>
</div>
</div> <!-- end content -->
</div> <!-- end-modal -->
<!-- software-modal -->
<div id="modal-card-soft" class="modal modal-fx-3dSlit">
<div class="modal-background"></div>
<div class="modal-content is-tiny">
<!-- content -->
<div class="card">
<div class="card-image">
<figure class="image is-4by3">
<img src="images/software.png" alt="Placeholder image" />
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-left">
<figure class="image is-48x48">
<img src="images/speakers/yedhin.jpeg" alt="Yedhin" />
</figure>
</div>
<div class="media-content">
<p class="title is-4">Yedhin Kizhakkethara</p>
<p class="subtitle is-6">[email protected]</p>
</div>
</div>
<div class="content">
Yedhin Kizhakkethara (a.k.a ikigai), is a computer science student from FISAT, who is currently working
as a mentor for
the Cosmos Project in GSSoC'19, and also works with various organizations such as Android Lead at FISAT
Consultancy
Services(FCS), Core member of FISAT Free Software Cell and Tech Lead at ACM Student Chapter FISAT. His
extreme tinkering
skills, open source contributions, project management skills, combined with the passion for programming
primarily
focussing on performant and clean code, and with the love for *NIX family and philosophy is what makes
him the apt
candidate to lead the software development division. He has hands on experience in Robotics, Machine
Learnin, Image
Processing, Networking, Android, Web and Game Development.
<br>
<br>
<div class="media-content">
<p class="subtitle is-6">PROJECTS</p>
<ol>
<li>Social Robot : Can describe the objects which it sees. Mini Project.</li>
<li>Git Prompt : A fast and minimalistic prompt for terminal.</li>
<li>FCS App : Official app for FISAT Consultancy Services (FCS).</li>
<li>MoziKill : Game for awarness against Dengue. SIH 2017 Grand Final Project.</li>
<li>Dotfiles_Ikigai : Sane unix system configurations for better workflow.</li>
<li>KTU_Java : A comprehensive guide for teaching the java syllabus for KTU through programming.
</li>
<li>Gravity : A simple cli version of the modified version of four in a row.</li>
</ol>
</div>
<br>
<div class="media-content">
<p class="subtitle is-6">Contact</p>
<a href="https://www.linkedin.com/in/yedhin1998/">LinkedIn</a>
<br>
<a href="https://github.com/yedhink">Github</a>
<br>
<a href="https://stackoverflow.com/users/8523669/yedhin?tab=profile">StackOverflow</a>
<br>
<a>[email protected]</a>
</div>
</div>
</div>
</div> <!-- end content -->
</div> <!-- end-modal -->
<!-- ai/ml-modal -->
<div id="modal-card-ai" class="modal modal-fx-3dSlit">
<div class="modal-background"></div>
<div class="modal-content is-tiny">
<!-- content -->
<div class="card">
<div class="card-image">
<figure class="image is-4by3">
<img src="images/ai-ml.jpeg" alt="Placeholder image" />
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-left">
<figure class="image is-48x48">
<img src="images/speakers/alex_jolly.jpg" alt="Alex" />
</figure>
</div>
<div class="media-content">
<p class="title is-4">Alex Jolly</p>
<p class="subtitle is-6">[email protected]</p>
</div>
</div>
<div class="content">
Alex jolly, a present ECE Student from FISAT, will be leading the AI/ML team of FSDC.
He is absolutely brilliant in
the domain of Artificial Intelligence/Machine learning .
Currently working as the AI coordinator of Technorip Innovations Pvt Ltd, he marvels in art of
deep-learning and primarily applies it in the field of Computer Vision.
As a former intern at neuroplex incubated at Future Technologies Lab which is initiative by Kerala
Startup Mission,
he has hands on experience in Internet Of Things(IOT) and working with micro-controllers.
Mainly he focuses on python programming for Computer Vision.
<br>
<br>
<div class="media-content">
<p class="subtitle is-6">PROJECTS</p>
<ol>
<li>Face Recognition.</li>
<li>Object Classification.</li>
<li>People Counting. </li>
</ol>
</div>
<br>
<div class="media-content">
<p class="subtitle is-6">Contact</p>
<a href="https://www.linkedin.com/in/gettoalexjolly">LinkedIn</a>
<br>
<a href="https://github.com/alexjolly28">Github</a>
<br>
<a> [email protected]</a>
</div>
</div>
</div>
</div> <!-- end content -->
</div> <!-- end-modal -->
<!-- embed-modal -->
<div id="modal-card-embed" class="modal modal-fx-3dSlit">
<div class="modal-background"></div>
<div class="modal-content is-tiny">
<!-- content -->
<div class="card">
<div class="card-image">
<figure class="image is-4by3">
<img src="images/embedded.jpg" alt="Placeholder image" />
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-left">
<figure class="image is-48x48">
<img src="images/speakers/nevil_chandy.jpg" alt="Nevil" />
</figure>
</div>
<div class="media-content">
<p class="title is-4">Nevil Alex Chandy</p>
<p class="subtitle is-6">[email protected]</p>
</div>
</div>
<div class="content">
Nevil Chandy Alex will be leading the Embedded Product Design of FSDC.
He is an electronics enthusiast and has worked with open source hardware and embedded programming.
<br>
<br>
<br>
<div class="media-content">
<p class="subtitle is-6">Contact</p>
<a href="https://www.linkedin.com/in/nevil-alex-a70443126/">LinkedIn</a>
<br>
<a>[email protected]</a>
</div>
</div>
</div>
</div> <!-- end content -->
</div> <!-- end-modal -->
<!-- ar/vr-modal -->
<div id="modal-card-ar" class="modal modal-fx-3dSlit">
<div class="modal-background"></div>
<div class="modal-content is-tiny">
<!-- content -->
<div class="card">
<div class="card-image">
<figure class="image is-4by3">
<img src="images/augmented-reality.jpg" alt="Placeholder image" />
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-left">
<figure class="image is-48x48">
<img src="images/speakers/sidh.jpg" alt="Nevil" />
</figure>
</div>
<div class="media-content">
<p class="title is-4">Sidhanath TS</p>
<p class="subtitle is-6">[email protected]</p>
</div>
</div>
<div class="content">
Sidhanath TS from ECE 8th semester, will head the AR/VR division. He loves CAD and game engines.
He mostly uses Unreal engine, Fusion 360, Unity and SketchUp for his works.
Currently working in Unity VR
</div>
</div>
</div> <!-- end content -->
</div> <!-- end-modal -->
<button class="modal-close is-large" aria-label="close"></button>
</div>
<script src="./js/modal-fx.min.js"></script>
<script src="./js/jquery-3.3.1.min.js"></script>
<script src="./js/bulma.js"></script>
<script src="./js/sticky_nav.js"></script>
<script src="./js/smooth_scroll.js"></script>
<script src="./js/contact.js"></script>
<script src="js/handburger-fix.js"></script>
<script src="js/register.js"></script>
</body>
</html>