-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathindex.html
280 lines (270 loc) · 16.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-171546866-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-171546866-1');
</script>
<title>Competitive coding Club | KamandPrompt | IIT Mandi</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Competitie Coding Club of IIT Mandi">
<meta name="author" content="KamandPrompt - Webdevs">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<link type="image/x-icon" href="img/favicon.png" rel="shortcut icon">
<!-- Custom styles for this template -->
<link rel="stylesheet" type="text/css" href="../css/styles.css" />
<link href="css/main.css" rel="stylesheet">
<link rel="stylesheet" href="css/icomoon.css">
<link href="css/animate-custom.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans|Candal|Alegreya+Sans|Raleway:400,300,700|Lato:300,400,700,300italic,400italic">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<script src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-offset="0" data-target="#navbar-main" onload="addCopyright()">
<!-- Nav Bar -->
<div class="bro">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#myNavbar">
<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" href="https://pc.iitmandi.co.in"><img src="../img/kamandpromptlogo.svg" alt="KamandPrompt IIT Mandi Programming Club"></a>
</div>
<div id="myNavbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="navlink dropdown">
<a class="nav-link dropdown-toggle" href="#" id="subclubs" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span id="open"> < </span> SubClubs <span id="open"> />
</a>
<div class="dropdown-menu" aria-labelledby="subclubs">
<a class="dropdown-item sub_club" href="/heuristics/HTML"><span id="open"> < </span>Heuristics<span id="open"> /></a>
<span>-----------------------------------</span>
<a class="dropdown-item sub_club" href="/ccc"><span id="open"> < </span>Competitive Coding Club<span id="open"> /></a>
<span>-----------------------------------</span>
<a class="dropdown-item sub_club" href="#"><span id="open"> < </span>Devprompt<span id="open"> /></a>
<span>-----------------------------------</span>
<a class="dropdown-item sub_club" href="#"><span id="open"> < </span>SAIC<span id="open"> /></a>
</div>
</li>
<li class="navlink"><a href="../index.html#projects"><span id="open"> < </span>Projects<span id="open"> /> </span></a></li>
<li class="navlink"><a href="../index.html#team"><span id="open"> < </span>Team<span id="open"> /> </a></li>
<li class="navlink"><a href="../gsoc"><span id="open"> < </span>GSoC<span id="open"> /> </a></li>
<li class="navlink"><a href="../blog"><span id="open"> < </span>Blog<span id="open"> /> </a></li>
<li class="navlink"><a href="../hof"><span id="open"> < </span>Hall Of Fame<span id="open"> /> </span></a></li>
<li class="navlink"><a href="#contact"><span id="open"> < </span>Contact Us<span id="open"> /> </a></li>
</ul>
</div>
</div>
</nav>
</div>
<!-- Nav Bar Ends -->
<!-- Main Conten goes here -->
<div class="main-content" style="padding-top: 60px">
<div class="banner">
<div class="bg-color text-center">
<div class="container height100">
<div class="text-center">
<div class="text-border">
<img src="./img/C3_transparent.png" alt="CCC-logo" height="200px" width="200px">
<h3 class="text-desc">Competitive Coding Club Of IIT Mandi</h3>
</div>
</div>
</div>
<div class="small-text no-style bottom-center">
<a class="scroll-down" href="#aboutus">Scroll down to learn more</a>
</div>
</div>
</div>
<!-- ABOUT US STARTS -->
<div class="container" id="aboutus" style="padding-top: 3rem; text-align: justify">
<h1 class="text-center">About Us</h1>
<p>The Competitive Programming Club is about doing ridiculously difficult problems within unfairly short time limits. Our focus is contests such as the ACM ICPC, Google Codejam, and Facebook Hacker Cup. We have weekly meetings where we
practice problems, discuss algorithms, cry over the parts we didn’t understand, figure things out, and celebrate with free pizza.</p>
<h4><b>Club Aims</b></h4>
<ul class="text-left">
<li>To improve the ability of our members to implement algorithms using programming languages such as C++, JAVA, Python, etc. by organising classes on various important concepts. </li>
<li>To increase the participation and performance of students at CodeForces, CodeChef and other coding platforms.</li>
<li>To host various coding competitions in order to prepare for various competitions like ACM-ICPC, Google Code Jam and likewise.</li>
<li>To provide a forum for the discussion of theory and applications of algorithms.</li>
</ul>
</div>
<!-- ABOUT US ENDS -->
<!-- EVENTS STARTS -->
<div class="container" id="events">
<h1 class="text-center">Events</h1>
<div class="row text-center" style="margin-left: 8vw">
<div class="col-lg-6 col-sm-6">
<div class="box-content">
<h3 class="tag-title">Dementia</h3>
<p>Dementia is the annual competitive coding contest conducted as part of Techno-Cultural fest Exodia on CodeChef and is rated for Division-2. It consists of problems of varying difficulty and covering wide concepts of data structures and algorithms.</p>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="box-content">
<h3 class="tag-title">CodeEniacs</h3>
<p>CodeEniacs is competitive coding contest served along snacks and prizes for top performers, organised only for freshers and is meant to involve very basic to medium-hard problems in order to familiarize students with the level of questions encountered in contests on online platforms and their format.</p>
</div>
</div>
</div>
<div class="row container text-center" style="margin-left: 8vw">
<div class="col-lg-6 col-sm-6">
<div class="box-content">
<h3 class="tag-title">AlgoHack</h3>
<p>AlgoHack is an intra-college contest where participants are given problems as well as incorrect solutions (having bugs) to the problems. The participants have to find out test cases where the given solutions would fail to produce correct output/execute within the time limit. It teaches you to read and understand others code and find bugs.</p>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="box-content">
<h3 class="tag-title">CodeGolf</h3>
<p>CodeGolf is a recreational programming challenge in which teams of size 6-8 have to not only solve questions correctly but also writing code using as few characters possible. The right code with minimum keystrokes is all thats required to win.</p>
</div>
</div>
</div>
<div class="row container text-center" style="margin-left: 8vw">
<div class="col-lg-6 col-sm-6">
<div class="box-content">
<h3 class="tag-title">URI Competition</h3>
<p>When a freshman enters IIT Mandi, he/she might not be comferable with highly complex problems of competitive programming. To get them familiar with competitive programming and get started with the basics, we organise month long event. At
the end top performers get cool prizes.</p>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="box-content">
<h3 class="tag-title">Codeforces Challenge Series</h3>
<p>Two codeforces challenge series are conducted annually, one in each semester. Challenge Series consists of 4-6 codeforces rounds and the rankings are calculated from GP15 scoring system which is based on AtCoder <a href = "https://atcoder.jp/posts/171" style="color: rgba(0, 10, 255, 1);" > GP30 scores. </a> </p>
</div>
</div>
</div>
</div>
<!-- EVENTS ENDS -->
<!-- ICPC STARTS -->
<div class="container text-center" id="ICPC">
<h1>ICPC</h1>
<p style="text-align: justify">
The International Collegiate Programming Contest (ICPC) is a yearly computer programming competition for college students from all over the world. It consists of three tiers in India: an online contest, a regional contest and the world
finals. In each contest, three-person teams get five hours (three for online contest) to solve as many problems as they can from a given problem set on one computer. Each problem set has historically had 8 to 10 problems, which tend to be
applicable to real-world situations with solutions that are intended to use a wide variety of algorithms. The top finishing teams in online round can go to participate in regionals, and the top teams there can represent India at the World
Finals. The IIT Mandi teams participate each year in ICPC and train rigourously with the help of the club competitions and sesisons. IIT Mandi usually has three to five teams to the regional contest. You may also contact current Programming
Club coordinators for more information.
</p>
<div class="hof" style="padding-bottom: 30px">
<a href="icpchof.html"><button class="btn contributors">Hall Of Fame</button></a>
<a href="links.html"><button class="btn contributors">Important Links</button></a>
</div>
</div>
<!-- ICPC ENDS -->
<!-- TEAM STARTS -->
<div class="container">
<h1 class="text-center">Team</h1>
<div class="row team-row">
<div class="col-lg-4 col-sm-4 text-center">
<img class="img-circle img-responsive img-center team-img" src="../img/subhash.jpg" alt="Subhash Suman">
<h3>Subhash Suman</h3>
<div>
<a target="_blank" href="https://www.facebook.com/subhash.suman.186"><i class="fab fa-facebook-f social-button"></i></a>
<a target="_blank" href="https://github.com/subhashsuman01"><i class="fab fa-github social-button"></i></a>
</div>
</div>
<div class="col-lg-4 col-sm-4 text-center">
<img class="img-circle img-responsive img-center team-img" src="../img/kartik.jpg" alt="Kartik Kathuria">
<h3>Kartik Kathuria</h3>
<div>
<a target="_blank" href="https://www.facebook.com/kartik.kathuria.146"><i class="fab fa-facebook-f social-button"></i></a>
<a target="_blank" href="https://github.com/kartik1000"><i class="fab fa-github social-button"></i></a>
</div>
</div>
<div class="col-lg-4 col-sm-4 text-center">
<img class="img-circle img-responsive img-center team-img" src="../img/saransh.jpg" alt="Saransh Jain">
<h3>Saransh Jain</h3>
<div>
<a target="_blank" href="https://www.facebook.com/saransh.jain.921677"><i class="fab fa-facebook-f social-button"></i></a>
<a target="_blank" href="https://github.com/Saransh0905"><i class="fab fa-github social-button"></i></a>
</div>
</div>
</div>
<div class="row team-row-2">
<div class="col-lg-4 col-sm-4 text-center">
<img class="img-circle img-responsive img-center team-img" src="./img/lalit.png" alt="Lalit Narayan">
<h3>Lalit Narayan</h3>
<div>
<a target="_blank" href="https://www.facebook.com/universephile"><i class="fab fa-facebook-f social-button"></i></a>
<a target="_blank" href="https://github.com/LalitNM"><i class="fab fa-github social-button"></i></a>
</div>
</div>
<div class="col-lg-4 col-sm-4 text-center">
<img class="img-circle img-responsive img-center team-img" src="./img/vineet.jpg" alt="Vineet Ahuja">
<h3>Vineet Ahuja</h3>
<div>
<a target="_blank" href="https://www.facebook.com/vineet.ahuja.378"><i class="fab fa-facebook-f social-button"></i></a>
<a target="_blank" href="https://github.com/VineetAhuja7"><i class="fab fa-github social-button"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- TEAM ENDS -->
</div>
<!-- Footer -->
<div class="footerhead">
<div class="container footerWrapper">
<div>
<div class="col-xs-12 col-sm-4 col-md-4 row1">
<h3>External Links</h3>
<ul class="list-unstyled quick-links">
<li><a href="https://kamandprompt.zulipchat.com/" class="footerNav" target="_blank"><i class="fas fa-comments socialIcons fa"></i>Join ZulipChat</a></li>
<li><a href="https://www.facebook.com/groups/KamandPrompt/" class="footerNav" target="_blank"><i class="fas fa-users socialIcons fa"></i> Join KamandPrompt</a></li>
</ul>
</div>
</div>
<div>
<div class="col-xs-12 col-sm-4 col-md-4 row2" id="contact">
<h3>Contact Us</h3>
<ul class="list-unstyled quick-links">
<li><a class="footerNav"><i class="fa fa-map-marker socialIcons"></i> Indian Institute of Technology Mandi,<br /> <span id="spacing"> </span>Kamand (H.P.) - 175005</a></li>
<li><a class="footerNav" href="mailto:pc@iitmandi.ac.in"><i class="fa far fa-envelope socialIcons"></i> pc@iitmandi.ac.in</li>
</a>
</ul>
</div>
</div>
</div>
<br>
</div>
<footer class="footerend">
<div class="medialink-container">
<a href="https://www.facebook.com/prog.iitmandi/" target="_blank"><i class="fab fa-facebook socialIcons"></i></a>
<a href="https://github.com/KamandPrompt/" target="_blank"><i class="fab fa-github socialIcons"></i></a>
</div>
<p>
©<span id="copyright"></span> <a class="footerlink" href="#"><strong>Kamand</strong>Prompt</a> - <a class="footerlink" href="https://www.iitmandi.ac.in" target="_blank">IIT Mandi</a>. <span id="rights">All Rights Reserved.</span>
</p>
</footer>
<!-- Footer ends -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/retina.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="../js/script.js"></script>
<script type="text/javascript" src="js/jquery-func.js"></script>
<script type="text/javascript" src="js/foldable.js"></script>
</body>
</html>