-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·837 lines (658 loc) · 40.9 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
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
<!DOCTYPE html>
<!--[if lt IE 9 ]><html class="no-js oldie" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Creation Labs</title>
<meta name="description" content="">
<meta name="author" content="Ayush & Dhiraj">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<!-- <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> -->
<!-- <link rel="icon" href="favicon.ico" type="image/x-icon"> -->
</head>
<body id="top">
<!-- header
================================================== -->
<header class="s-header">
<div class="header-logo">
<a class="site-logo" href="index.html">
<img src="images/clabslogo.png" alt="Homepage">
</a>
</div>
<nav class="header-nav">
<a href="#0" class="header-nav__close" title="close"><span>Close</span></a>
<div class="header-nav__content">
<h3>Creation Labs</h3>
<ul class="header-nav__list">
<li class="current"><a class="smoothscroll" href="#home" title="home">Home</a></li>
<li><a class="smoothscroll" href="#about" title="about">About Us</a></li>
<li><a class="smoothscroll" href="#services" title="services">What we do</a></li>
<li><a class="smoothscroll" href="#works" title="works">Teams</a></li>
<li><a class="smoothscroll" href="#clients" title="clients">Partners</a></li>
<li><a class="smoothscroll" href="#contact" title="contact">Contact Us</a></li>
</ul>
<p>Creation Labs is a student driven space which encourages students to design and innovate in every possible field. A place where students are encouraged to think out of the box, be creative and bring out the best in themselves. It's a lab by the students and for the students.</p>
<ul class="header-nav__social">
<li>
<a href="https://m.facebook.com/clabsvit/"><i class="fa fa-facebook"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/creationlabs/" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-instagram"></i></a>
</li>
<li>
<a href="https://github.com/CreationLabs-official"><i class="fa fa-github"></i></a>
</li>
</div> <!-- end header-nav__content -->
</nav> <!-- end header-nav -->
<a class="header-menu-toggle" href="#0">
<span class="header-menu-text">Menu</span>
<span class="header-menu-icon"></span>
</a>
</header> <!-- end s-header -->
<!-- home
================================================== -->
<section id="home" class="s-home target-section" data-parallax="scroll" data-image-src="images/clabs.jpg" data-natural-width=3000 data-natural-height=2000 data-position-y=center>
<div class="overlay"></div>
<div class="shadow-overlay"></div>
<div class="home-content">
<div class="row home-content__main">
<h3>Welcome to</h3>
<h1>
Creation Labs.
</h1>
<div class="home-content__buttons">
<a href="#contact" class="smoothscroll btn btn--stroke">
Start a Project
</a>
<a href="#about" class="smoothscroll btn btn--stroke">
More About Us
</a>
</div>
</div>
<div class="home-content__scroll">
<a href="#about" class="scroll-link smoothscroll">
<span>Scroll Down</span>
</a>
</div>
<div class="home-content__line"></div>
</div> <!-- end home-content -->
<!-- All the side buttons to all the social medias -->
<ul class="home-social">
<li>
<a href="https://m.facebook.com/clabsvit/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i><span>Facebook</span></a>
</li>
<li>
<a href="#0"><i class="fa fa-instagram" aria-hidden="true"></i><span>Instagram</span></a>
</li>
<li>
<a href="https://www.linkedin.com/company/creationlabs/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i><span>LinkedIn</span></a>
</li>
<li>
<a href="https://github.com/CreationLabs-official" target="_blank"><i class="fa fa-github" aria-hidden="true"></i><span>Github</span></a>
</li>
</ul>
<!-- end home-social -->
</section> <!-- end s-home -->
<!-- about
================================================== -->
<section id='about' class="s-about">
<div class="row section-header has-bottom-sep" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead subhead--dark">Hello There</h3>
<h2 class="display-1 display-1--light">About Us</h2>
</div>
</div> <!-- end section-header -->
<div class="row about-desc" data-aos="fade-up">
<div class="col-full" style="font-size:21px;">
<p>
Creation Labs is a student driven space which encourages students to design and innovate in every possible field. A place where students are encouraged to think out of the box, be creative and bring out the best in themselves. It's a lab by the students and for the students.
The students get a chance to work on projects of their choice under excellent guidance and with all the materials provided for. They also get to interact with industry experts, students and professors from international universities and other leading minds from different parts of the world. Our aim is to not only build prototypes but also to take them to market stages. The institution is a home to one of the most creative minds of the university working on projects which have received global acclaim and recognition.
<br><br>
Initially, the lab had been setup to nurture and develop the projects initiated at various medical hackathons by students of VIT University. Thereafter, students from various areas of interest and expertise joined the lab, and now it is burgeoning to become the home for innovation and project development in various fields such as Robotics, Internet of Things, Game Development, Automobile, Bio-robotics, Bio-medical Instrumentation, Consumer Products, Drones, Android and iOS Applications and Mobile Health.
<br><br>
The projects in the lab undergo a vigorous selection process and are mentored, reviewed, guided and funded at various stages as per the progress and requirement. Since its commencement, the lab members have worked on 50+ projects of which 5 are upcoming start-ups and 10 are patentable.
</p>
</div>
</div> <!-- end about-desc -->
<div class="row about-stats stats block-1-4 block-m-1-2 block-mob-full" data-aos="fade-up">
<div class="col-block stats__col ">
<div class="stats__count">28</div>
<h5>Awards Received</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count">15</div>
<h5>Events Organized</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count">21</div>
<h5>Projects Completed</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count">1000</div>
<h5>Sleepless Nights</h5>
</div>
</div> <!-- end about-stats -->
<div class="about__line"></div>
</section> <!-- end s-about -->
<!-- services
================================================== -->
<section id='services' class="s-services">
<div class="row section-header has-bottom-sep" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">What We Do</h3>
<h1 class="display-2">We at Creation Labs aim at focusing our efforts for working with the best, on innovative and well defined projects, developing our skills and talents.</h1>
</div>
</div> <!-- end section-header -->
<div class="row services-list block-1-2 block-tab-full">
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon">
<i class="icon-paint-brush"></i>
</div>
<div class="service-text">
<h3 class="h2">Brand Identity</h3>
<p>Three core factors which differentiate us from academic laboratories:
First we are not led but mentored (more than 20+ mentors, apart from VIT faculty)
Second we have equal focus on product experience and technology development and third we have
disruptive and frugal innovation.
</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon">
<i class="icon-group"></i>
</div>
<div class="service-text">
<h3 class="h2">New Solutions</h3>
<p>We strive to find good and feasible solutions to unsolved problems and innovative alternatives to existing ones.
</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon">
<i class="icon-megaphone"></i>
</div>
<div class="service-text">
<h3 class="h2">Fantabulous Events</h3>
<p>We have conducted several national and international evenets in the past and have always focused on conducting events which are unique in themselves . Our events uplift engineers in the society and test their skills
</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon">
<i class="icon-earth"></i>
</div>
<div class="service-text">
<h3 class="h2">Connect Together</h3>
<p>We bring together enthusiastic students who pool their skill sets together to develop unique and efficient products that could potentially improve human lives.
</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon">
<i class="icon-cube"></i>
</div>
<div class="service-text">
<h3 class="h2">Better Design</h3>
<p>We follow a cycle of designing, prototyping, testing and taking feedback to improve the current iteration and come up with a better product.
</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon"><i class="icon-lego-block"></i></div>
<div class="service-text">
<h3 class="h2">How do we do.</h3>
<p>We follow a cycle of designing, prototyping, testing and taking feedback to improve the current iteration and come up with a better product.
</p>
</div>
</div>
</div> <!-- end services-list -->
</section> <!-- end s-services -->
<!-- works
================================================== -->
<section id='works' class="s-works">
<div class="intro-wrap">
<div class="row section-header has-bottom-sep light-sep" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Our Teams.</h3>
<h1 class="display-2 display-2--light">The ongoing projects teams from our Lab.</h1>
</div>
</div> <!-- end section-header -->
</div> <!-- end intro-wrap -->
<div class="row works-content">
<div class="col-full masonry-wrap">
<div class="masonry">
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/roverX.png" class="thumb-link" title="Team RoverX" data-size="1050x700">
<img src="images/portfolio/gallery/roverX.png"
srcset=images/portfolio/gallery/roverX.png 1x, images/portfolio/[email protected] 2x" alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">
Team RoverX
</h3>
<p class="item-folio__cat">
VIT's official Mars Rover Team.
</p>
</div>
<a href="http://teamroverx.com" class="item-folio__project-link" title="Project link">
<i class="icon-link"></i>
</a>
<div class="item-folio__caption">
<p>
A group of young, enthusiastic individuals who build Mars rovers by the year to display and compete at various platforms.
Our prototype is used to compete in different international competitions including URC (University Rover challenge), ERC (European Rover Challenge) and UKURC (The UK’s University Rover Challenge).
They were placed 2nd in Asia and 20th in the world among the 95 teams that had participated for the University Rover Challenege URC2018.
</p>
</div>
</div>
</div> <!-- end RoverX here -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/cansat.png" class="thumb-link" title="Team Cansat" data-size="1050x700">
<img src="images/portfolio/gallery/cansat.png"
srcset="images/portfolio/gallery/cansat.png 1x," alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">
Team Sammard
</h3>
<p class="item-folio__cat">
CANSAT
</p>
</div>
<a href="https://www.behance.net/" class="item-folio__project-link" title="Project link">
<i class="icon-link"></i>
</a>
<div class="item-folio__caption">
<p>Team Sammard participated in the 2018 annual CanSat competition conducted by American Astronautical Society.
The CanSat 2019 mission will explore the use of auto-gyro descent control of a science payload when released from the launch vehicle.
</p>
</div>
</div>
</div> <!-- end cansat here -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/samard.png" class="thumb-link" title="Team Motus Simulation" data-size="1050x700">
<img src="images/portfolio/gallery/samard.png"
srcset="images/portfolio/gallery/samard.png" alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">
Team Motus Simulation
</h3>
<p class="item-folio__cat">
Prosthetic Arm
</p>
</div>
<a href="https://www.behance.net/" class="item-folio__project-link" title="Project link">
<i class="icon-link"></i>
</a>
<div class="item-folio__caption">
<p>They are a group of multidisciplinary engineers focused on innovating new systems for humanoid robotics. They worked on a hand-sensing project, researched and observed a set data of all possible hand motions along with points on the hand which display a large amount of stretching based on the skin. Based on these points they have developed a glove with an innovative approach to detect the hand’s motion.
They plan to compete and showcase their work at Techfest, IIT Bombay.
</p>
</div>
</div>
</div> <!-- end Motus Simulation here -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/autoz.png" class="thumb-link" title="Team Auto-Z" data-size="1050x700">
<img src="images/portfolio/autoz.png"
srcset="images/portfolio/autoz.png" alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">
Team Auto-Z
</h3>
<p class="item-folio__cat">
Branding
</p>
</div>
<a href="https://www.behance.net/" class="item-folio__project-link" title="Project link">
<i class="icon-link"></i>
</a>
<div class="item-folio__caption">
<p>Started with an aim at designing the first ever autonomous (driverless) car for the gigantic campusof Vellore Institute of Technology, Vellore - Team AutoZ is the first and only autonomous vehicle research team of VIT.
Having completed the first iteration of the autonomous mini robot, the team is now working on prototyping a medium sized mobile robot with state-of-the-art manufactured hardware and hand-tailored software.</p>
</div>
</div>
</div> <!-- end auto-z here. -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/variable.png" class="thumb-link" title="Variable Stroke Volume Reciprocating Pump" data-size="1050x700">
<img src="images/portfolio/variable.png"
srcset="images/portfolio/variable.png" alt="" >
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">
Variable Stroke Volume Reciprocating Pump
</h3>
<p class="item-folio__cat">
</p>
</div>
<a href="https://www.behance.net/" class="item-folio__project-link" title="Project link">
<i class="icon-link"></i>
</a>
<div class="item-folio__caption">
<p>
To develop a positive displacement pump that is capable of delivering variable flow output at constant rpm and at the same time, capable of changing both stroke rate (rpm) and stroke volume simultaneously. - The machine will act as an Artifical Heart Bypass Machine and will be used by CMC researchers for their research on fluid mechanics of blood.
</p>
</div>
</div>
</div> <!-- end of team variable -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/bioinspired.png" class="thumb-link" title="BIO INSPIRED ENGINEERING TEAM" data-size="1050x700">
<img src="images/portfolio/bioinspired.png"
srcset="images/portfolio/bioinspired.png" alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">
BIO INSPIRED ENGINEERING TEAM
</h3>
<p class="item-folio__cat">
Bio.
</p>
</div>
<a href="https://www.behance.net/" class="item-folio__project-link" title="Project link">
<i class="icon-link"></i>
</a>
<div class="item-folio__caption">
<p>
1. CATCH FIBER- SMART LAUNDRY GADGET
Catch Fiber is a smartphone controlled (through the CF connect app) smart laundry gadget. Catch Fiber enhances cleaning of clothes, delicates, etc inside the washing machine by ultrasonic technology.
<br>
2. SYNMAL: USAR Robotics
USAR Robotics stands for Urban Search and Rescue Robotics. SYNMAL is a mobile USAR Robot with Bio-inspired locomotive system called Whegs (Wheels+ Legs).
<br>
3. KAII bionics
KAII is a fully functional articulated robotic upper limb prosthetic device. KAII bionics is planned to be market viable solution for upper limb amputees.
<br>
4. CHITRAKAM
Chitrakam is a cheetah inspired locomotion system for quadruped robots. Quadruped is a four limbed robotic system with a developed body, few institutions around the world have developed quadruped systems with rigid body locomotion.
</p>
</div>
</div>
</div> <!-- end of bio inspired -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/uav.png" class="thumb-link" title="Team UAV" data-size="1050x700">
<img src="images/portfolio/uav.png"
srcset="images/portfolio/uav.png" alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">
Team UAV
</h3>
<p class="item-folio__cat">
</p>
</div>
<a href="https://www.behance.net/" class="item-folio__project-link" title="Project link">
<i class="icon-link"></i>
</a>
<div class="item-folio__caption">
<p>
Unmanned Aerial Vehicles soar the skies high in today’s world and are going places where it’s difficult for the personnel to reach like never before.
We, at Creation Labs Team UAV constantly strive to design projects that can help out in real world scenarios and compete in various competitions around the globe, be it drones or fixed wing aerial vehicles.
Currently our main aim is to design a portable and easy to launch military aircraft for use in vigilance activities. It will give the person using this aircraft a quick view of the terrain and observe his surrounding area.
</p>
</div>
</div>
</div> <!-- end of uav team -->
</div> <!-- end masonry -->
</div> <!-- end col-full -->
</div> <!-- end works-content -->
</section> <!-- end s-works -->
<!-- clients
================================================== -->
<section id="clients" class="s-clients">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h2 class="subhead">Our Partners</h2>
<h1 class="display-2">Creation Labs has been honored to
partner up with these companies and highly reputed colleges and universities</h1>
</div>
</div> <!-- end section-header -->
<div class="row clients-outer" data-aos="fade-up">
<div class="col-full">
<div class="clients">
<a href="#0" title="" class="clients__slide"><img src="images/clients/mlh.png" /></a>
<a href="#0" title="" class="clients__slide"><img src="images/clients/camtech.png" /></a>
<a href="#0" title="" class="clients__slide"><img src="images/clients/mit.png" /></a>
<a href="#0" title="" class="clients__slide"><img src="images/clients/dover.png" /></a>
<a href="#0" title="" class="clients__slide"><img src="images/clients/honeywell.png" /></a>
<a href="#0" title="" class="clients__slide"><img src="images/clients/mitmedicine.png" /></a>
<a href="#0" title="" class="clients__slide"><img src="images/clients/harvardmedicine.png" /></a>
<a href="#0" title="" class="clients__slide"><img src="images/clients/novartis.jpg" /></a>
<a href="#0" title="" class="clients__slide"><img src="images/clients/Wipro.png" /></a>
</div> <!-- end clients -->
</div> <!-- end col-full -->
</div> <!-- end clients-outer -->
<div class="row clients-testimonials" data-aos="fade-up">
<div class="col-full">
<div class="testimonials">
<div class="testimonials__slide">
<p>Our initial motto was to structure a platform for students and faculty in VIT who wish to participate and erase the boundaries which suppress interdisciplinary research. The feedback has been rewarding and we are constantly trying to improve and inculcate some of the expectations of a 30,000 strong student body.</p>
<img src="images/avatars/faculty.jpg" alt="Author image" class="testimonials__avatar">
<div class="testimonials__info">
<span class="testimonials__name">Dr Vino S</span>
<span class="testimonials__pos">Faculty Advisor</span>
</div>
</div>
</div><!-- end testimonials -->
</div> <!-- end col-full -->
</div> <!-- end client-testimonials -->
</section> <!-- end s-clients -->
<!-- contact
================================================== -->
<section id="contact" class="s-contact">
<div class="overlay"></div>
<div class="contact__line"></div>
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h2=1 class="subhead">Contact Us</h1>
<h1 class="display-2 display-2--light">Reach out for a new project or just say hello.</h1>
</div>
</div>
<div class="row contact-content" data-aos="fade-up">
<div class="contact-primary">
<h3 class="h6">Send Us A Message</h3>
<form name="contactForm" id="contactForm" method="post" action="" novalidate="novalidate">
<fieldset>
<div class="form-field">
<input name="contactName" type="text" id="contactName" placeholder="Your Name" value="" minlength="2" required="" aria-required="true" class="full-width">
</div>
<div class="form-field">
<input name="contactEmail" type="email" id="contactEmail" placeholder="Your Email" value="" required="" aria-required="true" class="full-width">
</div>
<div class="form-field">
<input name="contactSubject" type="text" id="contactSubject" placeholder="Subject" value="" class="full-width">
</div>
<div class="form-field">
<textarea name="contactMessage" id="contactMessage" placeholder="Your Message" rows="10" cols="50" required="" aria-required="true" class="full-width"></textarea>
</div>
<div class="form-field">
<button class="full-width btn--primary">Submit</button>
<div class="submit-loader">
<div class="text-loader">Sending...</div>
<div class="s-loader">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
</div>
</fieldset>
</form>
<!-- contact-warning -->
<div class="message-warning">
Something went wrong. Please try again.
</div>
<!-- contact-success -->
<div class="message-success">
Your message was sent, thank you!<br>
</div>
</div> <!-- end contact-primary -->
<div class="contact-secondary">
<div class="contact-info">
<h3 class="h6 hide-on-fullwidth">Contact Info</h3>
<div class="cinfo">
<h5>Where to Find Us</h5>
<p>
2nd Floor CTS Building, Vellore Institute of Technology, Vellore<br>
Tamil Nadu 632014<br>
India.
</p>
</div>
<div class="cinfo">
<h5>Email Us At</h5>
<p>
</p>
</div>
<div class="cinfo">
<h5>Call Us At</h5>
<p>
<!-- the phone number has to be asked and changed here.-->
Mobile: (+91) 9444362780<br>
Mobile: (+91) 7010097528<br>
</p>
</div>
<ul class="contact-social">
<li>
<a href="https://m.facebook.com/clabsvit/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/creationlabs/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://github.com/CreationLabs-official" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
</li>
</ul> <!-- end contact-social -->
</div> <!-- end contact-info -->
</div> <!-- end contact-secondary -->
</div> <!-- end contact-content -->
</section> <!-- end s-contact -->
<!-- footer
================================================== -->
<footer>
<div class="row footer-main">
<div class="col-six tab-full left footer-desc">
<div class="footer-logo"></div>
Currently, we have 14 on-going projects in the lab. Apart from their primary projects, students also get the opportunity to work on their personal projects, which we value equally. This accommodative and collaborative attitude diversifies our knowledge and broadens our horizons.
</div>
<div class="col-six tab-full right footer-subscribe">
<h4>Get Notified</h4>
<p>To get all the latest details, News updates and much more about Creation Labs, We suggest you to join our mailing list.</p>
<div class="subscribe-form">
<form id="mc-form" class="group" novalidate="true">
<input type="email" value="" name="EMAIL" class="email" id="mc-email" placeholder="Email Address" required="">
<input type="submit" name="subscribe" value="Subscribe">
<label for="mc-email" class="subscribe-message"></label>
</form>
</div>
</div>
</div>
<div class="row footer-bottom">
<div class="col-twelve">
<div class="copyright">
<span> Developed with ❤ by <a href="https://www.linkedin.com/in/godseye-07/" target="_blank" style="color: rgb(255,102,55);">Ayush Verma</a> And <a href="https://www.linkedin.com/in/thealgo/" target="_blank" style="color:rgb(255,102,55);">Dhiraj Kumar Jain</a> </span>
</div>
<div class="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon-arrow-up" aria-hidden="true"></i></a>
</div>
</div>
</div> <!-- end footer-bottom
<!-- </footer> -->
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div><button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title=
"Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title=
"Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div><button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title=
"Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div> <!-- end photoSwipe background -->
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader">
<div class="line-scale-pulse-out">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>