forked from Shivansh-Bajaj/lnmiit-foss.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
484 lines (436 loc) · 27.6 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
<!DOCTYPE html>
<html>
<head>
<title>conf.kde.in 2016</title>
<link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="css/main.css">
<link type="text/css" rel="stylesheet" href="css/TimeCircles.css" media="screen,projection"/>
<link rel="icon" sizes="144x144" href="media/images/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<div class="navbar-fixed">
<nav>
<div class="nav-wrapper">
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons">menu</i></a>
<ul id="nav-mobile" class="hide-on-med-and-down">
<li><a class="homex" href="#homex">Home</a></li>
<li><a class="aboutx" href="#aboutx">About</a></li>
<li><a class="schedulex" href="#schedulex">Schedule</a></li>
<li><a class="speakerx" href="#speakerx">Speakers</a></a></li>
<li><a class="registerx" href="#registerx">Register</li>
<li><a class="faqx" href="#faqx">FAQ</li>
<li><a class="locationx" href="#locationx">Location</a></li>
<li><a class="contactx" href="#contactx">Contact Us</a></li>
</ul>
<ul class="side-nav" id="mobile-demo">
<li><a class="homex" href="#homex">Home</a></li>
<li><a class="aboutx" href="#aboutx">About</a></li>
<li><a class="schedulex" href="#schedulex">Schedule</a></li>
<li><a class="speakerx" href="#speakerx">Speakers</a></li>
<li><a class="registerx" href="#registerx">Register</a></li>
<li><a class="faqx" href="#faqx">FAQ</a></li>
<li><a class="locationx" href="#locationx">Location</a></li>
<li><a class="contactx" href="#contactx">Contact Us</a></li>
</ul>
</div>
</nav>
</div>
<section id="homex" class="module parallax parallax-1">
<div class="container center">
<h1 class="head-1">conf.kde.in 2016</h1>
<span id="dates">March 5th-6th</span><br />
<a href="#registerx"><span id="register">Register Now</span></a>
</div>
</section>
<section id="aboutx" class="module content">
<div class="container">
<h2 class="center"><i class="material-icons custom_size"></i>About Us</h2>
<p id="about-us">As with the previous editions, conf.kde.in is a platform for Qt/KDE contributors, developers and enthusiasts to come together,share their knowledge, contribute, learn and play. Most importantly it's an excellent arena for collaboration and exchange of ideas, skills and thoughts among like minded people passionate about open source in general.<br><br>
conf.kde.in is an awesome opportunity for any student who is passionate to experience the magic of open source. Here you can meet the veterans in open source software development, develop professional connections which , for sure, will help you a great deal in future, chat with student contributors who can guide you , present in front of a grand audience (wow!) and most importantly grasp the essence of open source development. It is indeed a 'never miss' opportunity that will give you a strong foundation to build on!</p>
</div>
</section>
<div id="just-a-line"></div>
<h2 id="schedulex" style="text-align:center;"><i class="material-icons custom_size"></i>Schedule</h2>
<!-- Modal Trigger -->
<div class="center">
<a class="waves-effect waves-light btn modal-trigger" style="#2196F3" href="#modal2">Schedule</a>
</div>
<!-- Modal Structure -->
<div id="modal2" class="modal">
<a href="#!" class=" modal-action modal-close"><div class="backBTN"><i class="material-icons">trending_flat</i></div></a>
<div class="modalClassyBG"></div>
<div class="modalClassyContainer">
<h3>Schedule</h3>
<div class="row">
<div class="col s12 modalClassytabcol">
<ul class="tabs modalClassytab">
<li class="tab "><a class="active" href="#test1">Day 1</a></li>
<li class="tab "><a href="#test2">Day 2</a></li>
</ul>
</div>
<div id="test1" class="col s12 card">
<h4 class="modalClassyDate">March 5, 2016</h4>
<hr>
<br>
<div class="someclass">
<i class="material-icons modalClassyIcon">query_builder</i>
<span class="modalClassyTime1">09:30 AM - 10:00 AM</span>
<span class="modalClassyEvent">Registration</span>
</div>
<div class="someclass">
<span class="modalClassyTime">10:00 AM - 11:00 AM</span>
<span class="modalClassyEvent">Inauguration</span>
</div>
<div class="someclass">
<span class="modalClassyTime">11:00 AM - 11:30 AM</span>
<span class="modalClassyEvent">Pradeepto Bhattacharya : Journey of KDE</span>
</div>
<div class="someclass">
<span class="modalClassyTime">11:30 AM - 12:15 PM</span>
<span class="modalClassyEvent">Parag Namade : Packaging your Software</span>
</div>
<div class="someclass">
<span class="modalClassyTime">12:15 PM - 01:00 PM</span>
<span class="modalClassyEvent">Varun Joshi : Begining with KDE</span>
</div>
<div class="someclass">
<span class="modalClassyTime">01:00 PM - 02:00 PM</span>
<span class="modalClassyEvent">Lunch</span>
</div>
<div class="someclass">
<span class="modalClassyTime">02:00 PM - 02:45 PM</span>
<span class="modalClassyEvent">Bruno Coudoin : GCompris goes Qt Quick</span>
</div>
<div class="someclass">
<span class="modalClassyTime">02:45 PM - 03:30 PM</span>
<span class="modalClassyEvent">Boudhayan Gupta : Spectacle</span>
</div>
<div class="someclass">
<span class="modalClassyTime">03:30 PM - 04:15 PM</span>
<span class="modalClassyEvent">Garvit Khatri : Introduction about LabPlot</span>
</div>
<div class="someclass">
<span class="modalClassyTime">04:15 PM - 05:00 PM</span>
<span class="modalClassyEvent">Aditya Dev Sharma : Hands on PMC and My SoK Experience</span>
</div>
</div>
<!-- Day 2 -->
<div id="test2" class="col s12 card">
<h4 class="modalClassyDate">March 6, 2016</h4>
<hr>
<br>
<div class="someclass">
<i class="material-icons modalClassyIcon">query_builder</i>
<span class="modalClassyTime1">10:00 AM - 10:45 AM</span>
<span class="modalClassyEvent">Boudhayan Gupta : Git Under KDE</span>
</div>
<div class="someclass">
<span class="modalClassyTime">10:45 AM - 11:30 AM</span>
<span class="modalClassyEvent">Siddhesh Suthar : Contributing to GCompris</span>
</div>
<div class="someclass">
<span class="modalClassyTime">11:30 AM - 12:15 AM</span>
<span class="modalClassyEvent">Bhushan Shah : Mentoring programs in KDE</span>
</div>
<div class="someclass">
<span class="modalClassyTime">12:15 PM - 01:00 PM</span>
<span class="modalClassyEvent">Sanjiban Bairagya : Play with Marble</span>
</div>
<div class="someclass">
<span class="modalClassyTime">01:00 PM - 02:00 PM</span>
<span class="modalClassyEvent">Lunch</span>
</div>
<div class="someclass">
<span class="modalClassyTime">02:00 PM - 02:45 PM</span>
<span class="modalClassyEvent">Timothee Giet : Krita for everyone</span>
</div>
<div class="someclass">
<span class="modalClassyTime">02:45 PM - 03:30 PM</span>
<span class="modalClassyEvent">Anu Mittal : Contributing for Season of KDE</span>
</div>
<div class="someclass">
<span class="modalClassyTime">03:30 PM - 04:15 PM</span>
<span class="modalClassyEvent">Ashish Bansal : Introduction to KDE Connect</span>
</div>
<div class="someclass">
<span class="modalClassyTime">04:15 PM - 05:00 PM</span>
<span class="modalClassyEvent">Rajdeep Kaur : GCompris InBuilt Features</span>
</div>
<div class="someclass">
<span class="modalClassyTime">05:00 PM - 05:15 PM</span>
<span class="modalClassyEvent">Ending Note!</span>
</div>
</div>
</div>
</div>
</div>
<br><br>
<div id="just-a-line"></div>
<section id="speakerx" class="module content">
<div class="container">
<h2 class="center"><i class="material-icons custom_size"></i>Speakers</h2>
</div>
<br>
<div class="row">
<div class="col s12 m3 speaker-1" style="width:280px;">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img height="276px" width="257px" src="./media/images/pradeepto.jpg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" style="line-height: 30px; font-size: 20px;"> Pradeepto Bhattacharya
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4" >Pradeepto Bhattacharya<i class="material-icons right">close</i></span>
<p></p>
</div>
</div>
</div>
<div class="col s12 m3 speaker-2" style="width:280px;">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img height="276px" width="257px" src="./media/images/parag.jpg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" style="line-height: 30px; font-size: 20px;">Parag Namade
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Parag Namade<i class="material-icons right">close</i></span>
<p></p>
</div>
</div>
</div>
<div class="col s12 m3 speaker-3" style="width:280px;">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img height="276px" width="257px" src="./media/images/bdoin.jpg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" style="line-height: 30px; font-size: 20px;">Bruno Coudoin
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Bruno Coudoin<i class="material-icons right">close</i></span>
<p></p>
</div>
</div>
</div>
<div class="col s12 m3 speaker-4" style="width:280px;">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img height="276px" width="257px" src="./media/images/timothee.jpg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" style="line-height: 30px; font-size: 20px;">Timothee Giet
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Timothee Giet<i class="material-icons right">close</i></span>
<p></p>
</div>
</div>
</div>
</div>
<div class="center"><a class="waves-effect waves-light btn modal-trigger" href="#modal1">More</a></div>
<!-- Modal Structure -->
<div id="modal1" class="modal">
<div class="modal-content">
<h3 class="center">Speakers & Talks</h3>
<div class="team-card team-1">
<img width="180px" height="180px" style="border:0px solid; border-radius:200px; margin-left:25.5px;" src="./media/images/pradeepto.jpg">
<br><span class="card-title name-text-head grey-text text-darken-4" style="line-height:30px; font-size: 20px; left:17px;"> Pradeepto Bhattacharya</span>
<br><span class="card-title name-text-pos grey-text text-darken-4" style="left:25px;">Founder & Head, KDE INDIA</span>
<br><span class="card-title name-text-topic grey-text text-darken-4" style="left:57px;">Journey of KDE</span>
</div>
<div class="team-card team-2">
<img width="180px" height="180px" style="border:0px solid; border-radius:200px; margin-left:25.5px;" src="./media/images/parag.jpg">
<br><span class="card-title name-text-head grey-text text-darken-4" style="line-height:30px; font-size: 20px; left:55px;"> Parag Namade</span>
<br><span class="card-title name-text-pos grey-text text-darken-4" style="left:57px;">Keynote Speaker #1</span>
<br><span class="card-title name-text-topic grey-text text-darken-4" style="left:44px;">Packaging your software</span>
</div>
<div class="team-card team-3">
<img width="180px" height="180px" style="border:0px solid; border-radius:200px; margin-left:25.5px;" src="./media/images/bdoin.jpg">
<br><span class="card-title name-text-head grey-text text-darken-4" style="line-height:30px; font-size: 20px; left:60px;">Bruno Coudoin</span>
<br><span class="card-title name-text-pos grey-text text-darken-4" style="left:27px;">Founder & Maintainer, GCompris</span>
<br><span class="card-title name-text-topic grey-text text-darken-4" style="left:48px;">GCompris goes Qt Quick</span>
</div>
<div class="team-card team-4">
<img width="180px" height="180px" style="border:0px solid; border-radius:200px; margin-left:25.5px;" src="./media/images/timothee.jpg">
<br><span class="card-title name-text-head grey-text text-darken-4" style="line-height:30px; font-size: 20px; left:54px;"> Timothee Giet</span>
<br><span class="card-title name-text-pos grey-text text-darken-4" style="left:41px;">Designer, Krita Software</span>
<br><span class="card-title name-text-topic grey-text text-darken-4" style="left:64px;">Krita for everyone</span>
</div>
<div class="team-card team-1">
<img width="180px" height="180px" style="border:0px solid; border-radius:200px; margin-left:25.5px;" src="./media/images/siddhesh.png">
<br><span class="card-title name-text-head grey-text text-darken-4" style="line-height:30px; font-size: 20px; left:46px;"> Siddhesh Suthar</span>
<br><span class="card-title name-text-pos grey-text text-darken-4" style="left:25px;">GSOC, 2015 (GCompris,KDE)</span>
<br><span class="card-title name-text-topic grey-text text-darken-4" style="left:30px;">Contributing to GCompris</span>
</div>
<div class="team-card team-2">
<img width="180px" height="180px" style="border:0px solid; border-radius:200px; margin-left:25.5px;" src="./media/images/garvit.JPG">
<br><span class="card-title name-text-head grey-text text-darken-4" style="line-height:30px; font-size: 20px; left:63px;">Garvit Khatri</span>
<br><span class="card-title name-text-pos grey-text text-darken-4" style="left:79px;">GSOC, 2015</span>
<br><span class="card-title name-text-topic grey-text text-darken-4" style="left:41px;">Introduction about LabPlot</span>
</div>
<div class="team-card team-3">
<img width="180px" height="180px" style="border:0px solid; border-radius:200px; margin-left:25.5px;" src="./media/images/bhushan.JPG">
<br><span class="card-title name-text-head grey-text text-darken-4" style="line-height:30px; font-size: 20px; left:55px;"> Bhushan Shah</span>
<br><span class="card-title name-text-pos grey-text text-darken-4" style="left:35px;"> Developer, BlueSystems GmBH</span>
<br><span class="card-title name-text-topic grey-text text-darken-4" style="left:42px;">Plasma, Unnoticed Ninja</span>
</div>
<div class="team-card team-4">
<img width="180px" height="180px" style="border:0px solid; border-radius:200px; margin-left:25.5px;" src="./media/images/boudhayan.jpg">
<br><span class="card-title name-text-head grey-text text-darken-4" style="line-height:30px; font-size: 20px; left:49px;">Boudhayan Gupta</span>
<br><span class="card-title name-text-pos grey-text text-darken-4" style="left:52px;">Student Developer, KDE</span>
<br><span class="card-title name-text-topic grey-text text-darken-4" style="left:47px;">Spectacle | Git Under KDE</span>
</div>
<div class="team-card team-1">
<img width="180px" height="180px" style="border:0px solid; border-radius:200px; margin-left:25.5px;" src="./media/images/sanjiban.jpg">
<br><span class="card-title name-text-head grey-text text-darken-4" style="line-height:30px; font-size: 20px; left:39px;"> Sanjiban Bairagya</span>
<br><span class="card-title name-text-pos grey-text text-darken-4" style="left:26px;">Software Developer, MagicPin</span>
<br><span class="card-title name-text-topic grey-text text-darken-4" style="left:64px;">Play with Marble</span>
</div>
<div class="team-card team-2">
<img width="180px" height="180px" style="border:0px solid; border-radius:200px; margin-left:25.5px;" src="./media/images/ashish.png">
<br><span class="card-title name-text-head grey-text text-darken-4" style="line-height:30px; font-size: 20px; left:47px;"> Ashish Bansal</span>
<br><span class="card-title name-text-pos grey-text text-darken-4" style="left:39px;">Mentor, Season of KDE</span>
<br><span class="card-title name-text-topic grey-text text-darken-4" style="left:27px;">Introduction to KDE Connect</span>
</div>
<div class="team-card team-3">
<img width="180px" height="180px" style="border:0px solid; border-radius:200px; margin-left:25.5px;" src="./media/images/varun.JPG">
<br><span class="card-title name-text-head grey-text text-darken-4" style="line-height:30px; font-size: 20px; left:61px;"> Varun Joshi</span>
<br><span class="card-title name-text-pos grey-text text-darken-4" style="left:67px;">Developer, KDE</span>
<br><span class="card-title name-text-topic grey-text text-darken-4" style="left:55px;">Beginning with KDE</span>
</div>
<div class="team-card team-4">
<img width="180px" height="180px" style="border:0px solid; border-radius:200px; margin-left:25.5px;" src="./media/images/anu.jpg">
<br><span class="card-title name-text-head grey-text text-darken-4" style="line-height:30px; font-size: 20px; left:67px;">Anu Mittal</span>
<br><span class="card-title name-text-pos grey-text text-darken-4" style="left:42px;">Season of KDE Developer</span>
<br><span class="card-title name-text-topic grey-text text-darken-4" style="left:29px;">Contributing for Season of KDE</span>
</div>
<div class="team-card team-1">
<img width="180px" height="180px" style="border:0px solid; border-radius:200px; margin-left:25.5px;" src="./media/images/rajdeep.jpg">
<br><span class="card-title name-text-head grey-text text-darken-4" style="line-height:30px; font-size: 20px; left:58px;"> Rajdeep Kaur</span>
<br><span class="card-title name-text-pos grey-text text-darken-4" style="left:75px;">SoK Developer</span>
<br><span class="card-title name-text-topic grey-text text-darken-4" style="left:41px;">GCompris InBuilt Features</span>
</div>
<div class="team-card team-2">
<img width="180px" height="180px" style="border:0px solid; border-radius:200px; margin-left:25.5px;" src="./media/images/aditya.jpg">
<br><span class="card-title name-text-head grey-text text-darken-4" style="line-height:30px; font-size: 20px; left:34px;"> Aditya Dev Sharma</span>
<br><span class="card-title name-text-pos grey-text text-darken-4" style="left:36px;">Student Contributor, KDE</span>
<br><span class="card-title name-text-topic grey-text text-darken-4" style="left:6px;">Hands on PMC and My SoK Experience</span>
</div>
</div>
</section>
<div id="just-a-line"></div>
<section id="registerx" class="module content">
<div class="container regx center">
<h2 class="center"><i class="material-icons custom_size"></i>Register Yourself !</h2>
<div class="register-btns">
<a class="waves-effect waves-light btn-large" href="http://cki2016.doattend.com" style="background-color:#2196F3; margin-left:5px;"><i class="material-icons right">play_arrow</i>Participate</a>
</div>
</div>
<br /><br />
<div id="just-a-line"></div>
</section>
<section id="faqx" style="margin-top : -50px;" class="module content">
<div class="container">
<h2 class="center"><i class="material-icons custom_size"></i>Frequently Asked Questions</h2><br>
<ul class="collapsible popout" data-collapsible="accordion">
<li>
<div class="collapsible-header"><i class="material-icons"></i>What is the registration fee for the event ?</div>
<div class="collapsible-body"><p>As, conf.kde.in is an non-profit event the registration fees is Rs 300/- for the first round of registraions and Rs 500/- for late registration. Registration charge includes your snacks and lunch for the two days.</p></div>
</li>
<li>
<div class="collapsible-header"><i class="material-icons"></i>What about my accomodation ?</div>
<div class="collapsible-body"><p>We will be providing accommodation at the LNMIIT campus itself.<br>To avail accommodation please fill the form <strong><a href="http://goo.gl/forms/FMXpEHMds4" target="_blank">here</a></strong>.<br>Accommodation will be provided as per first come first serve basis.</p></div>
</li>
<li>
<div class="collapsible-header"><i class="material-icons"></i>What is KDE?</div>
<div class="collapsible-body"><p>The KDE Community is an international technology team dedicated towards creating a free and user-friendly computing experience. It is one of the largest open source communities in the world and has a myriad of applications and projects associated with it. For more details, see <a href=" http://www.kde.org/community/whatiskde/"><strong>here</strong></a>.</p></div>
</li>
<li>
<div class="collapsible-header"><i class="material-icons"></i>What is Qt?</div>
<div class="collapsible-body"><p>Qt (pronounced 'cute') is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code. For more details, see <a href=" http://qt.io/"><strong>here</strong></a>.</p></div>
</li>
<li>
<div class="collapsible-header"><i class="material-icons"></i>What is conf.kde.in?</div>
<div class="collapsible-body"><p>conf.kde.in is a platform for Qt and KDE contributors and enthusiasts to meet up, share their knowledge, contribute, learn, play, and most importantly have fun. It is the perfect arena for collaboration and exchange of ideas, skills, thoughts among like minded people who are passionate about open source. It aims at furthering the goals and visions of the KDE community and open source among many more Indians and to motivate them to contribute to this noble deed. Through this event KDE - India aims at educating more students about open source software contribution and also strives to teach them necessary skills which shall help not only in facilitating their contribution to open source but shall also prove to be a useful asset to their knowledge and skills. The event is also a place for existing as well as budding and novice KDE members to meet, collaborate and work on new ideas as well as projects and help in creating something which can be used by billions around the world. It is a platform to promote open source among students, among more Indians and also to get them to know about various programs such as GSoC, Season of KDE, Google Code-In which promote the participation of youth in open source and to provide them with the necessary skills.</p></div>
</li>
<li>
<div class="collapsible-header"><i class="material-icons"></i>Who should attend conf.kde.in?</div>
<div class="collapsible-body"><p>Students, professionals, teachers, programmers, developers, designers and anybody interested in Qt and KDE and more generally open-source hacking or interested in learning about all of this should not miss the event.</p></div>
</li>
<li>
<div class="collapsible-header"><i class="material-icons"></i>I am not a programmer. Should I attend conf.kde.in?</div>
<div class="collapsible-body"><p>Yes, of course. conf.kde.in is going to be a holistic event. FOSS is equally about documentation, artwork and reaching a wider audience via localisation. We plan to have talks and workshops which deal with non-coding topics like localisation, design, artwork, documentation, community and more.</p></div>
</li>
<li>
<div class="collapsible-header"><i class="material-icons"></i>I am a teacher. Should I attend conf.kde.in?</div>
<div class="collapsible-body"><p>Yes. We believe that teachers are one of the most important attendees we can have for this event. Teachers are the one who spread the knowledge to countless students. Some of our volunteers have been organising Qt / KDE talks and workshops at various colleges and universities in India so they know the importance of teachers at this event. We will be very happy to have you here. In fact, we will extend a special teacher's concession on registration fees to all teachers and professors subject to your college ID card.</p></div>
</li>
<li>
<div class="collapsible-header"><i class="material-icons"></i>How can I help?</div>
<div class="collapsible-body"><p>Attend the event and make it successful. Promote conf.kde.in. Volunteer at conf.kde.in. Find sponsors for conf.kde.in.</p></div>
</li>
</ul>
<br>
</div>
<br /><br />
<div id="just-a-line"></div>
</section>
<section id="locationx">
<div id="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3557.020568546761!2d75.9241481362457!3d26.934562401460173!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x396dba21e8a1d1c9%3A0x5ab565cce4d44c2b!2sLNMIIT!5e0!3m2!1sen!2sin!4v1421642727353" width="100%" height="100%" frameborder="0" style="border:0; padding : 7% 15%;"></iframe>
</div>
<div id="howToReach">
<h5 class="center">How to reach</h5>
<br>
<div class="howToReachx">
<div><b>College Bus : </b><br>
Schedule can be found <u><b><a target="_blank" href="./media/bustime.pdf" style="color:white;">HERE</a></b></u><br>
*Note : Extra Buses will be available at 08:00 AM and 6:00 PM
</div>
<br>
<div>
<div><b>Local Taxis on Demand:</b><br>
My Cab: (0141) 500 00 00 | Metro Cab: (0141) 42 44 444<br>
Ola Cab: (0141) 335 5335 | Meru Cab: (0141) 4422442<br>
</div>
<br>
<div>
<b>Approximate distance to LNMIIT from:</b><br>
Railway Station is 17.5 km, Airport is 23.2 km & Bus Stand is 16.4 km
</div>
</div>
</div>
</section>
<footer id="contactx" class="page-footer">
<div class="container">
<div class="row">
<div class="col l6 s12 white-text" >
<!-- <h5 class="white-text">Contact Us</h5> -->
<h4 class="center white-text" style="font-weight: 300;">Contact Us</h4>
<i class="material-icons white-text contact-1">email</i><span class="contact-t-1">fosslnmiit@gmail.com</span>
<i class="material-icons white-text contact-2">call</i><span class="contact-t-2">+91-9473881053</span>
</span>
</div>
<div class="col l6 offset s12" >
<h4 class="center white-text" style="font-weight: 300;" >Connect Socially</h4>
<div class="social-icon">
<a href="https://www.facebook.com/kdeindia/" target="_blank"><img src="./media/images/fb.png" /></a>
<a href="https://twitter.com/kdeindia" alt="Twitter Page" target="_blank"><img src="./media/images/tw.png"/></a>
<a href="https://plus.google.com/105126786256705328374/posts" target="_blank"><img src="./media/images/gp.png" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script type="text/javascript" src="js/TimeCircles.js"></script>
<script type="text/javascript" src="js/liveclock.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>