-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·438 lines (403 loc) · 22 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
---
layout: landing-page
banner: /images/codingbanner.jpg
---
<!-- Banner -->
<section id="banner" style="background-image:url({{ page.banner | prepend: site.baseurl}})">
<div class="inner">
<h2>The Web and Coding Club</h2>
<p> <a href="http://www.iitb.ac.in">IIT Bombay</a></p>
<ul class="actions">
<li><a href="{{ '/wiki' | prepend: site.baseurl }}" class="button big special">Wiki</a></li>
<li><a href="{{ '/soc' | prepend: site.baseurl }}" class="button big special">Seasons of Code</a></li><br/><br/>
<li><a href="http://portals.wncc-iitb.org/internships/" class="button big special">Internship Portal</a></li>
</ul>
</ul>
<ul class="actions">
<li><a href="#three" class="button big alt">Learn More</a></li>
</ul>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style1">
<div class="container">
<div class="row">
<div class="8u">
<section>
<h2>What is the Web and Coding Club?</h2>
<a href="#" class="image fit"><img src="{{ '/images/wncc.jpg' | prepend: site.baseurl }}" alt="" /></a>
<p>Web and Coding Club is one of the biggest clubs of IIT Bombay. As a part of the Institute Technical Council, we aim to provide a gateway for the people in our institute to join the coding community. We create a platform which allows students to gain assistance and mentorship to enhance their coding ability. Our aim is to propagate the enthusiasm for coding in the institute and especially amongst freshmen. We believe that every student here at IITB should have an opportunity to learn how to code and develop a passion for it. The secret of getting ahead is getting started and we aim to provide every student with the right start.
</p>
</section>
</div>
<div class="4u">
<section>
<h3>What do we do?</h3>
<p>We conduct events and workshops, hold lectures and talks, and even host coding competitions and hackathons. There is something for everyone. Whether you want to learn, participate in hackathons and win big prizes, prepare for the Google Summer of Code or code your way through the ACM-ICPC, you can do it all here.</p>
<center>
<a href="{{ '/events' | prepend: site.baseurl }}" class="button special fit-60">Events</a>
<a href="{{ '/showcase' | prepend: site.baseurl }}" class="button special fit-60">Showcase</a>
</center>
</section>
</div>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style2">
<header class="major">
<h2>Initiatives</h2>
<p>Ideas are a dime a dozen...</p>
</header>
<div class="container">
<div class="row" id="i1">
<div class="4u">
<center><span class="img-helper"></span><img class="image fit" src="{{ '/images/initiatives/wiki.png' | prepend: site.baseurl }}" alt="" style="max-width: 400px; margin: auto;" /></center>
</div>
<div class="8u">
<section class="special">
<h2>Grundy- WnCC’s wiki</h2>
<p>On New Year’s Eve 2017, we launched our very own wiki- Grundy. It is an educational wiki, meant to help beginners get started with programming. It’s got a large number of tutorials, on various programming topics. All tutorials are hand-tailored by students of IIT Bombay. However unlike conventional programming tutorials, these take a slightly different approach. Rather than reinventing the wheel, Grundy aims at bringing together a number of online tutorials and resources along with a set of pre-requisites and motivation to learn a programming skill. We also have exhaustive lists of our community resources, projects and GSoC recommendations. Here’s a detailed summary about how the wiki was built.</p>
<ul class="actions">
<li><a href="wiki/" class="button special">Open Wiki</a></li>
<li><a href="http://martiansideofthemoon.github.io/2016/12/31/wncc-wiki-launched.html" class="button alt">The Journey</a></li>
</ul>
</section>
</div>
</div>
<hr/>
<div class="row" id="i2">
<div class="8u">
<section class="special">
<h2>Seasons of Code</h2>
<p>Seasons of Code is a programme launched by the WnCC, along the lines of GSoC without much greenery though. The idea is that one can choose from the projects offered by mentors who are senior undergrads, doctorate students or professors, and in some exceptional cases, startups. The projects floated span several genres, including Development, Scientific Computation, Machine Learning and Open Source. With most of the projects running in summer, we’ve also had projects that have extended into the semester and some in winter.</p>
<ul class="actions">
<li><a href="soc/" class="button special">Seasons of Code</a></li>
</ul>
</section>
</div>
<div class="4u">
<center><span class="img-helper"></span><img class="image fit" src="{{ '/images/initiatives/soc.png' | prepend: site.baseurl }}" alt="" style="max-width: 400px;" /></center>
</div>
</div>
<hr/>
<div class="row" id="i3">
<div class="4u">
<center><span class="img-helper"></span><img class="image fit" src="{{ '/images/initiatives/reflections.jpg' | prepend: site.baseurl }}" alt="" style="max-width: 400px;" /></center>
</div>
<div class="8u">
<section class="special">
<h2>Reflections</h2>
<p>Reflections are our beloved series of informal events that aim to give one an idea of the breadth of Computer Science. These are mostly conducted in Hostel Lounges, where speakers discuss about their CS research projects conducted as RnDs or internships. The problems discussed are usually very specific, but the discussion often covers an overview, providing a general understanding of the topic.</p>
</section>
</div>
</div>
<hr/>
<div class="row" id="i4">
<div class="8u">
<section class="special">
<h2>GSoC Incubation Cell</h2>
<p>Google Summer of Code (https://summerofcode.withgoogle.com/) is a global program sponsored by Google, focused on bringing more student developers into open source software development. The GSoC Incubation Cell is an initiative to aid and assist students aiming for a GSoC. Under the incubator, senior students who have done a GSoC in the past, come together to share their experiences and help aspirants. Having more collective experience means one can approach people who have contribute to different orgs, for directed help till their first few contributions. Under the GIC, we also conduct several events like- Open Source Session, Git workshop, Introduction to IRC.</p>
<ul class="actions">
<li><a href="https://www.facebook.com/groups/172338573292734" class="button special">Facebook group</a></li>
</ul>
</section>
</div>
<div class="4u">
<center><span class="img-helper"></span><img class="image fit" src="{{ '/images/initiatives/gic.png' | prepend: site.baseurl }}" alt="" style="max-width: 400px;vertical-align: middle;" /></center>
</div>
</div>
<hr/>
<div class="row" id="i5">
<div class="4u">
<center><span class="img-helper"></span><img class="image fit" src="{{ '/images/initiatives/dsd.jpg' | prepend: site.baseurl }}" alt="" style="max-width: 400px;" /></center>
</div>
<div class="8u">
<section class="special">
<h2>Data Science Day</h2>
<p>Seeing the increase in interest in the field of Data Science, and especially in the fields of Machine Learning and Artificial Intelligence, we decided to do our bit. The Data Science Day is a conglomeration of a set of events including Panel Discussions, Talks by professors, screening of the highlights from the <a href="http://www.widsconference.org/">Women in Data Science Stanford conference</a>.</p>
<ul class="actions">
<li><a href="https://dsd-iitb.com" class="button special">Data Science Day</a></li>
</ul>
</section>
</div>
</div>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper style1">
<header class="major">
<h2>Collaborations</h2>
<p>Together we can do so much...</p>
</header>
<div class="container">
<div class="row">
<div class="12u layout-company-logos">
<p>Over the years, we’ve collaborated with several companies and organisations to conduct events and hackathons, inside and outside the institute.</p>
<img src="{{ '/images/collaborations/facebook.png' | prepend: site.baseurl }}">
<img src="{{ '/images/collaborations/yahoo_japan.png' | prepend: site.baseurl }}">
<img src="{{ '/images/collaborations/sap.jpg' | prepend: site.baseurl }}">
<img src="{{ '/images/collaborations/microsoft.png' | prepend: site.baseurl }}">
<img src="{{ '/images/collaborations/ubisoft.jpg' | prepend: site.baseurl }}">
<img src="{{ '/images/collaborations/mozilla.jpg' | prepend: site.baseurl }}">
<img src="{{ '/images/collaborations/lenovo.png' | prepend: site.baseurl }}">
<img src="{{ '/images/collaborations/intertrust.png' | prepend: site.baseurl }}">
<img src="{{ '/images/collaborations/mercari.png' | prepend: site.baseurl }}">
<img src="{{ '/images/collaborations/walmartlabs.png' | prepend: site.baseurl }}">
<img src="{{ '/images/collaborations/gdgmumbai.png' | prepend: site.baseurl }}">
<img src="{{ '/images/collaborations/globalcyberchallenge.png' | prepend: site.baseurl }}">
<img src="{{ '/images/collaborations/kandy.png' | prepend: site.baseurl }}">
<img src="{{ '/images/collaborations/xlab.png' | prepend: site.baseurl }}">
</div>
</div>
</div>
</section>
<!-- One -->
<section id="four" class="wrapper style2">
<header class="major">
<h2>Team</h2>
<p>We are one</p>
</header>
<div class="container">
<div class="row">
<div class="12u team-container">
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/nihal.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Nihal Singh</div>
<div class="member-position">Manager</div>
<div class="member-social">
<a href="https://www.facebook.com/nihal111" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://github.com/nihal111" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://linkedin.com/in/nihal111" target="_blank"><i class="fa fa-linkedin-square"></i></a>
</div>
</div>
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/sajal.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Sajal Narang</div>
<div class="member-position">Manager</div>
<div class="member-social">
<a href="https://www.facebook.com/sajalnarang" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://github.com/unstablebrainiac" target="_blank"><i class="fa fa-github"></i></a>
<!-- <a href="https://linkedin.com/in/nihal111" target="_blank"><i class="fa fa-linkedin-square"></i></a> -->
</div>
</div>
</div>
</div>
<div class="row">
<div class="12u team-container">
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/mrunmayi.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Mrunmayi Mungekar</div>
<div class="member-position">Convener</div>
<div class="member-social">
<a href="https://www.facebook.com/mrunmayi.mungekar" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://github.com/Mrunzzz" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/mrunmayi-mungekar-27b866134/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
</div>
</div>
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/ashutosh.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Kumar Ashutosh</div>
<div class="member-position">Convener</div>
<div class="member-social">
<a href="https://www.facebook.com/kumarashutosh0" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://github.com/thechargedneutron" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/kumar-ashutosh-730672150" target="_blank"><i class="fa fa-linkedin-square"></i></a>
</div>
</div>
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/sahil.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Sahil Shah</div>
<div class="member-position">Convener</div>
<div class="member-social">
<a href="https://www.facebook.com/sahil00199" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://github.com/sahil00199" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://linkedin.com/in/sahil-shah-842a64134" target="_blank"><i class="fa fa-linkedin-square"></i></a>
</div>
</div>
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/sarthak.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Sarthak Khandelwal</div>
<div class="member-position">Convener</div>
<div class="member-social">
<a href="https://www.facebook.com/mastermind.sarthak" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://github.com/TheFlash98" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/sarthak-khandelwal-182779126/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="12u team-container">
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/akash.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Akash Kumar</div>
<div class="member-position">Volunteer</div>
<div class="member-social">
<a href="https://www.facebook.com/akash.kumar.7902" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://github.com/tHeMaskedMan981" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/akash-kumar-47095a134/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
</div>
</div>
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/arsh.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Arsh Akhtar Ansari</div>
<div class="member-position">Volunteer</div>
<div class="member-social">
<a href="https://www.facebook.com/arsh.ansari.14289" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://github.com/arsha14" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/arsh-akhtar-ansari-aba591160/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
</div>
</div>
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/aryan.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Aryan Agal</div>
<div class="member-position">Volunteer</div>
<div class="member-social">
<a href="https://www.facebook.com/aryan.agal.30" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://github.com/grubdragon" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/aryan-agal" target="_blank"><i class="fa fa-linkedin-square"></i></a>
</div>
</div>
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/ashish.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Ashish Mittal</div>
<div class="member-position">Volunteer</div>
<div class="member-social">
<a href="https://www.facebook.com/ashish.mittal.733450" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://github.com/ashish-221b" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/ashish-mittal-230447141/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
</div>
</div>
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/bidish.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Bidish Ghosh</div>
<div class="member-position">Volunteer</div>
<div class="member-social">
<a href="https://www.facebook.com/bGhost.42" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://github.com/b-ghost" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/bidish-ghosh-28610a126/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
</div>
</div>
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/chinmay.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Chinmay Awale</div>
<div class="member-position">Volunteer</div>
<div class="member-social">
<a href="https://www.facebook.com/chinmay.awale" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://github.com/Owl-A" target="_blank"><i class="fa fa-github"></i></a>
<!-- <a href="https://linkedin.com/in/nihal111" target="_blank"><i class="fa fa-linkedin-square"></i></a> -->
</div>
</div>
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/ishan.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Ishan Tarunesh</div>
<div class="member-position">Volunteer</div>
<div class="member-social">
<a href="https://www.facebook.com/profile.php?id=100013051500880" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://github.com/ishan00" target="_blank"><i class="fa fa-github"></i></a>
<!-- <a href="https://linkedin.com/in/nihal111" target="_blank"><i class="fa fa-linkedin-square"></i></a> -->
</div>
</div>
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/kaushal.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Kaushal Kishore</div>
<div class="member-position">Volunteer</div>
<div class="member-social">
<a href="https://www.facebook.com/kaushore" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://github.com/kaushore" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://linkedin.com/in/kaushore" target="_blank"><i class="fa fa-linkedin-square"></i></a>
</div>
</div>
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/owais.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Owais Chunawala</div>
<div class="member-position">Volunteer</div>
<div class="member-social">
<a href="https://www.facebook.com/owais.chunawala.3" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://github.com/OwaisChunawala" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/owais-chunawala-70b228136/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
</div>
</div>
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/rishika.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Rishika Gupta</div>
<div class="member-position">Volunteer</div>
<div class="member-social">
<a href="https://www.facebook.com/rishika.gupta.5817" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://github.com/rishika23" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/rishika-gupta-9192a6133/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
</div>
</div>
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/sucheta.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Sucheta Ravikanti</div>
<div class="member-position">Volunteer</div>
<div class="member-social">
<a href="https://www.facebook.com/Suchetaaa" target="_blank"><i class="fa fa-facebook-square"></i></a>
<!-- <a href="https://github.com/nihal111" target="_blank"><i class="fa fa-github"></i></a> -->
<a href="https://www.linkedin.com/in/sucheta-ravikanti-850090144/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
</div>
</div>
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/tushar.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Tushar Dhawal</div>
<div class="member-position">Volunteer</div>
<div class="member-social">
<a href="https://www.facebook.com/tushar.dhawal2" target="_blank"><i class="fa fa-facebook-square"></i></a>
<!-- <a href="https://github.com/nihal111" target="_blank"><i class="fa fa-github"></i></a> -->
<!-- <a href="https://linkedin.com/in/nihal111" target="_blank"><i class="fa fa-linkedin-square"></i></a> -->
</div>
</div>
<div class="member">
<div class="team-image-container">
<img src="{{ '/images/team/yashvardhan.png' | prepend: site.baseurl }}">
</div>
<div class="member-name">Yashvardhan Didwania</div>
<div class="member-position">Volunteer</div>
<div class="member-social">
<a href="https://www.facebook.com/ydidwania" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://github.com/ydidwania" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/yashvardhan-didwania-194575160/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>