-
Notifications
You must be signed in to change notification settings - Fork 0
/
courses.html
506 lines (466 loc) · 25.9 KB
/
courses.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
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Past Events | IEMCC</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon-32x32.png">
<!-- CSS here -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/slicknav.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/progressbar_barfiller.css">
<link rel="stylesheet" href="assets/css/gijgo.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/animated-headline.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/css/themify-icons.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/nice-select.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- ? Preloader Start -->
<div id="preloader-active">
<div class="preloader d-flex align-items-center justify-content-center">
<div class="preloader-inner position-relative">
<div class="preloader-circle"></div>
<div class="preloader-img pere-text">
<img src="assets/img/logo/loder.png" alt="">
</div>
</div>
</div>
</div>
<!-- Preloader Start -->
<!-- Header Start -->
<header>
<!-- Header Start -->
<div class="header-area header-transparent">
<div class="main-header ">
<div class="header-bottom">
<div class="container-fluid">
<div class="row align-items-center" style="margin-top: -17px;">
<!-- Logo -->
<div class="col-xl-2 col-lg-2">
<div class="logo">
<a href="index.html"><img src="assets/img/logo/logo.png" alt=""
style="height: 97px;width:138px; margin-bottom: -27px;margin-left: -30px;"></a>
</div>
</div>
<div class="col-xl-10 col-lg-10">
<div class="menu-wrapper d-flex align-items-center justify-content-end">
<!-- Main-menu -->
<div class="main-menu d-none d-lg-block">
<nav>
<ul id="navigation">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="courses.html">Past Events</a></li>
<li><a href="about.html">About</a></li>
<!-- <li><a href="#">Blog</a>
<ul class="submenu">
<li><a href="blog.html">Blog</a></li>
<li><a href="blog_details.html">Blog Details</a></li>
<li><a href="elements.html">Element</a></li>
</ul>
</li> -->
<li><a href="technical.html">Technical Commitee</a></li>
<!-- <li><a href="advisory.html">Advisory Commitee</a></li> -->
<li><a href="gallery.html">Gallery</a></li>
<!-- Button -->
<!-- <li class="button-header margin-left "><a href="#" class="btn">Join</a></li>
<li class="button-header"><a href="login.html" class="btn btn3">Log in</a></li> -->
</ul>
</nav>
</div>
</div>
</div>
<!-- Mobile Menu -->
<div class="col-12">
<div class="mobile_menu d-block d-lg-none"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Header End -->
</header>
<!-- Header End -->
<main>
<!--? slider Area Start-->
<section class="slider-area slider-area2">
<div class="slider-active">
<!-- Single Slider -->
<div class="single-slider slider-height2">
<div class="container">
<div class="row">
<div class="col-xl-8 col-lg-11 col-md-12">
<div class="hero__caption hero__caption2">
<h1 data-animation="bounceIn" data-delay="0.2s">Our Events</h1>
<!-- breadcrumb Start-->
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item"><a href="courses.html">Past Events</a></li>
</ol>
</nav>
<!-- breadcrumb End -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Courses area start -->
<div class="courses-area section-padding40 fix">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-7 col-lg-8">
<div class="section-tittle text-center mb-55">
<h2>Our Past Bootcamps </h2>
</div>
</div>
</div>
<div class="courses-actives">
<!-- Single -->
<div class="properties pb-20">
<div class="properties__card">
<div class="properties__img overlay1">
<a href="#"><img src="assets/img/Events/algo_series.jpeg" alt=""></a>
</div>
<div class="properties__caption">
<p>Algo Series</p>
<h3><a href="#" target="_blank">Binary Series</a></h3>
<p>The automated process all your website tasks. Discover tools and techniques to engage
effectively with vulnerable children and young people.
</p>
<a href="https://youtu.be/dYOkItV_ARM" class="border-btn border-btn2">Watch on
Youtube</a>
</div>
</div>
</div>
<!-- Single -->
<!-- Single -->
<div class="properties pb-20">
<div class="properties__card">
<div class="properties__img overlay1">
<a href="#"><img src="assets/img/Events/day_1.jpg" alt=""></a>
</div>
<div class="properties__caption">
<p>Android Bootcamp</p>
<h3><a href="">Day 1: Kickstart Android Development ft. Belal Khan </a></h3>
<p>The automated process all your website tasks. Discover tools and techniques to engage
effectively with vulnerable children and young people.
</p>
<a href="https://youtu.be/ncp1Ov2GCYY" target="_blank" class="border-btn border-btn2">Watch On
Youtube</a>
</div>
</div>
</div>
<!-- Single -->
<!-- Single -->
<div class="properties pb-20">
<div class="properties__card">
<div class="properties__img overlay1">
<a href="#"><img src="assets/img/Events/day_2.jpg" alt=""></a>
</div>
<div class="properties__caption">
<p>Android Bootcamp</p>
<h3><a href="#">Day 2: Building Sabzi Mandi App Part 1 </a></h3>
<p>The automated process all your website tasks. Discover tools and techniques to engage
effectively with vulnerable children and young people.
</p>
<a href="https://www.youtube.com/watch?v=4cVe_IvqbXU" target="_blank"
class="border-btn border-btn2">Watch On Youtube</a>
</div>
</div>
</div>
<!-- Single -->
<!-- Single -->
<div class="properties pb-20">
<div class="properties__card">
<div class="properties__img overlay1">
<a href="#"><img src="assets/img/Events/day_3.jpg" alt=""></a>
</div>
<div class="properties__caption">
<p>Android Bootcamp</p>
<h3><a href="#">Day 3: Building Sabzi Mandi App Part 2 </a></h3>
<p>
On Day-3 We will be adding a RecyclerView to our SabziMandi app. Thereafter, we
learn about MVVM architecture and implement it in the project.
</p>
<a href="https://www.youtube.com/watch?v=yC6lTv2Unj0" target="_blank"
class="border-btn border-btn2">Watch On Youtube</a>
</div>
</div>
</div>
<div class="properties pb-20">
<div class="properties__card">
<div class="properties__img overlay1">
<a href="#"><img src="assets/img/Events/day_4.jpg" alt=""></a>
</div>
<div class="properties__caption">
<p>Android Bootcamp</p>
<h3><a href="#">Day 4: Adding voice assistant to the app faster than a pizza is
delivered </a></h3>
<p> The session was hosted by Girish Garg where he
demonstrated us on how to add voice assistant to the Sabzi Mandi App faster than a
pizza can be delivered.
</p>
<a href="https://www.youtube.com/watch?v=Smlq15KSKtc" target="_blank"
class="border-btn border-btn2">Watch On Youtube</a>
</div>
</div>
</div>
<div class="properties pb-20">
<div class="properties__card">
<div class="properties__img overlay1">
<a href="#"><img src="assets/img/Events/day_5.jpg" alt=""></a>
</div>
<div class="properties__caption">
<p>Android Bootcamp</p>
<h3><a href="#">Day 5: Introduction to Flutter ft. Aditya Thakur</a></h3>
<p>On this very final day (Day 5) of the week-long bootcamp, we were pleased to have
among us Mr. Aditya Thakur, who is a 𝗙𝗹𝘂𝘁𝘁𝗲𝗿 𝗗𝗲𝘃𝗲𝗹𝗼𝗽𝗲𝗿 with the
experience in building Cross-Platform Applications.
</p>
<a href="https://www.youtube.com/watch?v=K9iMrwOu5HI" target="_blank"
class="border-btn border-btn2">Watch On Youtube</a>
</div>
</div>
</div>
<div class="properties pb-20">
<div class="properties__card">
<div class="properties__img overlay1">
<a href="#"><img src="assets/img/Events/guide_to_placement.jpeg" alt=""></a>
</div>
<div class="properties__caption">
<p>Placement Boost</p>
<h3><a href="#">Guide to Placements EP:01 | Soumik Nandi, SDE @ Amazon</a></h3>
<p>Witness our very own senior, Soumik Nandi, Amazon SDE, IEM alumni 2021, provide you guidance regarding your placements.
</p>
<a href="https://www.youtube.com/watch?v=660J3_1bCfI&list=PLfU7TGsEr7Jmw4MBrGw6RA5FZRq1U3vMq" target="_blank"
class="border-btn border-btn2">Watch On Youtube</a>
</div>
</div>
</div>
<div class="properties pb-20">
<div class="properties__card">
<div class="properties__img overlay1">
<a href="#"><img src="assets/img/Events/ds_series.jpg" alt=""></a>
</div>
<div class="properties__caption">
<p>Data Structure</p>
<h3><a href="#">DS Series #1: LINKED LIST</a></h3>
<p>CodeChef IEMK presents to you the first session on Introduction to Linked Lists by Sayantan Sarkar which was hosted on13th of November,2021 .
</p>
<a href="https://www.youtube.com/watch?v=1O6ceeD7yWA&list=PLfU7TGsEr7JlOweGrgkRk1KKhDuz8FHLJ" target="_blank"
class="border-btn border-btn2">Watch On Youtube</a>
</div>
</div>
</div>
<!-- Single -->
</div>
</div>
</div>
<!-- Courses area End -->
<!--? top subjects Area Start -->
<div class="topic-area section-padding40">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-7 col-lg-8">
<div class="section-tittle text-center mb-55">
<h2>Explore Trends in Programming </h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="single-topic text-center mb-30">
<div class="topic-img">
<img src="assets/img/gallery/topic1.png" alt="">
<div class="topic-content-box">
<div class="topic-content">
<h3><a href="https://www.codechef.com/practice">Practice Problems</a></h3>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="single-topic text-center mb-30">
<div class="topic-img">
<img src="assets/img/gallery/topic2.png" alt="">
<div class="topic-content-box">
<div class="topic-content">
<h3><a href="https://developer.mozilla.org/en-US/docs/Games/Tutorials">Game Tutorial by Mdn Web Docs</a></h3>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="single-topic text-center mb-30">
<div class="topic-img">
<img src="assets/img/gallery/topic3.png" alt="">
<div class="topic-content-box">
<div class="topic-content">
<h3><a href="https://developer.android.com">App Dev Api</a></h3>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="single-topic text-center mb-30">
<div class="topic-img">
<img src="assets/img/gallery/topic4.png" alt="">
<div class="topic-content-box">
<div class="topic-content">
<h3><a href="https://www.pewresearch.org/internet/2022/06/30/the-metaverse-in-2040/#:~:text=The%20most-common%20definitions%20of,be%20a%20hybrid%20of%20these.">Article on Metaverse</a></h3>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="single-topic text-center mb-30">
<div class="topic-img">
<img src="assets/img/gallery/github.png" alt="" style="border-radius: 15px;">
<div class="topic-content-box">
<div class="topic-content">
<h3><a href="https://learngitbranching.js.org">Git and Github</a></h3>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6" >
<div class="single-topic text-center mb-30">
<div class="topic-img">
<img src="assets/img/gallery/deeplearning.jpg" alt="" style="border-radius: 15px;">
<div class="topic-content-box">
<div class="topic-content">
<h3><a href="https://docs.h2o.ai/h2o/latest-stable/h2o-docs/data-science/deep-learning.html" >Neural Networks</a></h3>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="single-topic text-center mb-30">
<div class="topic-img">
<img src="assets/img/gallery/webdev.jpg" alt="" style="border-radius:15px ;">
<div class="topic-content-box">
<div class="topic-content">
<h3><a href="https://developer.mozilla.org/en-US/docs/Learn">Web Dev Tutorial by Mozilla</a></h3>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="single-topic text-center mb-30">
<div class="topic-img">
<img src="assets/img/gallery/topic8.png" alt="">
<div class="topic-content-box">
<div class="topic-content">
<h3><a href="#">Programing</a></h3>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- top subjects End -->
<!-- ? services-area -->
<div class="services-area">
<div class="container">
<div class="row justify-content-sm-center">
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="single-services mb-30">
<div class="features-icon">
<img src="assets/img/icon/icon1.svg" alt="">
</div>
<div class="features-caption">
<h3>Every Month 2 Sessions. </h3>
<p>To improve the problem solving journey.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="single-services mb-30">
<div class="features-icon">
<img src="assets/img/icon/icon2.svg" alt="">
</div>
<div class="features-caption">
<h3>Contest Problem Discussion</h3>
<p>Prepare for your technical interviews by solving questions that are asked in interviews of various companies.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="single-services mb-30">
<div class="features-icon">
<img src="assets/img/icon/icon3.svg" alt="">
</div>
<div class="features-caption">
<h3>Time Management Skills</h3>
<p>Time management is the ability to use your time productively and efficiently.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- Scroll Up -->
<div id="back-top" >
<a title="Go to Top" href="#"> <i class="fas fa-level-up-alt"></i></a>
</div>
<!-- JS here -->
<script src="./assets/js/vendor/modernizr-3.5.0.min.js"></script>
<!-- Jquery, Popper, Bootstrap -->
<script src="./assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="./assets/js/popper.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
<!-- Jquery Mobile Menu -->
<script src="./assets/js/jquery.slicknav.min.js"></script>
<!-- Jquery Slick , Owl-Carousel Plugins -->
<script src="./assets/js/owl.carousel.min.js"></script>
<script src="./assets/js/slick.min.js"></script>
<!-- One Page, Animated-HeadLin -->
<script src="./assets/js/wow.min.js"></script>
<script src="./assets/js/animated.headline.js"></script>
<script src="./assets/js/jquery.magnific-popup.js"></script>
<!-- Date Picker -->
<script src="./assets/js/gijgo.min.js"></script>
<!-- Nice-select, sticky -->
<script src="./assets/js/jquery.nice-select.min.js"></script>
<script src="./assets/js/jquery.sticky.js"></script>
<!-- Progress -->
<script src="./assets/js/jquery.barfiller.js"></script>
<!-- counter , waypoint,Hover Direction -->
<script src="./assets/js/jquery.counterup.min.js"></script>
<script src="./assets/js/waypoints.min.js"></script>
<script src="./assets/js/jquery.countdown.min.js"></script>
<script src="./assets/js/hover-direction-snake.min.js"></script>
<!-- contact js -->
<script src="./assets/js/contact.js"></script>
<script src="./assets/js/jquery.form.js"></script>
<script src="./assets/js/jquery.validate.min.js"></script>
<script src="./assets/js/mail-script.js"></script>
<script src="./assets/js/jquery.ajaxchimp.min.js"></script>
<!-- Jquery Plugins, main Jquery -->
<script src="./assets/js/plugins.js"></script>
<script src="./assets/js/main.js"></script>
</body>
</html>