forked from pclubiitk/pclub.in
-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
55 lines (47 loc) · 2.02 KB
/
about.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
---
layout: default
title: About
permalink: /about.html
---
<div class="row">
<div class="large-7 columns samping">
<div style="margin-top: 0;
position: relative;
padding-bottom: 1rem;
/* border-bottom: #636363 1px solid; */
word-wrap: break-word;
background: #3E3E3E;
padding: 32px 20px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;">
<center>
<img src="/assets/image/pclub.png" style="border-radius:10px; max-width: 80%;">
</center>
<br><br>
Programming Club (or PClub) is a community of students highly enthusiastic about coding,
ethical hacking, Web Designing and all other aspects of programming.
We are a team currently of 4 coordinators (pre-final year) and 25 secretaries (sophomores).
<br><br>
Our Facebook group <a href="https://www.facebook.com/groups/pclubiitk">pclubiitk</a> has grown to a massive size of
18K members, who use it as a QnA forum, or to get information about activities and competitions happening in the world of Programming.
<br><br>
We organize activities related to Development (Web Development, Open Source, Game/App Development), programming contests, hackathons, Capture The Flag contests, et all.
Lecture series are regularly taken on algorithms, web hijacking, development, among other things.
<br><br>
Apart from this, we also develop various applications to be used by the campus junta; like Puppy Love (during valentines week), organize activities like Linux
Install fest, and promote Open Source.
<br><br>
During summers, we offer a large number of projects to the first year students through our Summer Camp. The 2016 Summer Camp saw close to 350 applicants.
<br><br>
Feel free to contact any of our members any time in case of any queries! We hang out on IRC at #pclub
<br>
<br>
Happy Coding!
<br>
<br>
<pre> while(!(succeed = try () ));</pre>
</div>
</div>
{% include widgets.html %}
</div>
</div>