-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
793 lines (751 loc) · 35.8 KB
/
index.html
File metadata and controls
793 lines (751 loc) · 35.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FSFTN Summer Camp 2K15</title>
<meta name="description" content="Summer Camp is an annual event organized by FSFTN to get people collaboratively learn, explore the idea, principles & the technical stack of Free Software and it's Community">
<meta name='keywords' content='fsftn, summercamp,summer camp 2015, fsftnsummercamp, sc2k15,free software, chennai, workshop, ruby, rails, node.js, meteor.js, meteor, blender, git, free software workshop chennai'>
<meta name="author" content="Free Software Foundation Tamil Nadu, ask@fsftn.org"/>
<meta name='url' content='http://fsftnsummercamp.org'>
<meta name='date' content='Jun. 08, 2015'>
<meta name='search_date' content='2015-06-08'>
<meta name='subject' content='FSFTN summer camp'>
<meta name='coverage' content='Worldwide'>
<meta name='distribution' content='Global'>
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="img/logo.png">
<!-- Custom CSS -->
<link href="css/agency.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Vollkorn' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Josefin+Slab' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/styles/monokai_sublime.min.css">
<meta property="og:title" content="Summer Camp 2k15 By FSFTN" />
<meta property="og:url" content="http://fsftnsummercamp.org" />
<meta property="og:image" content="http://fsftn.github.io/SummerCamp2015/img/technologies_og_image.png" />
<meta property="og:image" content="http://fsftn.github.io/SummerCamp2015/img/homepage_og_image.png" />
<meta property="og:description" content="Summer Camp is an annual event organized by FSFTN to get people collaboratively learn, explore the idea, principles & the technical stack of Free Software and it's Community" />
<meta property="og:site_name" content="Summer Camp 2k15 By FSFTN" />
<meta property="og:type" content="website" />
<!-- 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 id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">SUMMER CAMP 2K15</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#portfolio">Explore</a>
</li>
<li>
<a class="page-scroll" href="#about">Event Schedule</a>
</li>
<li>
<a class="page-scroll" href="#venue">Venue</a>
</li>
<li>
<a class="page-scroll faq-link" href="#faq">FAQ</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">Welcome To Summer Camp 2K15</div>
<div class="intro-heading">It's Time To Explore the world of Free Software Technologies</div>
<a href="http://sc2k15.doattend.com/" target="_blank" class="page-scroll btn btn-xl">Get Tickets</a>
<h6 class="text-center scroll-text">Scroll to know more</h6>
</div>
</div>
</header>
<div class="arrow bounce">
</div>
<!-- Portfolio Grid Section -->
<section id="portfolio" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">This Year, you get to work with</h2>
<!--<h3 class="section-subheading text-muted">You get to learn the cutting edge technologies from the industry experts</h3>-->
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="https://www.gnu.org/gnu/linux-and-gnu.html" target="_blank" class="portfolio-link" data-toggle="modal">
<img src="img/portfolio/gnu_linux.svg" height="280" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>GNU/Linux</h4>
<p class="text-muted">Operating Systems</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="http://rubyonrails.org/" target="_blank" class="portfolio-link" data-toggle="modal">
<img src="img/portfolio/rails.svg" height="280" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Ruby on Rails</h4>
<p class="text-muted">Web Development Framework</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="https://nodejs.org/" target="_blank" class="portfolio-link" data-toggle="modal">
<img src="img/portfolio/nodejs.svg" height="280" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Node.js</h4>
<p class="text-muted">Server-side Runtime Environment</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="https://www.meteor.com/" target="_blank" class="portfolio-link" data-toggle="modal">
<img src="img/portfolio/meteor.svg" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Meteor</h4>
<p class="text-muted">Web Development Framework</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="http://git-scm.com/" target="_blank" class="portfolio-link" data-toggle="modal">
<img src="img/portfolio/git.svg" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Git & GitHub</h4>
<p class="text-muted">Version Control System</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="https://www.blender.org/" target="_blank" class="portfolio-link" data-toggle="modal">
<img src="img/portfolio/blender.svg" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Blender</h4>
<p class="text-muted">Animation</p>
</div>
</div>
</div>
<div class="row">
<h2 class="text-center">And much more</h2>
</div>
</div>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center syllabus-block">
<h2 class="section-heading">Schedule & Syllabus</h2>
<h3 class="section-subheading text-muted">8 - 13 JUNE</h3>
<h5 class="section-subheading text-muted">9.30 am - 4.30 pm</h5>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<!--<img class="img-circle img-responsive" src="img/about/1.jpg" alt="">-->
<h3 class="timeline-date">8 june</h3>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Day 1</h4>
</div>
<div class="timeline-body">
<p class="text-muted">
1. Free Software Philosophy </br>
2. Gnu/Linux Installation</br>
3. Introduction to File system and Shell scripting</br>
4. Git & GitHub</br>
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<!--<img class="img-circle img-responsive" src="img/about/2.jpg" alt="">-->
<h3 class="timeline-date">9 June</h3>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Day 2</h4>
</div>
<div class="timeline-body">
<p class="text-muted">
1. Wikipedia </br>
2. Blender</br>
3. Tamil Computing & Localization</br>
4. Cultural Event
</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<!--<img class="img-circle img-responsive" src="img/about/3.jpg" alt="">-->
<h3 class="timeline-date">10 june</h3>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Day 3</h4>
</div>
<div class="timeline-body">
<p class="text-muted">
1. Ruby</br>
2. HTML, CSS, JS</br>
3. Firefox OS & Contributing to Mozilla
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<!--<img class="img-circle img-responsive" src="img/about/4.jpeg" alt="">-->
<h3 class="timeline-date">11 june</h3>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Day 4</h4>
</div>
<div class="timeline-body">
<p class="text-muted">
1. Ruby On Rails</br>
2. Building a Web application using Ruby On Rails</br>
3. Project Showcase
</p>
</div>
</div>
</li>
<li >
<div class="timeline-image">
<!--<img class="img-circle img-responsive" src="img/about/mangodb.png" alt="">-->
<h3 class="timeline-date">12 june</h3>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Day 5</h4>
</div>
<div class="timeline-body">
<p class="text-muted">
1. From Internet to Meshnet </br>
2. Introduction to Node.js, MongoDB & Meteor</br>
3. Open Hardware</br>
4. Project Showcase Continued
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h3 class="timeline-date">13 june</h3>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Day 6</h4>
</div>
<div class="timeline-body">
<ol >
<li>Cloud and Containers</li>
<li>Getting started with Free Software Contribution</li>
<li>Net Neutrality</li>
<li>Swift - Swift Women in Free Technologies</li>
<li>How to form a Glug and What next?</li>
<li>Certificate distribution</li>
</ol>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="row previous-editions">
<div class="col-sm-8 col-sm-offset-2 col-xs-12 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2">
<h2 class="text-center">Previous Editions</h2>
<pre>
<code class="ruby">
summer_camp = {
"2014" => {
place: "IIT Madras",
participants: "120+"
},
"2013" => {
place: "IIT Madras",
participants: "130+"
},
"2010" => {
place: "SSN Engineering College",
participants: "100+"
},
"2009" => {
place: "SSN Engineering College",
participants: "110+"
},
"2008" => {
place: "SSN Engineering College",
participants: "120+"
}
}
</code>
</pre>
</div>
</div>
<div id="venue" class="row well venue">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<h2 class="text-center text-muted">Venue</h2>
<h5 class="text-center text-muted">Computer Science Department, IIT Madras </h5>
<h6 class="text-center text-muted">(tentative)</h6>
<div class=" col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1 col-xs-10 col-xs-offset-1">
<iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.openstreetmap.org/export/embed.html?bbox=80.2273017168045%2C12.987758137674492%2C80.23141086101532%2C12.991166239601895&layer=mapnik&marker=12.989462194483556%2C80.22935628890991" style="border: 1px solid black"></iframe><br/><small><a href="http://www.openstreetmap.org/?mlat=12.98946&mlon=80.22936#map=18/12.98946/80.22936">View Larger Map</a></small>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<h2 class="text-center text-muted">Android app</h2>
<h5 class="text-center text-muted">
<a href="https://github.com/FSFTN/SC15AndroidApp/raw/master/app/build/outputs/apk/sc15_fsftn.apk">Download</a>
to get real-time updates about Event</h5>
<h6 class="text-center text-muted">
Never trust any software without
<a href="https://github.com/FSFTN/SC15AndroidApp" target="_blank">Source Code</a>
</h6>
<a href="https://github.com/FSFTN/SC15AndroidApp/raw/master/app/build/outputs/apk/sc15_fsftn.apk">
<img class="img-responsive android-app" src="img/android.jpg" alt="" />
</a>
</div>
</div>
</div>
<div id="faq" class="row faq-block">
<h3 class="text-center text-muted">So you got questions?</h3>
<h6 class="text-center text-muted">
<button class="btn btn-primary get-answers">Get the answers</button>
</h6>
<div class="container faq-container">
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<i class="fa fa-question-circle fa-1x"></i>
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
What is the FSFTN Summer Workshop?
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in">
<div class="panel-body">
Summer workshops are annual technical workshops conducted by <a href="http://en.wikipedia.org/wiki/Free_Software_Foundation_Tamil_Nadu" target="_blank">Free Software Foundation, Tamil Nadu</a>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<i class="fa fa-question-circle fa-1x"></i>
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTen">
Who are the target audience?
</a>
</h4>
</div>
<div id="collapseTen" class="panel-collapse collapse">
<div class="panel-body">
The workshop is conducted for the benefit of college students and Free Software / Technology enthusiasts. Any aspiring programmer, systems administrator or devop engineer would benefit greatly from the workshop.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<i class="fa fa-question-circle fa-1x"></i>
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseEleven">
I don't know what Free Software or GNU/Linux is. Is the workshop for me ?
</a>
</h4>
</div>
<div id="collapseEleven" class="panel-collapse collapse">
<div class="panel-body">
You are most welcome . We start from the basics.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<i class="fa fa-question-circle fa-1x"></i>
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
What do the participants learn?
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body">
We designed the syllabus to include as many areas as possible. Please have a look at the syllabus above.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<i class="fa fa-question-circle fa-1x"></i>
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseThree">
How much does the workshop cost?
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body">
The fee is <strong>3700 inr</strong> per participant for the whole 6-days workshop.
Early bird fee per participant is <strong>3000 inr</strong> for the whole workshop.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<i class="fa fa-question-circle fa-1x"></i>
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseFive">
How do I register?
</a>
</h4>
</div>
<div id="collapseFive" class="panel-collapse collapse">
<div class="panel-body">
Head over to our doAtttend registration page <a href="http://sc2k15.doattend.com/" target="_blank">here.</a>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<i class="fa fa-question-circle fa-1x"></i>
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseSix">
Do participants need to bring their own laptops?
</a>
</h4>
</div>
<div id="collapseSix" class="panel-collapse collapse">
<div class="panel-body">
Laptop is not mandatory . But its preferable to have one with good battery back up .
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<i class="fa fa-question-circle fa-1x"></i>
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseEight">
Do participants get lunch?
</a>
</h4>
</div>
<div id="collapseEight" class="panel-collapse collapse">
<div class="panel-body">
Yes , the lunch for 6 days would be on us .The registration fees includes lunch.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<i class="fa fa-question-circle fa-1x"></i>
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseNine">
Will I get a certificate?
</a>
</h4>
</div>
<div id="collapseNine" class="panel-collapse collapse">
<div class="panel-body">
Participants who attend all the 6 days would be given certificate .In adverse case , we would consider giving certificates to those who can’t attend the entire 6 days.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<i class="fa fa-question-circle fa-1x"></i>
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapse15">
What else included in the registration fee?
</a>
</h4>
</div>
<div id="collapse15" class="panel-collapse collapse">
<div class="panel-body">
The registration fee include workshop cost, certificate and a free software kit which includes FSFTN T-shirt, a 4gb pendrive, GNU/Linux operating system etc.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<i class="fa fa-question-circle fa-1x"></i>
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseFour">
Does registration confirm my seat?
</a>
</h4>
</div>
<div id="collapseFour" class="panel-collapse collapse">
<div class="panel-body">
Registration is the first step . In order to confirm the seat , we request you to pay the fees as early as possible . Once the upper limit is reached , we would close any further confirmation of seats .
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<i class="fa fa-question-circle fa-1x"></i>
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseSeven">
Do I get a refund in case I don't attend the workshop?
</a>
</h4>
</div>
<div id="collapseSeven" class="panel-collapse collapse">
<div class="panel-body">
Sorry , we will not be able to refund the amount as we plan our resources accordingly.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<i class="fa fa-question-circle fa-1x"></i>
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseOutStation">
I am not a Chennaite, Shall I register for the workshop?
</a>
</h4>
</div>
<div id="collapseOutStation" class="panel-collapse collapse">
<div class="panel-body">
Yes, We would be glad to have you but unfortunately we won't be able to provide you accommodation.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<i class="fa fa-question-circle fa-1x"></i>
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapse12">
So what happens after I attend your workshop? Are there any more opportunities to learn?
</a>
</h4>
</div>
<div id="collapse12" class="panel-collapse collapse">
<div class="panel-body">
<p>
Yes, the workshop is just the beginning. FSFTN will, with the cooperation of you and your friends, set up a GNU/Linux Users Group in your college. From then on, we will help you hold regular events in your college with help from your department.
</p>
<p>
Members of the summer camp also have the opportunity to participate in the 8-week follow-up comprising technical sessions. The sessions will be Free (Free as in Free Coffee) and will be conducted after an assessment of your requirements during the workshop.
</p>
<p>
FSFTN also holds other events, celebrations, and hack-a-thons which you can participate in.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contact Us</h2>
<h3 class="section-subheading text-muted">Shoot us any queries regarding the Workshop.</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<form name="sentMessage" id="contactForm" novalidate>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name *" id="name" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Your Email *" id="email" required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="tel" class="form-control" placeholder="Your Phone *" id="phone" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea class="form-control" placeholder="Your Message *" id="message" required data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-12 text-center">
<div id="success"></div>
<button type="submit" class="btn btn-xl">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<!--<span class="copyright">Copyright © Your Website 2014</span>-->
<ul class="list-inline quicklinks">
<li><a href="http://fsftn.org" target="_blank">About us</a>
</li>
<li><a href="" target=""> <i class='fa fa-phone-square'></i> Raj Anand +91 9566152513</a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="https://twitter.com/FSFTamilnadu" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="https://www.facebook.com/fsftn" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="https://www.youtube.com/channel/UCbvZUxR4ENK9uwNHMJW7Edw" target="_blank"><i class="fa fa-youtube"></i></a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li><a href="http://discuss.fsftn.org" target="_blank">Discussion forum</a></li>
<li><a href="" target=""> <i class='fa fa-phone-square'></i> Aravind +91 9500683173</a></li>
</ul>
</div>
</div>
</div>
</footer>
<div class="social">
<ul class="list-inline social-buttons">
<li><a href="https://twitter.com/intent/tweet?hashtags=FSFTNSC15&original_referer=https%3A%2F%2Fabout.twitter.com%2Fresources%2Fbuttons&text=FSFTN%20is%20organizing%20a%20Free%20Software%20Summer%20Camp%20this%20June&tw_p=tweetbutton&url=http%3A%2F%2Ffsftnsummercamp.org%2F&via=FSFTamilnadu" target="_blank" class='twitter ' ><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#" target="_blank" class="facebook"><i class="fa fa-facebook"></i></a>
</li>
</ul>
</div>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/highlight.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/agency.js"></script>
<script type="text/javascript" charset="utf-8">
$(window).scroll(function() {
if ($(this).scrollTop() !== 0){
$('.bounce').hide()
$('.scroll-text').css('color','transparent');
}else if($(this).scrollTop()>0){
$('.bounce').fadeOut("fast");
$('.bounce').css('background','transparent');
}
else
{
$('.scroll-text').css('color','#fff');
$('.bounce').fadeIn("fast");
}
});
$(document).ready(function() {
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
//2014
$('.ruby span:nth-child(-n+5)').click(function(){
window.open('http://s902.photobucket.com/user/fsftn/library/2014/2014%20Summer%20Camp?sort=3&page=3', '_blank');
return false;
});
//2013
$('.ruby span:nth-child(n+6):nth-child(-n+10)').click(function(){
window.open('http://s902.photobucket.com/user/fsftn/library/2013/FSFTN%20SUMMER%20CAMP%202013?sort=3&page=6', '_blank');
return false;
});
//2010
$('.ruby span:nth-child(n+11):nth-child(-n+15)').click(function(){
window.open('http://s902.photobucket.com/user/fsftn/library/2010/2010%20Summer%20Camp?sort=3&page=1', '_blank');
return false;
});
//2009
$('.ruby span:nth-child(n+16):nth-child(-n+20)').click(function(){
window.open('http://s902.photobucket.com/user/fsftn/library/2009/2009%20Summer%20camp?sort=3&page=2', '_blank');
return false;
});
//2008
$('.ruby span:nth-child(n+21):nth-child(-n+25)').click(function(){
window.open('https://www.youtube.com/watch?v=J1_3YhdMA3E&feature=youtu.be', '_blank');
return false;
});
$('.get-answers').click(function(){
$('.faq-block').toggleClass('active');
});
$('.faq-link').click(function(){
$('.faq-block').toggleClass('active');
});
$('.facebook').click(function(e){
e.preventDefault();
window.open("https://www.facebook.com/sharer/sharer.php?u="+escape(window.location.href)+"&t="+document.title, '', "menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=500,width=650,top=180,left=380");return false;
});
});
(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-62832140-1', 'auto');
ga('send', 'pageview');
</script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</body>
</html>