-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
670 lines (628 loc) · 25.9 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
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
<!doctype html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="static/images/favicon.png" rel="shortcut icon">
<!-- CLEAN MARKUP = GOOD KARMA.
Hi source code lover,
you're a curious person and a fast learner ;)
Let's make something beautiful together. Contribute on Github:
https://github.com/webslides/webslides
Thanks!
-->
<!-- SEO -->
<title>FOSS-IIITA</title>
<meta name="description" content="WebSlides is the easiest way to make HTML presentations and portfolios. It's simple, fast, and free.">
<!-- URL CANONICAL -->
<!-- <link rel="canonical" href="http://your-url.com/permalink"> -->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i%7CMaitree:200,300,400,600,700&subset=latin-ext" rel="stylesheet">
<!-- CSS Base -->
<link rel="stylesheet" type="text/css" media="all" href="static/css/base.css">
<!-- CSS Colors -->
<link rel="stylesheet" type="text/css" media="all" href="static/css/colors.css">
<!-- Optional - CSS SVG Icons (Font Awesome) -->
<link rel="stylesheet" type="text/css" media="all" href="static/css/svg-icons.css">
<!-- SOCIAL CARDS (ADD YOUR INFO) -->
<!-- FACEBOOK -->
<meta property="og:url" content="http://your-url.com/permalink"> <!-- EDIT -->
<meta property="og:type" content="article">
<meta property="og:title" content="WebSlides is the easiest way to create a portfolio website. It is free, fast, and fun"> <!-- EDIT -->
<meta property="og:description" content="The easiest way to create a portfolio website. It is free, fast, and fun."> <!-- EDIT -->
<meta property="og:updated_time" content="2017-01-04T17:26:50"> <!-- EDIT -->
<meta property="og:image" content="static/images/share-webslides.jpg" > <!-- EDIT -->
<!-- TWITTER -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@webslides"> <!-- EDIT -->
<meta name="twitter:creator" content="@jlantunez"> <!-- EDIT -->
<meta name="twitter:title" content="Create your portfolio with WebSlides"> <!-- EDIT -->
<meta name="twitter:description" content="WebSlides is the easiest way to create a portfolio website. 120+ slides ready to use."> <!-- EDIT -->
<meta name="twitter:image" content="static/images/share-webslides.jpg"> <!-- EDIT -->
<!-- FAVICONS -->
<!-- Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#333333">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.js"></script>
<!--<script src="https://code.jquery.com/jquery-2.2.4.js" integrity="sha256-iT6Q9iMJYuQiMWNd9lDyBUStIq/8PuOW33aOqmvFpqI=" crossorigin="anonymous"></script>-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/1.1.4/typed.min.js"></script>
<script type="text/javascript" src="static/js/TypingText.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
<script>
$(function() {
$("#def").click();
$("#typed").typed({
// strings: ["Typed.js is a <strong>jQuery</strong> plugin.", "It <em>types</em> out sentences.", "And then deletes them.", "Try it out!"],
stringsElement: $('#typed-strings'),
typeSpeed: 30,
backDelay: 500,
loop: true,
contentType: 'html', // or text
// defaults to false for infinite loop
loopCount: false,
callback: function() {
foo();
},
resetCallback: function() {
newTyped();
}
});
$(".reset").click(function() {
$("#typed").typed('reset');
});
});
function newTyped() { /* A new typed object */ }
function foo() {
console.log("Callback");
}
</script>
<script>
$(function() {
$("#def").click();
$("#written").typed({
// strings: ["Typed.js is a <strong>jQuery</strong> plugin.", "It <em>types</em> out sentences.", "And then deletes them.", "Try it out!"],
stringsElement: $('#stringss'),
typeSpeed: 30,
backDelay: 500,
loop: true,
contentType: 'html', // or text
// defaults to false for infinite loop
loopCount: false,
callback: function() {
foo();
},
resetCallback: function() {
newTyped();
}
});
$(".reset").click(function() {
$("#written").typed('reset');
});
});
function newTyped() { /* A new typed object */ }
function foo() {
console.log("Callback");
}
</script>
</head>
<body>
<header role="banner">
<nav role="navigation">
<p class="logo"><a href="index.html" title="FOSS-IIITA">FOSS-IIITA</a></p>
<ul>
<li class="github">
<a rel="external" href="https://github.com/fossiiita/" title="Github">
<svg class="fa-github">
<use xlink:href="#fa-github"></use>
</svg>
<em>WebSlides</em>
</a>
</li>
<li class="twitter">
<a rel="external" href="https://www.facebook.com/geekhaveniiita/" title="Twitter">
<svg class="fa-facebook-square">
<use xlink:href="#fa-facebook-square"></use>
</svg>
<em>@WebSlides</em>
</a>
</li>
<!-- <li class="dribbble"><a rel="external" href="http://dribbble.com/webslides" title="Dribbble"><svg class="fa-dribbble"><use xlink:href="#fa-dribbble"></use></svg> <em>webslides</em></a></li> -->
</ul>
</nav>
</header>
<main role="main">
<article id="webslides">
<!-- Quick Guide
- Each parent <section> in the <article id="webslides"> element is an individual slide.
- Vertical sliding = <article id="webslides" class="vertical">
- <div class="wrap"> = container 90% / <div class="wrap size-50"> = 45%;
-->
<section class="bg-primary">
<span class="background dark" style="background-image:url('static/images/hint.jpg')"></span>
<div class="wrap aligncenter">
<h1 class="text-data text-shadow">FOSS</h1>
<h1 class="text-intro text-shadow">FREE AND OPEN SOURCE SOCIETY OF IIIT ALLAHABAD</h1>
<p class="text-symbols">* * * </p>
</div>
</section>
<section class="aligncenter">
<!-- Overlay/Opacity: [class*="bg-"] > .background.dark or .light -->
<span class="background" style="background-image:url('https://source.unsplash.com/xxeAftHHq6E/')"></span>
<div class="wrap">
<h1 class="text-landing">What Do We Do?</h1><br>
<div id="typed-strings">
<p>Code^300</p>
<p>Hack^300</p>
<p>Create^300</p>
<p>Design^300</p>
<p>Integrate^300</p>
<p>Work together^300</p>
<p>Are AWESOME^300</p>
</div>
<span id="typing"><h1> We <span id="typed" style="white-space:pre;color: blue;"></span> </h1></span>
</div>
</section>
<section>
<div class="wrap">
<h3>Coordinators</h3>
<ul class="flexblock gallery">
<li>
<a href="#">
<div class="overlay">
<h2><br><br><br><br><br><br><br><br>Faheem Hassan Zunjani</h2>
</div>
<img alt="Thumbnail " src="static/images/coordi1.jpg">
</a>
</li>
<li>
<a href="#">
<div class="overlay">
<h2><br><br><br><br><br><br><br><br>Mubaris Hassan</h2>
</div>
<img alt="Thumbnail " src="static/images/coordi2.jpg">
</a>
</li>
</ul>
</div>
<!-- .end .wrap -->
</section>
<!-- <section>
<div class="wrap">
<h3>Coordinators</h3>
<ul class="flexblock gallery">
<li>
<a href="#">
<figure>
<img alt="Thumbnail " src="static/images/01.jpg">
<figcaption>
<h2>Faheem Zunjani</h2>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail" src="static/images/2.jpg">
<figcaption>
<h2>Mubaris NK</h2>
</figcaption>
</figure>
</a>
</li>
</ul>
</div>
</section> -->
<section class="bg-primary">
<div class="wrap">
<h3>MEMBERS</h3>
<ul class="flexblock gallery">
<li>
<a href="#">
<figure>
<img alt="Thumbnail" src="static/images/member1.jpeg">
<figcaption>
<h2>Anupam Dagar</h2>
<p>I am a code currently in development.</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail " src="static/images/member2.jpg">
<figcaption>
<h2>Aswin VB</h2>
<p>I am keen and passionate to learn new things</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail " src="static/images/member3.jpg">
<figcaption>
<h2>Aswanth</h2>
<p>Full time developer, part time programmer</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail" src="static/images/member4.jpg">
<figcaption>
<h2>Aditya Goel</h2>
<p>I am aiming to make a dent in the world</p>
</figcaption>
</figure>
</a>
</li>
</ul>
</div>
<!-- .end .wrap -->
</section>
<section class="bg-black aligncenter">
<span class="background light" style="background-image:url('static/images/events.jpg')"></span>
<div class="wrap">
<h2 class="text-data text-shadow">EVENTS</h2>
<h3 class="text-shadow">which makes you show your hidden talent</h3>
</div>
<!-- .end .wrap -->
</section>
<section class="fullscreen">
<div class="embed">
<video autoplay loop poster="https://webslides.tv/static/images/netflix.jpg">
<source src="static/videos/iiitahacks.mp4" type="video/mp4">
</video>
</div>
<!-- .end .embed -->
</section>
<section class="fullscreen">
<div class="card-50">
<figure>
<img src="static/images/iiitahacks.png" alt="iWatch">
</figure>
<!-- end figure-->
<div class="flex-content">
<h2>IIIT HACKS
</h2>
<p>Inter college hackathon</p>
<p class="text-intro">A night full of code and coffee.A great opportunity to learn and interact with fellow developers.Get to know that you can create something awesome in just 18 hours.
</p>
<ul class="description">
<li><strong class="text-label">Duration:</strong> 18 Hours</li>
<li><strong class="text-label">Prizes:</strong> Certificate, Dev swags.</li>
<li><strong class="text-label">Misc:</strong> Free and amazing food.</li>
</ul>
</div>
<!-- end .flex-content-->
</div>
</section>
<section class="fullscreen">
<div class="embed">
<video autoplay loop poster="https://webslides.tv/static/images/netflix.jpg">
<source src="static/videos/OpenCode.mp4" type="video/mp4">
</video>
</div>
<!-- .end .embed -->
</section>
<section class="fullscreen">
<div class="card-50">
<figure>
<img src="static/images/opencode.jpg" alt="iWatch">
</figure>
<!-- end figure-->
<div class="flex-content">
<h2>Opencode
</h2>
<p>An Opensource Event</p>
<p class="text-intro">Opencode is a month-long open source event.All undergraduates and postgraduates around the world can participate in developing open sourced projects and contributing in them.</p><p class="text-intro"> Opencode aims to raise awareness about open source software development among the students and developers around the world.
</p>
<ul class="description">
<li>
<strong class="text-label">Date:</strong>January
</li>
<li><strong class="text-label">Duration:</strong> 1 Month</li>
<li><strong class="text-label">Prizes:</strong> Cash Prize, Stickers, T-Shirt</li>
</ul>
</div>
<!-- end .flex-content-->
</div>
</section>
<section class="fullscreen">
<div class="card-50">
<figure>
<img src="https://tctechcrunch2011.files.wordpress.com/2012/02/coderdojo-octocat3.jpg" alt="iWatch">
</figure>
<!-- end figure-->
<div class="flex-content">
<h2>Git Hero
</h2>
<p class="text-intro">You think you are master of git, come compete with other people who think the same and may the best person wins.All you have to do is solve issues and be the Hero!.
</p>
<ul class="description">
<li>
<strong class="text-label">Date:</strong>During Aparoksha
</li>
<li><strong class="text-label">Prizes:</strong> Cash Prize</li>
</ul>
</div>
<!-- end .flex-content-->
</div>
</section>
<section class="bg-black-blue">
<span class="background dark" style="background-image:url('https://previews.123rf.com/images/kgtoh/kgtoh1107/kgtoh110700580/10012050-Background-concept-wordcloud-illustration-of-open-source-license-Stock-Illustration.jpg')"></span>
<div class="wrap">
<div class="content-left bg-trans-dark fadeInUp">
<h2><strong>Opportunities in Open Source</strong></h2>
</div>
</div>
<!-- .end .wrap -->
</section>
<section>
<!-- Overlay/Opacity: [class*="bg-"] > .background.dark or .light -->
<span class="background" style="background-image:url('http://www.opportunitiesforafricans.com/wp-content/uploads/2016/03/google-summer-of-code-2016.png')"></span>
<div class="wrap">
<div class="content-left bg-trans-dark fadeInUp">
<img class="whitelogo" src="static/images/logos/GSoC-icon1.svg" alt="GSoC">
<img class="whitelogo" src="static/images/logos/google.svg" alt="Google" style="margin-left: 20px;">
<h2><strong>Google Summer of Code (GSoC)</strong></h2>
<p>Intern with Google</p>
</div>
</div>
<!-- .end .wrap -->
</section>
<section class="bg-gradient-white">
<span class="background-right" style="background-image:url('static/images/test.png')"></span>
<div class="wrap">
<div class="content-left">
<h2>Google Summer of Code is all about
</h2><br>
<p>Contributing to organisations. </p>
<p>Working with them on their project.</p>
<p>Building a rapport.</p>
<p>And while doing all this, you will come across a lot of code.(Millions and Billions lines of code)</p>
</div>
</div>
<!-- .end .wrap -->
</section>
<section>
<div class="wrap">
<h3 align="center" class="text-landing text-shadow">GSoC selection in 2017</h3>
<ul class="flexblock gallery">
<li>
<a href="#">
<figure>
<img alt="Thumbnail" src="static/images/team/team11.jpg">
<figcaption>
<h2>Saptak Sengupta</h2>
<p>FOSSASIA</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail " src="static/images/team/team12.jpg">
<figcaption>
<h2>Vishnu KS</h2>
<p>ZULIP</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail" src="static/images/team/team09.jpg">
<figcaption>
<h2>Medozonuo Magdalene</h2>
<p>FOSSASIA</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail" src="static/images/team/team10.jpg">
<figcaption>
<h2>Vamsi Sangam</h2>
<p>TEAMMATES</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail" src="static/images/team/team05.jpg">
<figcaption>
<h2>Aseem Shrey</h2>
<p>FOSSASIA</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail" src="static/images/team/team06.jpg">
<figcaption>
<h2>Pranjal Paliwal</h2>
<p>FOSSASIA</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail" src="static/images/team/team07.jpg">
<figcaption>
<h2>Varun Kumar</h2>
<p>FOSSASIA</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail" src="static/images/team/team08.jpg">
<figcaption>
<h2>Yash Sharma</h2>
<p>OPEN GENOME INFORMATICS</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail" src="static/images/team/team01.jpg">
<figcaption>
<h2>Diwakar Vinay</h2>
<p>MOODLE</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail" src="static/images/team/team02.jpg">
<figcaption>
<h2>Shubham Padia</h2>
<p>FOSSASIA</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail" src="static/images/team/team03.jpg">
<figcaption>
<h2>Aditya Dewan</h2>
<p>LIBREOFFICE</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail" src="static/images/team/team04.jpg">
<figcaption>
<h2>Abhinav Khare</h2>
<p>FOSSASIA</p>
</figcaption>
</figure>
</a>
</li>
</ul>
</div>
<!-- .end .wrap -->
</section>
<section>
<div class="wrap">
<h2>Other Summer of Code Programs</h2>
<ul class="flexblock clients border">
<li>
<a href="#" title="Client">
<figure>
<img class="" src="static/images/logos/kde.svg" alt="Google">
<figcaption>
<h3>Season of KDE</h3>
<p>Collaboration with the Acme team to design their mobile apps.It runs parallel with GSoC</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#" title="Client">
<figure>
<img class="" src="static/images/logos/Mozilla_logo.svg" alt="Microsoft">
<figcaption>
<h3>Mozilla Winter of Security</h3>
<p>The Winter of Security (MWOS) is a program organized by Mozilla's Security teams to involve students with Security projects. </p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#" title="Client">
<figure>
<img class="" src="static/images/logos/rgsoc.png" alt="Instagram">
<figcaption>
<h3>Rails Girls Summer of Code</h3>
<p>Rails Girls Summer of Code is an award-winning global fellowship program aimed at bringing more diversity into Open Source.Rails Girls Summer of Code is about helping newcomers to the world of programming further expand their knowledge and skills, by contributing to a worthwhile Open Source project.</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#" title="Client">
<figure>
<img class="" src="static/images/logos/tor.png" alt="Netflix">
<figcaption>
<h3>TOR Summer of Privacy</h3>
<p>We partnered with various Netflix divisions to create a campaign for House of Cards.</p>
</figcaption>
</figure>
</a>
</li>
</ul>
</div>
<!-- .end .wrap -->
</section>
<section class="aligncenter">
<div class="wrap size-50">
<figure class="browser">
<a href="https://fossiiita.github.io/" title="Title"><img src="static/images/website.png" alt="Screenshot"></a>
</figure>
<p><code>FOSS Website is live at - </code>
<a href="https://geekhaven.iiita.ac.in/">https://geekhaven.iiita.ac.in</a>
</p>
</div>
<!-- .end .wrap -->
</section>
<section>
<!--.wrap = container (width: 90%) -->
<div class="wrap size-50 aligncenter">
<h2><strong>Why WebSlides?</strong></h2>
<blockquote>
<p>"We feel guilty as web designers when we have to use PowerPoint and Keynote. So we made #WebSlides."</p>
</blockquote>
</div>
<!-- .end .wrap -->
</section>
<section>
<div class="wrap aligncenter">
<div id="stringss">
<p>IIITA^3000</p>
</div>
<span id="typing"><h2><strong>Created with <svg class="fa-heart" style="color: red;">
<use xlink:href="#fa-heart"></use>
</svg><br>FOSS</strong> <span id="written" style="white-space:pre;color: #FF0000;"></span></h2></span>
</div>
<!-- .end .wrap -->
</section>
</article>
</main>
<!--main-->
<!-- Required -->
<script src="static/js/webslides.js"></script>
<script>
window.ws = new WebSlides();
</script>
<!-- OPTIONAL - svg-icons.js (fontastic.me - Font Awesome as svg icons) -->
<script defer src="static/js/svg-icons.js"></script>
</body>
</html>