-
Notifications
You must be signed in to change notification settings - Fork 5
/
events.html
326 lines (325 loc) · 10.4 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="./css/events.css" />
<link rel="shortcut icon" type="image/x-icon" href="./img/logo.png" />
<title>EVENTS</title>
</head>
<body>
<div class="title">
<h1>EVENTS</h1>
</div>
<div class="events-container">
<div class="event-card">
<div
class="event-banner"
style="background-image: url(img/events/cvd2.png)"
></div>
<div class="event-card-content">
<h1>CODEVERSE 2.0 (24 April 2022)</h1>
<p>
A coding contest organized especially for first and second year
students to get the status and level of competitive coding among the
students. Top 3 performers got direct interview opportunities with
leads and were recruited in the club.
</p>
</div>
</div>
</div>
<div class="events-container">
<div class="event-card">
<div
class="event-banner"
style="background-image: url(img/events/talk1.png)"
></div>
<div class="event-card-content">
<h1>Placement Talk (13 March 2022)</h1>
<p>
This seminar was organized to give a glimpse of the industry and
ways to crack the interview of your dream company. The speaker in
the session was Mr. Sarthak Mittal who is presently working as a SDE
at Amazon, India and is an alumnus of National Institute of
Technology, Kurukshetra.
</p>
</div>
</div>
</div>
<div class="events-container">
<div class="event-card">
<div
class="event-banner"
style="background-image: url(img/events/talk2.png)"
></div>
<div class="event-card-content">
<h1>Weekend With Leads (16 January 2022)</h1>
<p>
This was a Q&A session for juniors to ask all the queries related to
placements and internships. The speakers of this session were the
Leads, namely Srishti Ahlawat, Darpan Khanna and Rohan Pradhan. The
process of getting internships and placements were discussed as well
as how and what to learn according to the needs of market and its
scope in future was also discussed.
</p>
</div>
</div>
</div>
<div class="events-container">
<div class="event-card">
<div
class="event-banner"
style="background-image: url(img/events/scam.png)"
></div>
<div class="event-card-content">
<h1>Game Of Codes (18 December 2021)</h1>
<p>
It was a quiz competition organized only for first year students
just to test the basic knowledge about coding languages and to know
the standard so that we can guide them and organize events in future
accordingly. The event was sponsored by Coding Ninjas.
</p>
</div>
</div>
</div>
<div class="events-container">
<div class="event-card">
<div
class="event-banner"
style="background-image: url(img/events/gitworkshop.png)"
></div>
<div class="event-card-content">
<h1>Github Workshop (4 December 2021)</h1>
<p>
This event was organized to teach juniors about open source and how
to start contributing in open-source projects and to understand
basics of Git and Github. The session was presided by the
Development Lead, Aman Bhatt.
</p>
</div>
</div>
</div>
<div class="events-container">
<div class="event-card">
<div
class="event-banner"
style="background-image: url(img/events/cvd1.png)"
></div>
<div class="event-card-content">
<h1>CODEVERSE (20 November 2021)</h1>
<p>
The intention behind this contest was to have a friendly contest in
our campus and especially for first year and second year. This event
was conducted so that the participants understand the pattern of
questions which are asked in coding interviews. come. Cash prizes
were also given to the top three performers. They enjoyed it and
were able to gain knowledge about Competitive Programming.
</p>
</div>
</div>
</div>
<div class="events-container">
<div class="event-card">
<div
class="event-banner"
style="background-image: url(img/events/talk3.png)"
></div>
<div class="event-card-content">
<h1>Think Big (14 November 2021)</h1>
<p>
It was a speaker’s session and we organised this event because
numerous students were eager to understand research internships at
an international level. Through this event, they gained insight on
how to get an international internship and what kind of work to
expect in such internships
</p>
</div>
</div>
</div>
<div class="events-container">
<div class="event-card">
<div
class="event-banner"
style="background-image: url(img/events/keyboard.png)"
></div>
<div class="event-card-content">
<h1>Keyboard Arena (31 October 2021)</h1>
<p>
It was a typing speed contest for the freshman year in which
participants have to type as fast as they could and all of them
enjoyed. The winners were provided with paid Udemy Courses.
</p>
</div>
</div>
</div>
<div class="events-container">
<div class="event-card">
<div
class="event-banner"
style="background-image: url(img/events/induction2021.png)"
></div>
<div class="event-card-content">
<h1>Introduction to Competitive Programming (10 October 2021)</h1>
<p>
We organized this program so that the Batch of 2025, get to know
more about our community, what kinds of event we organize and what
work our chapter does. The outcome was great and many students were
interested in joining our chapter.
</p>
</div>
</div>
</div>
<div class="events-container">
<div class="event-card">
<div
class="event-banner"
style="background-image: url(img/events/codewars.png)"
></div>
<div class="event-card-content">
<h1>Code Wars (3 October 2021)</h1>
<p>
This contest was organised for the newly inducted Batch of 2025 so
that we get to know how many out there understand programming and
how many need assistance in learning it. This contest also helped
them to get the intro of competitive programming and to show them
where they stand in the whole college. Top 3 were provided with
achievement certificates.
</p>
</div>
</div>
</div>
<div class="events-container">
<div class="event-card">
<div
class="event-banner"
style="background-image: url(img/events/prepbytes.png)"
></div>
<div class="event-card-content">
<h1>Webinar on Web Development (14 August 2021)</h1>
<p>
This webinar focuses on the basics of web development and students
are taught an approach to get the motor running for their very own
self-made web dev projects. All participants were able to learn the
basics of Web-Dev
</p>
</div>
</div>
</div>
<div class="events-container">
<div class="event-card">
<div
class="event-banner"
style="background-image: url(img/events/talk4.png)"
></div>
<div class="event-card-content">
<h1>Roadmap to crack internship (8 August 2021)</h1>
<p>
This seminar was organized to help the students in getting
scholarships and internships and to clear all the doubts related to
this.
</p>
</div>
</div>
</div>
<div class="events-container">
<div class="event-card">
<div
class="event-banner"
style="background-image: url(img/events/codegenesis.png)"
></div>
<div class="event-card-content">
<h1>Code Genesis (25 JUNE 2021)</h1>
<p>
It was a 5-day workshop to teach the students about the basic
concepts of Data Structure and Algorithms. All the doubts related to
this fields were also cleared.
</p>
</div>
</div>
</div>
<div class="events-container">
<div class="event-card">
<div
class="event-banner"
style="background-image: url(img/events/codenq.png)"
></div>
<div class="event-card-content">
<h1>Code N Conquer (30 Days of Code) (17 March 2021)</h1>
<p>
This was a month-long challenge to get hands-on different types of
questions and to make consistency of coding.
</p>
</div>
</div>
</div>
<div class="events-container">
<div class="event-card">
<div
class="event-banner"
style="background-image: url(img/events/freshman.png)"
></div>
<div class="event-card-content">
<h1>Freshmen.py (15 March 2021)</h1>
<p>
This workshop was organized to introduce students about Python
Language. It includes a full hands-on basic python concept and 3
projects.
</p>
</div>
</div>
</div>
<div class="events-container">
<div class="event-card">
<div
class="event-banner"
style="background-image: url(img/events/codigo.png)"
></div>
<div class="event-card-content">
<h1>Codigo (28 February 2021)</h1>
<p>
The main motive was to check the theoretical knowledge of the
programming concepts. Also to check the accuracy and time in which
the contestants solve Multiple Choice Questions about Programming
and Scripting Languages
</p>
</div>
</div>
</div>
<div class="events-container">
<div class="event-card">
<div
class="event-banner"
style="background-image: url(img/events/talk5.png)"
></div>
<div class="event-card-content">
<h1>Live Session for Freshers (11 January 2021)</h1>
<p>
This seminar was organized to give the guidance of how to start
programming, language that is necessary to learn according to market
and the resources from where they can learn them. It also aimed to
give information about how to get the internship abroad. It also
aimed to provide information about how to start and practice
competitive programming.
</p>
</div>
</div>
</div>
<div class="events-container">
<div class="event-card">
<div
class="event-banner"
style="background-image: url(img/events/fode.png)"
></div>
<div class="event-card-content">
<h1>Fode De Code (28 October 2020)</h1>
<p>
It was a coding contest organized to check the environment of coding
in the campus and to know about the levels of coding knowledge among
students.
</p>
</div>
</div>
</div>
</body>
</html>