-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcc_events.html
329 lines (276 loc) · 17.1 KB
/
cc_events.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>code chef website
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Lato|Neucha|Roboto+Slab&display=swap" rel="stylesheet">
<style>
.box{
display: block;
position: absolute;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background-color: white;
width:180px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
font-size: 30px;
line-height: 10vh;
}
.h3
{
vertical-align: center;
text-align: center;
margin-top: 10px;
font-size: 25px;
}
.navbar-nav.navbar-center
{
position: absolute;
top: 25%;
left: 50%;
transform: translatex(-50%);
color: #f2f2f2;
}
.lat
{
font-family: roboto slab;
}
.rob
{
font-family: lato;
}
.new{
font-family: neucha;
}
.navbar {
margin-bottom: 0;
border-radius: 0;
padding: 80px;
}
footer {
background-color: #f2f2f2;
padding: 50px;
}
</style>
</head>
<body>
<nav class="navbar navbar-inverse" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-center">
<li><a href="#">HOME</a></li>
<li><a href="cc_web.html">ABOUT</a></li>
<li><a href="cc_events.html">EVENTS</a></li>
<li><a href="#">PROJECTS</a></li>
<li><a href="cc_sponsor.html">SPONSORS</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
</nav>
<div class="box">
<h3 class="h3">EVENTS </h3>
</div>
<br><br>
<div class="jumbotron" style="background-color: white;">
<div class="container text-left" >
<div class="container">
<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>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="d1.jpg" alt="Los Angeles" style="width:100%;">
</div>
<div class="item">
<img src="d2.jpg" alt="Chicago" style="width:100%;">
</div>
<div class="item">
<img src="d3.jpg" alt="New york" style="width:100%;">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<br><br>
<H2><font class="new">DEVSOC-DEVELOPER'S SPRINT OF CODE</H2></font>
<br>
<p align="justify" style="font-size: 14px;" class="rob"> CodeChef is a not-for-profit educational initiative by Directi, an Indian software company. It is a global programming community that
fosters learning and friendly competition, built on top of the world’s largest competitive programming platform. We have also built a large
community of problem curators.
<br><br>
CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming
contests. We host three featured contests every month and give away prizes and goodies to the winners as encouragement. Apart from this,
the platform is open to the entire programming community to host their own contests. Major institutions and organizations across the globe
use our platform to host their contests. On an average, 30+ external contests are hosted on our platform every month.
<br><br></p>
<form>
<input type="button" value="GO TO WEBSITE" style="background-color: black; color: white; padding: 20px;">
</form>
<br>
<h2><font class="new"> COMPETITIVE CODING SESSIONS </font></h2>
<br>
<p align="justify" style="font-size: 14px;" class="rob">CodeChef is a not-for-profit educational initiative by Directi, an Indian software company. It is a global programming community that fosters learning and friendly competition, built on top of the world’s largest competitive programming platform. We have also built a large community of problem curators.
<br> <br>
CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming contests. We host three featured contests every month and give away prizes and goodies to the winners as encouragement. Apart from this, the platform is open to the entire programming community to host their own contests. Major institutions and organizations across the globe use our platform to host their contests. On an average, 30+ external contests are hosted on our platform every month.
<br><br></p>
<div class="row">
<div class="col-sm-3">
<BR><BR><BR>
<img src="C:\Users\hriti\Desktop\sem3\codechef\c2.jpg" class="img-responsive" style="width:100%; " alt="Image">
</div>
<div class="col-sm-9">
<h3 class="new">COOK OFF</h3>
<p align="justify" style="font-size: 14px;" class="rob"> CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming
contests. We host three featured contests every month and give away prizes and goodies to the winners as encouragement. Apart from this,
the platform is open to the entire programming community to host their own contests. Major institutions and organizations across the globe
use our platform to host their contests. On an average, 30+ external contests are hosted on our platform every month.
<br> <br>
CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming
contests. We host three featured contests every month and give away prizes and goodies to the winners as encouragement. Apart from this,
the platform is open to the entire programming community to host their own contests. Major institutions and organizations across the globe
use our platform to host their contests.
<br>
CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming
contests. We host three featured contes
</p>
</div>
</div>
</div>
<br>
<br>
<div class="row">
<div class="container text-left" >
<div class="col-sm-9">
<h3 class="new">GAME DEV</h3>
<p align="justify" style="font-size: 14px;" class="rob"> CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming
contests. We host three featured contests every month and give away prizes and goodies to the winners as encouragement. Apart from this,
the platform is open to the entire programming community to host their own contests. Major institutions and organizations across the globe
use our platform to host their contests. On an average, 30+ external contests are hosted on our platform every month.
<br> <br>
CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming
contests. We host three featured contests every month and give away prizes and goodies to the winners as encouragement. Apart from this,
the platform is open to the entire programming community to host their own contests. Major institutions and organizations across the globe
use our platform to host their contests.
<br>
CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming
contests. We host three featured contes</p>
<br><br>
</div>
<div class="col-sm-3">
<br><br><br>
<img src="C:\Users\hriti\Desktop\sem3\codechef\g1.jpg" class="img-responsive" style="width:100%; " alt="Image">
</div>
</div>
</div>
<div class="container text-left" >
<div class="row">
<div class="col-sm-3">
<BR>
<BR><BR>
<img src="C:\Users\hriti\Desktop\sem3\codechef\w1.jpeg" class="img-responsive" style="width:100%; " alt="Image">
</div>
<div class="col-sm-9">
<h3 class="new" > WEB APPLICATIONS</h3>
<p align="justify" style="font-size: 14px;" class="rob"> CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming
contests. We host three featured contests every month and give away prizes and goodies to the winners as encouragement. Apart from this,
the platform is open to the entire programming community to host their own contests. Major institutions and organizations across the globe
use our platform to host their contests. On an average, 30+ external contests are hosted on our platform every month.
<br> <br>
CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming
contests. We host three featured contests every month and give away prizes and goodies to the winners as encouragement. Apart from this,
the platform is open to the entire programming community to host their own contests. Major institutions and organizations across the globe
use our platform to host their contests.
<br>
CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming
contests. We host three featured contes
</p>
</div>
</div>
</div>
<BR><BR>
<div class="row">
<div class="container text-left" >
<div class="col-sm-9">
<h3 class="new">SERVER DEVELOPMENT ON THE CLOUD</h3>
<p align="justify" style="font-size: 14px;" class="rob"> CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming
contests. We host three featured contests every month and give away prizes and goodies to the winners as encouragement. Apart from this,
the platform is open to the entire programming community to host their own contests. Major institutions and organizations across the globe
use our platform to host their contests. On an average, 30+ external contests are hosted on our platform every month.
<br> <br>
CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming
contests. We host three featured contests every month and give away prizes and goodies to the winners as encouragement. Apart from this,
the platform is open to the entire programming community to host their own contests. Major institutions and organizations across the globe
use our platform to host their contests.
<br>
CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming
contests. We host three featured contes
<br><br>
</p>
</div>
<div class="col-sm-3">
<BR><BR><BR>
<img src="C:\Users\hriti\Desktop\sem3\codechef\s1.jpeg" class="img-responsive" style="width:100%; " alt="Image">
</div>
</div>
</div>
<BR>
<div class="container text-left" >
<div class="row">
<div class="col-sm-3">
<BR><BR><BR>
<img src="C:\Users\hriti\Desktop\sem3\codechef\b1.jpEg" class="img-responsive" style="width:100%; " alt="Image">
</div>
<div class="col-sm-9">
<h3 class="new"> BLITZ DESIGN</h3>
<p align="justify" style="font-size: 14px;" class="rob"> CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming
contests. We host three featured contests every month and give away prizes and goodies to the winners as encouragement. Apart from this,
the platform is open to the entire programming community to host their own contests. Major institutions and organizations across the globe
use our platform to host their contests. On an average, 30+ external contests are hosted on our platform every month.
<br> <br>
CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming
contests. We host three featured contests every month and give away prizes and goodies to the winners as encouragement. Apart from this,
the platform is open to the entire programming community to host their own contests. Major institutions and organizations across the globe
use our platform to host their contests.
<br>
CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming
contests. We host three featured contes
</p>
</div>
</div>
</div>
<div class="container text-center" >
<form>
<br><br>
<input type="button" value="PREVIOUS EVENTS " style="background-color: black; color: white; padding: 20px;">
</form>
</div>
</div>
<footer class="container-fluid text-center">
<p>Follow us</p> <p> Have a question</p>
</footer>
</body>
</html>