forked from pulug/sfd17
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·481 lines (422 loc) · 18.4 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- FAVICON -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- TITLE -->
<title>Software Freedom Day | Panjab University</title>
<!-- DESCRIPTION -->
<meta name="author" content=" " />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!-- GOOGLE FONTS -->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,700,600,500,300,200,100,800,900' rel='stylesheet' type='text/css'>
<!-- STYLESHEETS -->
<link href="stylesheets/bootstrap.css" rel="stylesheet">
<link href="stylesheets/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="stylesheets/flexslider.css" rel="stylesheet" >
<link href="stylesheets/animate.css" rel="stylesheet">
<link href="stylesheets/schedule.css" rel="stylesheet">
<link href="stylesheets/gridgallery.css" rel="stylesheet" type="text/css" />
<link href="stylesheets/venobox.css" rel="stylesheet" type="text/css"/>
<link href="stylesheets/styles.css" rel="stylesheet"/>
<link href="stylesheets/queries.css" rel="stylesheet"/>
<!--[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]-->
<style>
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
width: 70%;
margin: auto;
}
</style>
</head>
<body id="top">
<!--PRELOADER-->
<div class="preloader">
<div class="status"></div>
</div>
<!--/PRELOADER-->
<!--HEADER-->
<div class="header header-hide">
<div class="container">
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse"
data-target="#example-navbar-collapse">
<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" data-scroll href="#sec_1"><img src="img/logo.png" alt="logo"/></a>-->
</div>
<div class="collapse navbar-collapse" id="example-navbar-collapse">
<ul class="nav navbar-nav">
<li><a data-scroll href="#intro">About</a></li>
<li><a data-scroll href="#gallery">Gallery</a></li>
<li><a data-scroll href="#responsive">Schedule</a></li>
<li><a data-scroll href="#team">Speakers</a></li>
<li><a data-scroll href="#sponsers">Sponsors</a></li>
<li><a data-scroll href="https://www.papercall.io/sfd17">CFPs</a></li>
<li><a data-scroll href="#contact">Contact</a></li>
</ul>
</div>
</nav>
</div>
</div>
<!--/HEADER-->
<!--HOME-->
<section id="sec_1" class="autoheight">
<div class="home-bg"></div>
<div class="col-lg-12 landing-text-pos align-center">
<h1 class="wow animated fadeInDown" data-wow-duration="1s" data-wow-delay="1s">Software Freedom Day</h1>
<hr id="title_hr"/>
<p class="wow animated fadeInUp" data-wow-duration="1s" data-wow-delay="1s">16-17 September, 2017 </p>
</div>
</section>
<!--/HOME-->
<!--ABOUT-->
<section class="intro text-center section-padding" id="intro">
<div class="container wow animated fadeInLeft animated" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="row">
<div class="col-lg-8 align-center about">
<h1 class="arrow">About Software Freedom Day</h1>
<hr>
<p>Software Freedom Day 2017 is approaching, let's tell people about it! Software Freedom Day (aka SFD) is a yearly event organised all around the world by open source enthusiasts. The idea of SFD is for everyone without a vested interest in proprietary software to unite and educate the world about the ideals of Software Freedom and the practical benefits of Free Software. August 28th, 2004, was the first ever Software Freedom Day. And since then it is organised every year around the globe with ever increasing participants.</p>
</div>
</div>
</div>
</section>
<!--/ABOUT-->
<!--FEATURES-->
<section class="features text-center" id="features">
<div class="row">
<div id="grid-gallery" class="grid-gallery">
<section class="grid-wrap">
<div class="grid-gal">
<figure class="block-hover col-lg-3 col-sm-12">
</figure>
</div>
</section>
<!--grid wrap-->
<!-- slideshow -->
<section class="slideshow">
<ul>
<li>
<figure>
<img src="img/gallery/1.jpg" alt="img01"/>
<figcaption>
<hr/>
<p>Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<img src="img/gallery/2.jpg" alt="img02"/>
<figcaption>
<hr/>
<p>Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<img src="img/gallery/3.jpg" alt="img03"/>
<figcaption>
<hr/>
<p>Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.</p>
</figcaption>
</figure>
</li>
</ul>
<nav>
<span class="nav-prev fa-chevron-left fa fa-2x "></span>
<span class="nav-next fa-chevron-right fa fa-2x"></span>
<span class="close nav-close"><i class="fa fa-times"></i></span>
</nav>
</section>
<!-- /slideshow -->
</div>
<!-- /grid-gallery -->
<div class="container col-lg-6 col-md-12 features-md">
<div class="row">
<div class="col-md-12">
<div class="features-wrapper">
<div class="col-md-4 wow animated fadeInUp" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="icon">
16+
</div>
<h2>hours</h2>
<p>Its a two day event which starts at 9 AM onwards.</p>
</div>
<div class="col-md-4 wow animated fadeInUp" data-wow-duration="1s" data-wow-delay="0.7s">
<div class="icon">
10+
</div>
<h2>speakers</h2>
<p>The speakers are some people from industry and some of your seniors.</p>
</div>
<div class="col-md-4 wow animated fadeInUp" data-wow-duration="1s" data-wow-delay="0.9s">
<div class="icon">
25+
</div>
<h2>technologies</h2>
<p>We will be talking about different open source technologies and how to learn them.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<!-- Vimoe Video-->
</div><!--row ends here-->
</section>
<!--/FEATURES-->
<section class="text-center section-padding " id="gallery">
<div class="container wow animated fadeInLeft bottom-spacing">
<div class="row">
<div class="col-md-8 align-center wow animated fadeInLeft">
<h1 class="arrow">Gallery</h1><hr>
</div>
</div>
<div class="container">
<br>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
<li data-target="#myCarousel" data-slide-to="6"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="img/sfd15/1.jpg" width="460" height="345">
</div>
<div class="item">
<img src="img/sfd15/2.jpg" width="460" height="345">
</div>
<div class="item">
<img src="img/sfd15/3.jpg" width="460" height="345">
</div>
<div class="item">
<img src="img/sfd15/4.jpg" width="460" height="345">
</div>
<div class="item">
<img src="img/sfd15/5.jpg" width="460" height="345">
</div>
<div class="item">
<img src="img/sfd15/6.jpg" width="460" height="345">
</div>
<div class="item">
<img src="img/sfd15/7.jpg" width="460" height="345">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</section>
<!--SCHEDULE-->
<section class="text-center section-padding " id="responsive">
<div class="container wow animated fadeInLeft bottom-spacing">
<div class="row">
<div class="col-md-8 align-center wow animated fadeInLeft">
<h1 class="arrow">Schedule</h1><hr>
<p>Keep an eye on our facebook page or this website for the schedule update.</p>
</div>
</div>
</div>
<!--h2>Coming Soon...</h2-->
<style type="text/css">
a:hover{
color: black;
}
a:visited{
color: black;
}
</style>
<!--<h2>You can check schedule <a href="http://goo.gl/qC87Qu" target="_blank"><u><b>here.</b></u></a></h2>-->
<div class="container-schedule container wow animated fadeInDown animated hidden" data-wow-duration="1s" data-wow-delay="1s">
<div id="tabs-ui" class="tabs">
<nav>
<ul>
<li><a href="#section-1"><span>Day1</span></a></li>
<li><a href="#section-2"><span>Day2</span></a></li>
</ul>
</nav>
<div class="content">
<section id="section-1">
<div class="container">
<div class="accordion">
<div class="day">September 16, 2017</div>
<div class="item clearfix">
<div class="heading clearfix">
<div class="time col-md-3 col-sm-12 col-xs-12">9:30am - 11:30am</div>
<div class="e-title col-md-9 col-sm-12 col-xs-12">
Welcome speech and Overview<br/>
<span class="name"></span>
<span class="speaker-designaition"></span>
</div>
</div>
</div>
</div>
</div><!--CONTAINER ENDS-->
</section>
<section id="section-2">
<div class="container">
<div class="accordion">
<div class="day">September 17, 2017</div>
</div>
</div>
</section>
</div><!-- /content -->
</div> <!-- /tabs -->
</div>
</section>
<!-- Event social links and download-->
<!--/SCHEDULE-->
<!--SPEAKERS-->
<section class="team text-center section-padding" id="team">
<div class="container">
<div class="row">
<div class="col-lg-8 wow animated fadeInUp align-center" data-wow-duration="1s" data-wow-delay="1s">
<h1 class="arrow">Speakers</h1><hr>
</div>
</div>
<h2>To Be Declared</h2>
</div>
</section>
<!--/SPEAKER-->
<!--SPONSORS-->
<div id="sponsers" class="ignite-cta text-center section-padding">
<div class="container">
<div class="row">
<div class="col-md-8 align-center wow animated fadeInLeft" data-wow-duration="1s" data-wow-delay="0.5s">
<h1 class="arrow">Our Sponsors</h1><hr>
</div><center>
<div class="col-md-4 col-sm-0"></div>
</div></center>
<div class="col-md-4 col-sm-0"></div>
<!-- Jssor Slider Begin -->
<div id="slider1_container" style=" ">
<div class="inner_carousal" data-u="slides" style="">
<div></div>
</div>
</div>
<!-- Jssor Slider End -->
<img src = 'LogoLightBlue.png' align = 'left' style="margin:30px 0px" />
<img src = 'GithubMark.png' align = 'middle' />
<img src = 'MozillaLogo.jpg' align = 'right' style="margin:30px 0px" />
</div>
</div>
</div>
<!-- /SPONSORS -->
<!--CONTACT-->
<section class="text-center section-padding contact-wrap" id="contact">
<div class="container">
<div class="row">
<div class="col-md-8 wow animated fadeInLeft align-center" data-wow-duration="1s" data-wow-delay="0.3s">
<h1 class="arrow">Contact</h1><hr>
<p>You can contact us by following means.</p>
</div>
</div>
<div class="row contact-details">
<div class="col-md-4 wow animated fadeInDown" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="light-box box-hover">
<h2><span>Address</span></h2>
<p>English Auditorium<br/>Sector 14 <br/>Panjab University, Chandigarh</p>
</div>
</div>
<div class="col-md-4 wow animated fadeInDown" data-wow-duration="1s" data-wow-delay="0.7s">
<div class="light-box box-hover">
<h2><span>Phone</span></h2>
<p>Mayur : +91 9056303733<br>Arun Kumar : +91 9781726200</p>
</div>
</div>
<div class="col-md-4 wow animated fadeInDown" data-wow-duration="1s" data-wow-delay="0.9s">
<div class="light-box box-hover">
<h2><span>Email</span></h2>
<p><a href="#">[email protected]</a><br></p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<ul class="social-buttons"><li><a href="https://www.facebook.com/sfdpu" class="social-btn"><i class="fa fa-facebook"></i></a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- /CONTACT -->
<!--FOOTER-->
<footer>
<div class="container">
<div class="row">
<div class="col-md-6 align-center">
<ul class="legals">
<li><a href="https://www.facebook.com/ashivliving" style="color:white" target="_blank">© 2017 Ashiv Gupta</a></li>
</ul>
</div>
<div class="md-overlay"></div>
</div>
</div>
</footer>
<!-- /FOOTER -->
<!--SCRIPTS-->
<script type="text/javascript" src="javascripts/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="javascripts/jquery-ui-1.10.4.min.js"></script>
<!--VIMEO VIDEO-->
<script type="text/javascript" src="javascripts/venobox.js"></script>
<!--3D GALLERY-->
<script type="text/javascript" src="javascripts/classie.grid.gallery.js"></script>
<script type="text/javascript" src="javascripts/modernizr.gridgallery.js"></script>
<script type="text/javascript" src="javascripts/cbpGridGallery.js"></script>
<script type="text/javascript" src="javascripts/classie.js" ></script>
<script type="text/javascript" src="javascripts/modalEffects.js" ></script>
<script type="text/javascript" src="javascripts/nlform.js" ></script>
<script>var nlform = new NLForm( document.getElementById( 'nl-form' ) );</script>
<script type="text/javascript" src="javascripts/bootstrap.min.js" ></script>
<!-- TEAM SLIDER -->
<script type="text/javascript" src="javascripts/jquery.flexslider.js" ></script>
<!-- SCHEDULE TABS -->
<script type="text/javascript" src="javascripts/modernizr.js" ></script>
<script type="text/javascript" src="javascripts/cbpFWTabs.js" ></script>
<!--SPONSOR SLIDER-->
<script type="text/javascript" src="javascripts/jssor.core.js"></script>
<script type="text/javascript" src="javascripts/jssor.utils.js"></script>
<script type="text/javascript" src="javascripts/jssor.slider.js"></script>
<script type="text/javascript" src="javascripts/sponsor_init.js"></script>
<!-- SMOOTH SCROLL -->
<script type="text/javascript" src="javascripts/smooth-scroll.js"></script>
<!-- NICE SCROLL -->
<script type="text/javascript" src="javascripts/jquery.nicescroll.js"></script>
<!-- SUBSCRIPTION FORM -->
<script type="text/javascript" src="javascripts/notifyMe.js"></script>
<script type="text/javascript" src="javascripts/jquery.placeholder.js"></script>
<!-- ANIMATION -->
<script type="text/javascript" src="javascripts/wow.min.js"></script>
<!-- INITIALIZATION -->
<script type="text/javascript" src="javascripts/init.js"></script>
</body>
</html>