-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
410 lines (376 loc) · 21.1 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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<!--<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>KHMD community @ SKCH-CBSE</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<link rel="stylesheet" href="css/normalize.min.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'> <!-- Open Sans /-->
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700' rel='stylesheet' type='text/css'> <!-- PT Sans Narrow /-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<link rel="stylesheet" href="css/flexslider.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/queries.css">
<link rel="stylesheet" href="css/etline-font.css">
<link rel="stylesheet" href="bower_components/animate.css/animate.min.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<!-- Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68393725-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body id="top">
<section class="hero" id="home">
<section class="navigation">
<header>
<div class="header-content">
<div class="logo tada animated">
<img src="favicon-96x96.png" height="40px" width="52px">
</div>
<div class="header-nav">
<nav>
<ul class="primary-nav">
<li><a href="#about" target="blank">ABOUT US</a></li>
<li><a href="#events">EVENTS</a></li>
<li><a href="#team">TEAM</a></li>
<li><a href="#contact">CONTACT US</a></li>
<li><a href="https://kumaranhmd.blogspot.in/2014/11/khmd-community-explained.html" target="blank">BLOG</a></li>
<li><a href="./progress/index.html" target="blank">INTERFACE</a></li>
</ul>
</nav>
</div>
</div>
</header>
</section>
<div class="container fadeInUp animated">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="hero-content text-center">
<img class="logo" src = "apple-touch-icon.png" align = "center">
<h1 style="text-align: center">KUMARAN HACKER MAKER DESIGNER COMMUNITY</h1>
</div>
</div>
</div>
<div class="navicon">
<a class="nav-toggle" href="#"><span></span></a>
</div>
</div>
</section>
<section class="blog-intro section-padding" id="about">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3>About Us</h3>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-12 col-xs-12 leftcol">
<h5>The Trailer</h5><iframe style="padding-bottom:50" width="540" height="315" src="https://www.youtube.com/embed/7sw-G5Vdd6o" frameborder="0" allowfullscreen></iframe>
</div>
<div class="col-md-6 col-sm-12 col-xs-12 rightcol">
<p class="wer">KHMD is a student-centric platform developed and managed by a group of like-minded students of Kumarans who believe in the Hacker culture. It is aimed at the tech enthusiasts and beginners to nurture their skills and foster their interest in science and technology. We provide a platform for students in Kumarans to interact with experts and build their own projects. KHMD is the place where beginners can learn new things in the world of technology and more experienced seniors and experts can mentor them.</p>
</div>
<br>
<div>
<p class="wer">We work on various projects in diverse areas of technology like Arduino, Web, Android and Design among others. We also work on introducing less interested students to the amazing fields of science and technology. Technology is everywhere and everyone has the creativity and imagination to create something new and exciting with technology. All he/she needs is the support and freedom to do this. We want to build a community of individuals in school who want to create technology to help each other and the whole world.</p>
<p class="wer" style="font-size: 20px"><b>Our core belief is- “All of us can be creators of technology rather than mere consumers of it!”</b>
</p>
</div>
</div>
</div>
</section>
<section class="blog-intro section-padding" id="events">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3>EVENTS</h3>
<h4>Our Events Till Now...</h4>
<br><br>
</div>
</div>
<div class="row">
</div>
</div>
<section class="blog text-center">
<div class="container-fluid">
<div class="row">
<div class="col-md-4">
<article class="blog-post">
<figure>
<div class="blog-img-wrap">
<div class="overlay">
</div>
<img src="./img/infuse_.jpg"/>
</div>
</a>
<figcaption>
<h2><a href="https://kumaranhmd.blogspot.in/2015/03/khmd-infuse.html" target="blank" class="blog-category" data-toggle="tooltip" data-placement="top" data-original-title="See more">INFUSE</a></h2>
<p><a class="blog-post-title">2015<i class="fa fa-angle-right"></i></a></p>
</figcaption>
</figure>
</article>
</div>
<div class="col-md-4">
<article class="blog-post">
<figure>
<div class="blog-img-wrap">
<div class="overlay">
</div>
<img src="./img/logo2.png" class="single_image"/>
</div>
</a>
<figcaption>
<h2><a href = "http://khmd.github.io/interface/" target="blank" class="blog-category" data-toggle="tooltip" data-placement="top" data-original-title="See more">INTERFACE</a></h2>
<p><a class="blog-post-title">2015<i class="fa fa-angle-right"></i></a></p>
</figcaption>
</figure>
</article>
</div>
<div class="col-md-4">
<article class="blog-post">
<figure>
<div class="blog-img-wrap">
<div class="overlay">
</div>
<img src="./img/ignite.jpg"/>
</div>
</a>
<figcaption>
<h2><a href="http://kumaranhmd.blogspot.in/2016/08/khmd-ignite-2016_18.html" target="blank" class="blog-category" data-toggle="tooltip" data-placement="top" data-original-title="See More">IGNITE</a></h2>
<p><a class="blog-post-title">2016<i class="fa fa-angle-right"></i></a></p>
</figcaption>
</figure>
</article>
</div>
<div class="col-md-4">
<article class="blog-post">
<figure>
<div class="blog-img-wrap">
<div class="overlay">
</div>
<img src="./img/think tank.jpg" class="single_image"/>
</div>
</a>
<figcaption>
<h2><a href = "./ThinkTank%20Page/index.html" target="blank" class="blog-category" data-toggle="tooltip" data-placement="top" data-original-title="See more">THINK TANK</a></h2>
<p><a class="blog-post-title">2016<i class="fa fa-angle-right"></i></a></p>
<p><a href="https://docs.google.com/forms/d/e/1FAIpQLSfExu8AlPBxpq7U7fRcmy714AqGIBaCXNvaBXCnXxqKsZHwsQ/viewform?c=0&w=1" target="blank">Register Here!</a></p>
</figcaption>
</figure>
</article>
</div>
</div>
</div>
</section>
<section class "blog-intro section-padding" id="team">
<br><br><br>
<h3>The Founding team</h3> <!-- Section Title -->
<div class="separator"></div>
<div class="container">
<div class="col-md-8 col-md-offset-2">
<!-- Section Description -->
</div>
<!-- First Row of team -->
<div class="row1">
<!-- gautam -->
<div class="col-md-3">
<a href="https://plus.google.com/u/0/+GautamPadiyar" target="blank" class="member-profile">
<div class="unhover_img">
<img src="./img/prof1bw.jpg" alt="" />
</div>
<div class="hover_img">
<img src="./img/prof1.jpg" alt="" />
</div>
<h4><span>Gautam</span> Padiyar</h4>
</a>
<ul>
<li><a href="https://www.facebook.com/gautam.padiyar?fref=ts" target="blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://plus.google.com/u/0/+GautamPadiyar" target="blank"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
<!-- gautam -->
<div class="col-md-3">
<a href="https://plus.google.com/u/0/113963732402090679871" target="blank" class="member-profile">
<div class="unhover_img">
<img src="./img/sameerbw.jpg" alt="" />
</div>
<div class="hover_img">
<img src="./img/sameer.jpg" alt="" />
</div>
<h4><span>Sameer</span> Kolhar</h4>
</a>
<ul>
<li><a href="https://www.facebook.com/profile.php?id=100012098203983" target="blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://plus.google.com/u/0/113963732402090679871" target="blank"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
<!-- gautam -->
<div class="col-md-3">
<a href="https://plus.google.com/u/0/+ArjunRao13" target="blank" class="member-profile">
<div class="unhover_img">
<img src="./img/arjunbw.jpg" alt="" />
</div>
<div class="hover_img">
<img src="./img/arjun.jpg" alt="" />
</div>
<h4><span>Arjun</span> Rao</h4>
</a>
<ul>
<li><a href="https://www.facebook.com/arjun.Rao13" target="blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://plus.google.com/u/0/+ArjunRao13" target="blank"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div> <!-- End First Row -->
<div class="clear"></div>
<!-- Second Row of team -->
<div class="row2">
<h3>The Present KHMD Team</h3>
<!-- aman -->
<div class="col-md-3" id="aman">
<a href="https://plus.google.com/u/0/+AmanVernekar" target="blank" class="member-profile">
<div class="unhover_img">
<img src="./img/aman1bw.jpg" alt="" />
</div>
<div class="hover_img">
<img src="./img/Aman1.jpg" alt="" />
</div>
<h4><span>Aman</span> Vernekar</h4>
</a>
<ul>
<li><a href="https://www.facebook.com/profile.php?id=100010727311116&fref=ts" target="blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://plus.google.com/u/0/+AmanVernekar" target="blank"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
<!-- Suraj -->
<div class="col-md-3" id="suraj">
<a href="https://plus.google.com/u/0/+surajranganath2002" class="member-profile">
<div class="unhover_img">
<img src="./img/suraj1bw.jpg" alt="" />
</div>
<div class="hover_img">
<img src="./img/suraj1.jpg" alt="" />
</div>
<h4><span>Suraj</span> Ranganath</h4>
</a>
<ul>
<li><a href="https://www.facebook.com/suraj.r17?fref=ts" target="blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://plus.google.com/u/0/+surajranganath2002" target="blank"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
<!-- Arvind
<div class="col-md-3">
<a href="https://plus.google.com/u/0/+ArvindChandavarapu" target="blank" class="member-profile">
<div class="unhover_img">
<img src="./img/arvindbw.jpg" alt="" />
</div>
<div class="hover_img">
<img src="./img/arvind.jpg" alt="" />
</div>
<h4><span>Arvind</span> Chandavarapu</h4>
</a>
<ul>
<li><a href="https://www.facebook.com/arvind.chandavarapu" target="blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://plus.google.com/u/0/+ArvindChandavarapu" target="blank"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
-->
<!-- //team SECTION -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <!-- Load jQuery -->
<!-- jQuery Code for the View All Button -->
<script>
$(document).ready(function(){
$(".fadeIn").click(function(){
$("div.row2").fadeIn();
$("button.fadeIn").hide();
});
});
</script>
</section>
<section class="sign-up section-padding text-center" id="contact">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h2>Interested?<a href="https://docs.google.com/forms/d/1iMsuLTTIcknat29rFJStIGx9_m8pI9hhNmxD4aBkz8U/viewform?usp=send_form" target="_blank"> Click here!</a></h2>
<h2>Want to show us your project? <a class="typeform-share link" href="https://khmdskch.typeform.com/to/spcLmZ" data-mode="1" target="_blank"> Click here!</a>
<script>(function(){var qs,js,q,s,d=document,gi=d.getElementById,ce=d.createElement,gt=d.getElementsByTagName,id='typef_orm',b='https://s3-eu-west-1.amazonaws.com/share.typeform.com/';if(!gi.call(d,id)){js=ce.call(d,'script');js.id=id;js.src=b+'share.js';q=gt.call(d,'script')[0];q.parentNode.insertBefore(js,q)}})()</script></h3>
<h3>Contact Us at <a>[email protected]</a></h3>
<h3>Or on <a href="https://www.facebook.com/khmdc" target="_blank">Facebook</a></h3>
</form>
</div>
</div>
</div>
</section>
<!--<section class="sign-up section-padding text-center" id="newsletter">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h3>Get started with your Journey</h3>
<h4>Don't Worry! We Respect Your Privacy.</h4>
<form class="signup-form" action="#" method="POST" role="form">
<button type="submit" class="btn-fill sign-up-btn">Join Us For The Latest!</button>
</form>
</div>
</div>
</div>
</section>-->
<section class="to-top">
<div class="container">
<div class="row">
<div class="to-top-wrap">
<a href="#top" class="top"><i class="fa fa-angle-up"></i></a>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-7">
<div class="footer-links">
<ul class="footer-group">
<li><a href="https://plus.google.com/u/0/communities/115383468547937742588">Google+ Community</a></li>
<li><a class="typeform-share link" href="https://kolhar730.typeform.com/to/UzcrmI" data-mode="1" target="_blank">Suggestions</a>
<script>(function(){var qs,js,q,s,d=document,gi=d.getElementById,ce=d.createElement,gt=d.getElementsByTagName,id='typef_orm',b='https://s3-eu-west-1.amazonaws.com/share.typeform.com/';if(!gi.call(d,id)){js=ce.call(d,'script');js.id=id;js.src=b+'share.js';q=gt.call(d,'script')[0];q.parentNode.insertBefore(js,q)}})()</script>
</li>
</ul>
<p>Copyright © 2016 <a>KHMD - SKCH</a><br>
Crafted by KHMD.</p>
</div>
</div>
<div class="social-share">
<p>Share this with your friends</p>
<a href="https://www.facebook.com/khmdc" class="facebook-share"><i class="fa fa-facebook"></i></a>
<a href="https://www.youtube.com/channel/UChlcCdja2m62reD_m7Rsd1g" class="youtube-share"><i class="fa fa-youtube"></i></a>
<a href="https://plus.google.com/share?url=http://khmd.github.io/interface/index.html" class="btn-btn-google"><i class="fa fa-google-plus"></i> <span></span></a>
</div>
</div>
</div>
</footer>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="bower_components/retina.js/dist/retina.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="bower_components/classie/classie.js"></script>
<script src="bower_components/jquery-waypoints/lib/jquery.waypoints.min.js"></script>
</body>
</html>