-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·837 lines (823 loc) · 51.8 KB
/
index.html
File metadata and controls
executable file
·837 lines (823 loc) · 51.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
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>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>IoT Geeks Community</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate-custom.css" rel="stylesheet">
<!-- <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'> -->
<link href="https://fonts.googleapis.com/css?family=Kreon:300,400,700" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<script src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<link href="fonts/fonts.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-offset="0" data-target="#navbar-main">
<div id="navbar-main">
<!-- Fixed navbar -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="#home"><img src="images/logo.png" alt="IOT"></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<!-- <li><a href="#home" class="smoothScroll">Home</a></li> -->
<li> <a href="#about" class="smoothScroll"> About</a></li>
<li> <a href="#services" class="smoothScroll"> Workshop</a></li>
<li> <a href="#makerspace" class="smoothScroll"> Makerspace</a></li>
<li> <a href="#team" class="smoothScroll"> Team</a></li>
<li> <a href="#contact" class="smoothScroll"> Contact Us</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
</div>
<!-- ==== HEADERWRAP ==== -->
<div id="headerwrap" name="home">
<div class="owl-carousel owl-theme slider-img">
<div class="item">
<div class="bg bg1">
<div class="wrap">
<h1>IoT Trainings & Workshops</h1>
<!-- <p>A community for emerging technologies</p> -->
</div>
</div>
</div>
<div class="item">
<div class="bg bg2">
<div class="wrap">
<h1>DIY Makerspace for everyone</h1>
<!-- <p>Learning together! Forever!</p> -->
</div>
</div>
</div>
<div class="item">
<div class="bg bg3">
<div class="wrap">
<h1>3D Printing Services,Trainings & Workshops</h1>
<!-- <p>Learning together! Forever!</p> -->
</div>
</div>
</div>
</div>
</div>
<!-- /headerwrap -->
<!-- ==== ABOUT ==== -->
<div id="about" name="about">
<div class="container">
<div class="row white">
<h2 class="centered theme_color">About "IoT Geeks"</h2>
<hr>
<div class="col-md-12">
<div class="tag_mission serviceContainer_12">
<div class="row" id="vision-section">
<div class="col-sm-6 col-md-6 vision-left">
<h3 class="visible-xs">Vision</h3>
<figure class="col-sm-12 col-md-5">
<img class="img-responsive" src="images/vision.png" alt="vision">
</figure>
<figcaption class="col-sm-12 col-md-7 pr-0">
<p>To be the world’s most innovative group for people interested in the design and construction of Internet of Things (IoT) electronics devices.</p>
<h4 class="hidden-xs theme_color"><span>Vision</span></h4>
</figcaption>
</div>
<div class="col-sm-6 col-md-6 mission-right">
<h3 class="visible-xs theme_color">Mission</h3>
<figure class="col-sm-12 col-md-5 col-xs-12 pull-right">
<img class="img-responsive" src="images/mission.png" alt="vision">
</figure>
<figcaption class="col-sm-12 col-md-7 col-xs-12 pl-0">
<h4 class="hidden-xs theme_color"><span>Mission</span></h4>
<p>Introduce people who have little or no experience in technology space to this exciting and highly topical hobby. Meet at least once a month, share ideas and knowledge about electronics, facilitate the construction of some devices will be useful at day to day work & life.</p>
</figcaption>
</div>
</div>
</div>
</div>
<div class="col-md-12 wwa-block">
<h2 class="centered theme_color">Who We Are!</h2>
<p class="text-center">IoT Geeks is a non-profit hobbyist technology community in Chennai. This community includes 10000+ members across the world. We have a dedicated IoT Lab where you can find variety of a open source IoT boards, sensors, 3D printers and more.</p>
<hr>
<div class="row counter-section clearfix">
<div class="col-md-3 col-sm-3 col-xs-12 wwa-content">
<div class="wwr-item text-center yellow">
<div class="wwr-icon">
<img src="images/04.png">
</div>
<span><b data-to="130">10</b>+</span>
<p>Trainers</p>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12 wwa-content">
<div class="wwr-item text-center yellow core-member">
<div class="wwr-icon">
<img src="images/03.png">
</div>
<span><b data-to="200">20</b>+</span>
<p>Core Team Members</p>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12 wwa-content">
<div class="wwr-item text-center yellow">
<div class="wwr-icon">
<img src="images/02.png">
</div>
<span><b data-to="2000">40</b>+</span>
<p>Workshops</p>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12 wwa-content">
<div class="wwr-item text-center yellow ">
<div class="wwr-icon">
<img src="images/01.png">
</div>
<span><b data-to="50">1500</b>+</span>
<p>People trained</p>
</div>
</div>
</div>
</div>
<div class="col-md-12 wwa-block">
<h2 class="centered theme_color">What we do!</h2>
<p class="text-center">We at IoT Geeks constantly educate people about emerging technologies such as Internet of Things (IoT), Robotics, Artificial Intelligence (AI), Virtual Reality (VR), Augmented Reality(AR), 3D-Printing, Machine Learning and Data Analytics etc. We connect & bring collobrations students, professionals and entrepreneurs through our monthly workshops and meetups. </p>
<hr>
<ul id="og-grid" class="og-grid">
<li class="firstRow" data-toggle="modal" data-target="#wwd1">
<a href="javascript:;">
<div class="og-grid-text">
<div class="og-grid-img">
<img src="images/wwd1.png">
</div>
<p>Internet of Things</p>
</div>
</a>
</li>
<li class="firstRow" data-toggle="modal" data-target="#wwd2">
<a href="javascript:;">
<div class="og-grid-text">
<div class="og-grid-img">
<img src="images/wwd2.png">
</div>
<p>Artificial Intelligence</p>
</div>
</a>
</li>
<li class="firstRow" data-toggle="modal" data-target="#wwd3">
<a href="javascript:;">
<div class="og-grid-text">
<div class="og-grid-img">
<img src="images/wwd3.png">
</div>
<p>Virtual Reality</p>
</div>
</a>
</li>
<li class="firstRow" data-toggle="modal" data-target="#wwd4">
<a href="javascript:;">
<div class="og-grid-text">
<div class="og-grid-img">
<img src="images/wwd4.png">
</div>
<p>Augmented Reality</p>
</div>
</a>
</li>
<li class="secondRow" data-toggle="modal" data-target="#wwd5">
<a href="javascript:;">
<div class="og-grid-text">
<div class="og-grid-img">
<img src="images/wwd5.png">
</div>
<p>3D Printing</p>
</div>
</a>
</li>
<li class="secondRow" data-toggle="modal" data-target="#wwd6">
<a href="javascript:;">
<div class="og-grid-text">
<div class="og-grid-img">
<img src="images/wwd6.png">
</div>
<p>Robotics</p>
</div>
</a>
</li>
<li class="secondRow" data-toggle="modal" data-target="#wwd7">
<a href="javascript:;">
<div class="og-grid-text">
<div class="og-grid-img">
<img src="images/wwd7.png">
</div>
<p>Data Analytics</p>
</div>
</a>
</li>
<li class="secondRow" data-toggle="modal" data-target="#wwd8">
<a href="javascript:;">
<div class="og-grid-text">
<div class="og-grid-img">
<img src="images/wwd8.png">
</div>
<p>Machine Learning</p>
</div>
</a>
</li>
</ul>
</div>
</div>
<!-- row -->
</div>
</div>
<!-- container -->
<!-- ==== PORTFOLIO ==== -->
<div id="services" name="services"><!-- id="makerspace" name="makerspace"-->
<div class="container">
<div class="row">
<!-- <h2 class="centered">MAKERSPACE</h2> -->
<h2 class="centered theme_color">Workshops</h2>
<hr>
<div class="col-lg-8 col-lg-offset-2 centered">
<p class="large">We provide a platform for people stay connected with industry trends and get prepared for the future or up skill their career.</p>
</div>
<div class="clearfix"></div>
<div class="col-lg-8 col-lg-offset-2 up-comming text-left">
<h3>Upcoming - <a href="https://www.meetup.com/iotgeeks/" target="_blank">Workshops / Meetups</a></h3>
</div>
</div>
<!-- /row -->
<div class="container">
<div class="row">
<!-- PORTFOLIO IMAGE 1 -->
<div class="col-md-4 ">
<div class="grid mask">
<figure> <img class="img-responsive" src="images/blog/event_40.jpg" alt="">
<figcaption>
<h5>Smart Home Security</h5>
<!-- <a data-toggle="modal" href="#myModal" class="btn btn-default">More Details</a>
-->
<a class="btn btn-default" href="https://www.linkedin.com/pulse/iot-geeks-oct2017-smart-home-security-system-camera-murugadoss/">More Details</a>
</figcaption>
<!-- /figcaption -->
</figure>
<!-- /figure -->
</div>
<!-- /grid-mask -->
</div>
<!-- /.modal -->
<!-- PORTFOLIO IMAGE 2 -->
<div class="col-md-4">
<div class="grid mask">
<figure> <img class="img-responsive" src="images/blog/event_39.jpg" alt="">
<figcaption>
<h5>NodeMCU Part-2(IoT)</h5>
<a href="https://www.linkedin.com/pulse/iot-geeks-oct2017-internet-things-nodemcu-part-2-balasubramanian/" class="btn btn-default">More Details</a> </figcaption>
<!-- /figcaption -->
</figure>
<!-- /figure -->
</div>
<!-- /grid-mask -->
</div>
<!-- PORTFOLIO IMAGE 3 -->
<div class="col-md-4">
<div class="grid mask">
<figure> <img class="img-responsive" src="images/blog/event_38.jpg" alt="">
<figcaption>
<h5>Smart Home Automation with Arduino(IoT)</h5>
<a href="https://www.linkedin.com/pulse/iot-geeks-oct2017-internet-things-arduino-balasubramanian/" class="btn btn-default">More Details</a> </figcaption>
<!-- /figcaption -->
</figure>
<!-- /figure -->
</div>
<!-- /grid-mask -->
</div>
</div>
<!-- /row -->
<!-- PORTFOLIO IMAGE 4 -->
<div class="row">
<div class="col-md-4 ">
<div class="grid mask">
<figure> <img class="img-responsive" src="images/blog/event_37.jpg" alt="">
<figcaption>
<h5>NodeMCU Part-1(IoT)</h5>
<a href="https://www.linkedin.com/pulse/iot-geeks-sep2017-internet-things-nodemcu-part-1-balasubramanian/?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_post_details%3ByrswdJR5Q7GSKJOwjjdsqg%3D%3D" class="btn btn-default">More Details</a> </figcaption>
<!-- /figcaption -->
</figure>
<!-- /figure -->
</div>
<!-- /grid-mask -->
</div>
<!-- PORTFOLIO IMAGE 5 -->
<div class="col-md-4">
<div class="grid mask">
<figure> <img class="img-responsive" src="images/blog/event_36.jpg" alt="">
<figcaption>
<h5>Product Desgin</h5>
<a href="https://www.linkedin.com/pulse/iot-geeks-product-design-workshop-highlights-balasubramanian/" class="btn btn-default">More Details</a> </figcaption>
<!-- /figcaption -->
</figure>
<!-- /figure -->
</div>
<!-- /grid-mask -->
</div>
<!-- PORTFOLIO IMAGE 6 -->
<div class="col-md-4">
<div class="grid mask">
<figure> <img class="img-responsive" src="images/blog/event_35.jpg" alt="">
<figcaption>
<h5>Machine Learning</h5>
<a href="https://www.linkedin.com/pulse/iot-geeks-machine-learning-workshop-highlights-balasubramanian/?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_post_details%3BAevU5HmSSaC766KVYrE0Wg%3D%3D" class="btn btn-default">More Details</a> </figcaption>
<!-- /figcaption -->
</figure>
<!-- /figure -->
</div>
<!-- /grid-mask -->
</div>
<!-- /col -->
</div>
<!-- /row -->
<div class="row">
<div class="col-md-4 ">
<div class="grid mask">
<figure> <img class="img-responsive" src="images/blog/event_34.jpg" alt="">
<figcaption>
<h5>Go Kart Design</h5>
<a href="https://www.linkedin.com/pulse/iot-geeks-go-kart-desig-workshop-highlights-balasubramanian/" class="btn btn-default">More Details</a> </figcaption>
<!-- /figcaption -->
</figure>
<!-- /figure -->
</div>
<!-- /grid-mask -->
</div>
<!-- PORTFOLIO IMAGE 5 -->
<div class="col-md-4">
<div class="grid mask">
<figure> <img class="img-responsive" src="images/blog/event_33.jpg" alt="">
<figcaption>
<h5>Product Design with Fusion360</h5>
<a href="https://www.linkedin.com/pulse/iot-geeks-aug2017-product-design-workshop-fusion360-murugadoss/" class="btn btn-default">More Details</a> </figcaption>
<!-- /figcaption -->
</figure>
<!-- /figure -->
</div>
<!-- /grid-mask -->
</div>
<!-- PORTFOLIO IMAGE 6 -->
<div class="col-md-4">
<div class="grid mask">
<figure> <img class="img-responsive" src="images/blog/event_32.jpg" alt="">
<figcaption>
<h5>Internet of Things</h5>
<a href="https://www.linkedin.com/pulse/iot-geeks-june2017-internet-things-workshop-balasubramanian/?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_post_details%3BzG4FH%2B%2BJTkSLOX8GyWLsRg%3D%3D" class="btn btn-default">More Details</a> </figcaption>
<!-- /figcaption -->
</figure>
<!-- /figure -->
</div>
<!-- /grid-mask -->
</div>
<!-- /col -->
</div>
<div class="row">
<div class="col-md-4 ">
<div class="grid mask">
<figure> <img class="img-responsive" src="images/blog/event_31.jpg" alt="">
<figcaption>
<h5>Internet of Things</h5>
<a href="https://www.linkedin.com/pulse/iot-geeks-april2017-internet-things-workshop-balasubramanian/?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_post_details%3BzG4FH%2B%2BJTkSLOX8GyWLsRg%3D%3D" class="btn btn-default">More Details</a> </figcaption>
<!-- /figcaption -->
</figure>
<!-- /figure -->
</div>
<!-- /grid-mask -->
</div>
<!-- PORTFOLIO IMAGE 5 -->
<div class="col-md-4">
<div class="grid mask">
<figure> <img class="img-responsive" src="images/blog/event_30.jpg" alt="">
<figcaption>
<h5>Arduino Day</h5>
<a href="https://www.linkedin.com/pulse/iot-geeks-arduino-day-2017-highlights-murugadoss-balasubramanian/?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_post_details%3BzG4FH%2B%2BJTkSLOX8GyWLsRg%3D%3D" class="btn btn-default">More Details</a> </figcaption>
<!-- /figcaption -->
</figure>
<!-- /figure -->
</div>
<!-- /grid-mask -->
</div>
<!-- PORTFOLIO IMAGE 6 -->
<div class="col-md-4">
<div class="grid mask">
<figure> <img class="img-responsive" src="images/blog/event_29.jpg" alt="">
<figcaption>
<h5>Pi Day</h5>
<a href="https://www.linkedin.com/pulse/iot-geeks-mar2017-pi-day-meetup-highlights-balasubramanian/" class="btn btn-default">More Details</a> </figcaption>
<!-- /figcaption -->
</figure>
<!-- /figure -->
</div>
<!-- /grid-mask -->
</div>
<!-- /col -->
</div>
</div>
<!-- /row -->
</div>
</div>
<!-- /container -->
<!-- ==== TEAM MEMBERS ==== -->
<!-- container -->
<!-- ==== SERVICES ==== -->
<!-- <div id="services" name="services">
<div class="container">
<div class="row">
<h2 class="centered">WORKSHOPS</h2>
<hr>
<div class="col-lg-8 col-lg-offset-2">
<p class="large">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p>
</div>
<div class="col-lg-4 callout"> <i class="fa fa-desktop fa-3x"></i>
<h3>Events</h3>
<p>Erat imperdiet dissentias ea usu, alia aliquid corrumpit ea qui. Eu vim oratio conclusionemque, vel at errem nominavi delicatissimi.</p>
</div>
<div class="col-lg-4 callout"> <i class="fa fa-gears fa-3x"></i>
<h3>Workshops</h3>
<p>Erat imperdiet dissentias ea usu, alia aliquid corrumpit ea qui. Eu vim oratio conclusionemque, vel at errem nominavi delicatissimi.</p>
</div>
<div class="col-lg-4 callout"> <i class="fa fa-dot-circle-o fa-3x"></i>
<h3>Meetups</h3>
<p>Erat imperdiet dissentias ea usu, alia aliquid corrumpit ea qui. Eu vim oratio conclusionemque, vel at errem nominavi delicatissimi.</p>
</div>
</div>
</div>
</div> -->
<div id="makerspace" name="makerspace">
<div class="container">
<div class="row">
<!-- <h2 class="centered">MAKERSPACE</h2> -->
<h2 class="centered text-capitalize theme_color">Makerspace</h2>
<hr>
<div class="col-lg-8 col-lg-offset-2 centered">
<p class="large">“Your Ideas are Your Babies, Don't Let Them Die! Come & Nurture it by Making!”</p>
</div>
<div class="clearfix"></div>
<div class="col-md-12 wwa-block">
<h3 class="centered theme_color">LABS</h2>
<p class="text-center large">A unique place with wifi, work tables, variety of a open source boards, sensors, 3D printers. If you get bored, we have RC Toys to have fun with...</p>
<ul id="og-grid" class="og-grid">
<li class="firstRow">
<a href="javascript:;">
<div class="og-grid-text">
<div class="og-grid-img">
<img src="images/makerspace_02.png">
</div>
<p>Electronics</p>
</div>
</a>
</li>
<li class="firstRow">
<a href="javascript:;">
<div class="og-grid-text">
<div class="og-grid-img">
<img src="images/makerspace_01.png">
</div>
<p>Wood Working</p>
</div>
</a>
</li>
<li class="firstRow">
<a href="javascript:;">
<div class="og-grid-text">
<div class="og-grid-img">
<img src="images/makerspace_03.png">
</div>
<p>3D Printing</p>
</div>
</a>
</li>
<li class="firstRow">
<a href="javascript:;">
<div class="og-grid-text">
<div class="og-grid-img">
<img src="images/makerspace_04.png">
</div>
<p>Laser Cutting</p>
</div>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--
<div id="team" name="team">
<h2 class="centered theme_color">Meet the Team</h2>
<div class="container">
<div class="row centered">
<div class="col-lg-12 centered">
<div class="organiser centered">
<img class="img img-circle" src="images/doss.jpg" height="120px" width="120px" alt="">
<h4><strong>Murugadoss Balasubramanian</strong></h4>
<p>Founder & Director</p>
<a href="https://twitter.com/murugadossb" target="_blank"> <img src="images/icon-tw.png" alt="Icon"></a> <a href="https://www.facebook.com/murugadoss.balasubramanian" target="_blank"><img src="images/icon-fb.png" alt="Icon"></a> <a href="https://www.linkedin.com/in/murugadossb/"><img src="images/icon-ln.png" alt="Icon"></a>
</div>
</div>
</div>
<div class="row centered member">
<div class="col-lg-3 centered"> <img class="img img-circle" src="images/satya.jpg" height="120px" width="120px" alt="">
<h4><strong>Sathiyaraj</strong></h4>
<p>Organizer</p>
<a target="_blank" href="https://twitter.com/rp_sathiyaraj"><img src="images/icon-tw.png" alt="Icon"></a> <a target="_blank" href="https://www.facebook.com/sathiya.raj.94"><img src="images/icon-fb.png" alt="Icon"></a> <a target="_blank" href="https://www.linkedin.com/in/sathiyaraj-ramamurthy-527aaa25/"><img src="images/icon-ln.png" alt="Icon"></a>
</div>
<div class="col-lg-3 centered"> <img class="img img-circle" src="images/nipun.jpg" height="120px" width="120px" alt="">
<h4><b>Nipun</b></h4>
<p>Co-organizer</p>
<a target="_blank" href="https://twitter.com/kanadenipun"><img src="images/icon-tw.png" alt="Icon"></a> <a target="_blank" href="#"><img src="images/icon-fb.png" alt="Icon"></a> <a target="_blank" href="https://www.linkedin.com/in/kanadenipun/"><img src="images/icon-ln.png" alt="Icon"></a>
</div>
<div class="col-lg-3 centered"> <img class="img img-circle" src="images/suresh.jpg" height="120px" width="120px" alt="">
<h4><b>Sureshkumar</b></h4>
<p>Co-organizer</p>
<a target="_blank" href="https://twitter.com/sureshskr"><img src="images/icon-tw.png" alt="Icon"></a> <a target="_blank" href="https://www.facebook.com/sureshkumar.sabapathi"><img src="images/icon-fb.png" alt="Icon"></a> <a target="_blank" href="#"><img src="images/icon-ln.png" alt="Icon"></a>
</div>
<div class="col-lg-3 centered"> <img class="img img-circle" src="images/sambhav.jpg" height="120px" width="120px" alt="">
<h4><b>Sambhav</b></h4>
<p>R&D Engineer - IoT</p>
<a target="_blank" href="https://twitter.com/sambhavrockzz"><img src="images/icon-tw.png" alt="Icon"></a> <a target="_blank" href="https://www.facebook.com/sambhav.jain1298"><img src="images/icon-fb.png" alt="Icon"></a> <a target="_blank" href="https://www.linkedin.com/in/sambhav-jain-geek/"><img src="images/icon-ln.png" alt="Icon"></a>
</div>
<div class="col-lg-3 centered"> <img class="img img-circle" src="images/karudai.jpg" height="120px" width="120px" alt="">
<h4><b>Karudaiyar</b></h4>
<p>R&D Engineer - IoT</p>
<a target="_blank" href="https://twitter.com/karudaiyar"><img src="images/icon-tw.png" alt="Icon"></a> <a target="_blank" href="https://www.facebook.com/karudaiyar"><img src="images/icon-fb.png" alt="Icon"></a> <a target="_blank" href="https://www.linkedin.com/in/karudaiyar-ganapathy-22632063/"><img src="images/icon-ln.png" alt="Icon"></a>
</div>
<div class="col-lg-3 centered"> <img class="img img-circle" src="images/deepak.jpg" height="120px" width="120px" alt="">
<h4><b>Deepak Chandran</b></h4>
<p>R&D Engineer - IoT</p>
<a target="_blank" href="#"><img src="images/icon-tw.png" alt="Icon"></a> <a target="_blank" href="https://www.facebook.com/deepakavn"><img src="images/icon-fb.png" alt="Icon"></a> <a target="_blank" href="#"><img src="images/icon-ln.png" alt="Icon"></a>
</div>
<div class="col-lg-3 centered"> <img class="img img-circle" src="images/mani.jpg" height="120px" width="120px" alt="">
<h4><b>Manikandan</b></h4>
<p>Front End Deveoper</p>
<a target="_blank" href="https://twitter.com/manisokda"><img src="images/icon-tw.png" alt="Icon"></a> <a target="_blank" href="https://www.facebook.com/manisokda"><img src="images/icon-fb.png" alt="Icon"></a> <a target="_blank" href="https://www.linkedin.com/in/mani-kandan-6559808b/"><img src="images/icon-ln.png" alt="Icon"></a>
</div>
<div class="col-lg-3 centered"> <img class="img img-circle" src="images/nirmal.jpg" height="120px" width="120px" alt="">
<h4><b>Nirmal</b></h4>
<p>UX Designer</p>
<a target="_blank" href="https://twitter.com/glnirmal"><img src="images/icon-tw.png" alt="Icon"></a> <a target="_blank" href="https://www.facebook.com/nirmal.gl"><img src="images/icon-fb.png" alt="Icon"></a> <a target="_blank" href="https://www.linkedin.com/in/nirmal-gl-89841a104/"><img src="images/icon-ln.png" alt="Icon"></a>
</div>
<div class="col-lg-3 centered"> <img class="img img-circle" src="images/karthi.jpg" height="120px" width="120px" alt="">
<h4><b>Karthees Waran</b></h4>
<p>Maker / Designer</p>
<a target="_blank" href="https://twitter.com/Karthee93983274?s=08"><img src="images/icon-tw.png" alt="Icon"></a> <a target="_blank" href="https://www.facebook.com/profile.php?id=100008996763692"><img src="images/icon-fb.png" alt="Icon"></a> <a target="_blank" href="https://www.linkedin.com/in/karthees-waran-0b764a156/"><img src="images/icon-ln.png" alt="Icon"></a>
</div>
<div class="col-lg-3 centered"> <img class="img img-circle" src="images/naveen.jpg" height="120px" width="120px" alt="">
<h4><b>Naveen</b></h4>
<p>Maker / Designer</p>
<a target="_blank" href="#"><img src="images/icon-tw.png" alt="Icon"></a> <a target="_blank" href="https://www.facebook.com/profile.php?id=100014760694879"><img src="images/icon-fb.png" alt="Icon"></a> <a target="_blank" href="#"><img src="images/icon-ln.png" alt="Icon"></a>
</div>
<div class="col-lg-8 col-lg-offset-2 centered">
<p class="large">A selfless core team that works together to host workshops, meetups, and makerspace activities. Making IoT Geeks mission possible.</p>
</div>
</div>
</div> -->
<!-- row -->
</div>
<!-- container -->
<!-- ==== CONTACT ==== -->
<div id="contact" name="contact">
<h2 class="centered">Contact us</h2>
<hr>
<div class="map">
<div id="map"></div>
</div>
<div class="container">
<div class="row" id="contact-form">
<div class="col-md-4 centered"> <i class="fa fa-map-marker fa-2x"></i>
<address>
IoT Geeks Trust
<br/>Plot No.95, GF1 Meera Homes,
<br/> 6th Street, Manohar Nagar,
<br/> Pallikaranai, Chennai,
<br/> Tamil Nadu 600100
</address>
</div>
<div class="col-md-4"> <i class="fa fa-envelope-o fa-2x"></i>
<p>info@iot-geeks.org</p>
</div>
<div class="col-md-4"> <i class="fa fa-phone fa-2x"></i>
<p>+919840212346</p>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 centered">
<form name="sentMessage" id="contactForm" name="myemailform" action="mailto.php" method="post">
<div class="row">
<div class="col-xs-6 col-md-6 form-group">
<input type="text" id="name" class="form-control" placeholder="Name" required="required">
<p class="help-block text-danger"></p>
</div>
<div class="col-xs-6 col-md-6 form-group">
<input type="email" id="email" class="form-control" placeholder="Email" required="required">
<p class="help-block text-danger"></p>
</div>
<div class="col-xs-12 col-md-12 form-group">
<textarea name="message" id="message" class="form-control" rows="5" placeholder="Message" required></textarea>
<p class="help-block text-danger"></p>
</div>
<div id="success"></div>
<div class="col-xs-12 col-md-12 form-group">
<!-- <button class="btn btn btn-lg" type="submit">Send Message</button> -->
<input type="submit" class="btn btn btn-lg" value="Send Message">
</div>
</div>
</form>
<!-- form -->
</div>
</div>
<!-- row -->
</div>
</div>
<!-- container -->
<div id="footerwrap">
<div class="container">
<div class="row">
<div class="col-md-8"> <span class="copyright">Copyright © <a href="https://www.meetup.com/iotgeeks">IoT Geeks</a> All Rights Reserved.</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a target="_blank" href="https://twitter.com/iot_geeks"><img src="images/icon-tw.png" alt="Icon"></a></li>
<li><a target="_blank" href="https://www.facebook.com/iotgeeks/"><img src="images/icon-fb.png" alt="Icon"></a> </li>
<li><a target="_blank" href="https://www.linkedin.com/company/iot-geeks/"><img src="images/icon-ln.png" alt="Icon"></a> </li>
<li><a target="_blank" href="https://plus.google.com/u/1/b/109467149167261535849/+IoTGeeks"><img src="images/icon-g.png" alt="Icon"></a> </li>
</ul>
</div>
</div>
</div>
</div>
<!-- popup -->
<div class="modal fade wwd-model" id="wwd1" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Internet of Things</h4>
</div>
<div class="modal-body">
The Internet of things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded with electronics, software, sensors, actuators, and network connectivity which enables these objects to connect and exchange data.Each thing is uniquely identifiable through its embedded computing system but is able to inter-operate within the existing Internet infrastructure.
</div>
</div>
</div>
</div>
<!-- popup -->
<div class="modal fade wwd-model" id="wwd2" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Artificial Intelligence</h4>
</div>
<div class="modal-body">
Artificial intelligence (AI, also machine intelligence, MI) is intelligence displayed by machines, in contrast with the natural intelligence (NI) displayed by humans and other animals. In computer science AI research is defined as the study of "intelligent agents": any device that perceives its environment and takes actions that maximize its chance of success at some goal. Colloquially, the term "artificial intelligence" is applied when a machine mimics "cognitive" functions that humans associate with other human minds, such as "learning" and "problem solving". See glossary of artificial intelligence.
</div>
</div>
</div>
</div>
<!-- popup -->
<div class="modal fade wwd-model" id="wwd3" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Virtual Reality</h4>
</div>
<div class="modal-body">
Virtual reality (VR) is a computer technology that uses virtual reality headsets or multi-projected environments, sometimes in combination with physical environments or props, to generate realistic images, sounds and other sensations that simulate a user's physical presence in a virtual or imaginary environment. A person using virtual reality equipment is able to "look around" the artificial world, and with high quality VR move around in it and interact with virtual features or items. The effect is commonly created by VR headsets consisting of a head-mounted display with a small screen in front of the eyes, but can also be created through specially designed rooms with multiple large screens.
</div>
</div>
</div>
</div>
<!-- popup -->
<div class="modal fade wwd-model" id="wwd4" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Augmented Reality</h4>
</div>
<div class="modal-body">
Augmented reality (AR) is a live direct or indirect view of a physical, real-world environment whose elements are "augmented" by computer-generated or extracted real-world sensory input such as sound, video, graphics, haptics or GPS data. It is related to a more general concept called computer-mediated reality, in which a view of reality is modified (possibly even diminished rather than augmented) by a computer. Augmented reality enhances one’s current perception of reality, whereas virtual reality replaces the real world with a simulated one. Augmented reality is used in order to enhance the experienced environments or situations and to offer enriched experiences. Originally, the immersive augmented reality experiences were used in entertainment and game businesses, but now other business industries are also getting interested about AR's possibilities for example in knowledge sharing, educating, managing the information flood and organizing distant meetings. Augmented reality has a lot of potential in gathering and sharing tacit knowledge. Augmentation techniques are typically performed in real time and in semantic context with environmental elements, such as overlaying supplemental information like scores over a live video feed of a sporting event.
</div>
</div>
</div>
</div>
<!-- popup -->
<div class="modal fade wwd-model" id="wwd5" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">3D Printing</h4>
</div>
<div class="modal-body">
3D printing, also known as additive manufacturing (AM), refers to processes used to create a three-dimensional object in which material is joined or solidified under computer control to create an object, with material being added together (such as liquid molecules or powder grains being fused together). Objects can be of almost any shape or geometry and typically are produced using digital model data from a 3D model or another electronic data source such as an Additive Manufacturing File (AMF) file (usually in sequential layers). Stereolithography (STL) is one of the most common file types that is used for 3D Printing. Thus, unlike material removed from a stock in the conventional machining process, 3D printing or AM builds a three-dimensional object from computer-aided design (CAD) model or AMF file, usually by successively adding material layer by layer.
</div>
</div>
</div>
</div>
<!-- popup -->
<div class="modal fade wwd-model" id="wwd6" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Robotics</h4>
</div>
<div class="modal-body">
Robotics is an interdisciplinary branch of engineering and science that includes mechanical engineering, electrical engineering, computer science, and others. Robotics deals with the design, construction, operation, and use of robots, as well as computer systems for their control, sensory feedback, and information processing.
</div>
</div>
</div>
</div>
<!-- popup -->
<div class="modal fade wwd-model" id="wwd7" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Data Analytics</h4>
</div>
<div class="modal-body">
Data analysis, also known as analysis of data or data analytics, is a process of inspecting, cleansing, transforming, and modeling data with the goal of discovering useful information, suggesting conclusions, and supporting decision-making. Data analysis has multiple facets and approaches, encompassing diverse techniques under a variety of names, in different business, science, and social science domains.
</div>
</div>
</div>
</div>
<!-- popup -->
<div class="modal fade wwd-model" id="wwd8" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Machine Learning</h4>
</div>
<div class="modal-body">
Machine learning is closely related to (and often overlaps with) computational statistics, which also focuses on prediction-making through the use of computers. It has strong ties to mathematical optimization, which delivers methods, theory and application domains to the field. Machine learning is sometimes conflated with data mining, where the latter subfield focuses more on exploratory data analysis and is known as unsupervised learning. Machine learning can also be unsupervised and be used to learn and establish baseline behavioral profiles for various entities and then used to find meaningful anomalies.
</div>
</div>
</div>
</div>
<!-- float icon -->
<div class="float-icon-wrap">
<div class="float-icon">
<ul class="list-inline social-buttons">
<li><a target="_blank" href="https://www.meetup.com/iotgeeks/"><img src="images/icon-m.png" alt="Icon"></a></li>
<li><a target="_blank" href="https://twitter.com/iot_geeks"><img src="images/icon-tw.png" alt="Icon"></a></li>
<li><a target="_blank" href="https://www.facebook.com/iotgeeks/"><img src="images/icon-fb.png" alt="Icon"></a> </li>
<li><a target="_blank" href="https://www.linkedin.com/company/iot-geeks/"><img src="images/icon-ln.png" alt="Icon"></a> </li>
<li><a target="_blank" href="https://plus.google.com/u/1/b/109467149167261535849/+IoTGeeks"><img src="images/icon-g.png" alt="Icon"></a> </li>
</ul>
</div>
<!--
<div class="reachus float-icon">
<a href="#contact-form"> <img src="images/sent-mail.svg" alt="Reach Us"> </a>
</div> -->
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/retina.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/smoothscroll.js"></script>
<!-- <script type="text/javascript" src="js/jqBootstrapValidation.js"></script> -->
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAWHTXY7_NfA6MmrB4_2KPlr6mDM3gX-Ec&callback=initMap">
</script>
<script src="js/owl.carousel.min.js"></script>
<!-- <script type="text/javascript" src="js/contact_me.js"></script> -->
<script type="text/javascript" src="js/jquery-func.js"></script>
<script type="text/javascript">
$(".navbar-inverse .navbar-nav > li > a").click(function() {
$('html, body').animate({
scrollTop: $(this.hash).offset().top - 50
}, 800);
$(".topMenuList").removeClass("menuOpened");
return false;
});
</script>
</body>
</html>