forked from NageshMandal/Engineering-Notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
event.html
365 lines (345 loc) · 16.8 KB
/
event.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Events</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="event.css">
<link rel="shortcut icon" href="./images/favicon.png" type="image/x-icon">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https//stackpath.bootsstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://kit-free.fontawesome.com/releases/latest/css/free.min.css" media="all" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/c4254e24a8.js"></script>
<script src="https://kit.fontawesome.com/739255457e.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/YOUR_KIT_CODE.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- --------------------------------Header Starts--------------------------------- -->
<div class="header">
<div class="container">
<div class="navbar">
<div class="logo">
<a href="https://code-engineering.netlify.app/"><img src="images/Logonew.png"
alt="Chaibasa Engineering College" width="50px"></a>
</div>
<nav>
<ul>
<li><a class="nav-link" href="./Gallary-section/index.html">Gallery</a></li>
<li><a class="nav-link" href="./projects.html">Projects</a></li>
<li><a class="nav-link" href="./library.html">Library</a></li>
<li><a class="nav-link" href="./placement.html">Placements</a></li>
<li><a class="nav-link" href="./contact.html">Contacts</a></li>
<li><a class="nav-link" href="./syllabus.html">Syllabus</a></li>
<li><a class="nav-link" href="./event.html">Events</a></li>
<li>
<form id="search-form" action="#" method="GET">
<input id="search-input" type="text" placeholder="Search...">
<button id="search-button" type="submit"><a id="mike-button" href="#"><i
class="mic fa-solid fa-microphone"></i></a>
<div class="alan-btn"></div>
</button>
</form>
</li>
</ul>
</nav>
</div>
<div class="row-header">
<div class="col-2">
<h1 id="event-heading">EVENTS</h1>
<div class="para">
<p>
Welcome to the vibrant event section of Chaibasa Engineering College! Throughout the academic year, we host a plethora of engaging and enriching events that offer students a platform to showcase their skills, talents, and creativity. From technical symposiums and workshops to cultural festivals and sports competitions, our events cater to diverse interests and aspirations. These events provide an opportunity for students to network, learn, and grow, both academically and personally. Additionally, we organize guest lectures by industry experts and renowned speakers, offering valuable insights and inspiring our students to excel in their chosen fields. Join us at Chaibasa Engineering College and be a part of our exciting events, where you can expand your horizons, foster new connections, and make memories that will last a lifetime.
</p>
</div>
<div class="explore">
<a href="" class="btn">Explore Now →</a>
</div>
</div>
<div class="col-2">
<img class="students" src="images/college1.png">
</div>
</div>
</div>
</div>
<!-- --------------------------------Header Ends--------------------------------- -->
<!-- ----------------------------Container Starts------------------------------>
<div class="container">
<h1>Past Events & Seminars</h1>
<!--2022-->
<h2>2022</h2>
<div class="container-inner">
<table>
<tr>
<th>SL NO</th>
<th>EVENTS</th>
<th>DATE</th>
<th>RESOURCE PERSON</th>
</tr>
<tr>
<td>1</td>
<td>Kinetics and Dynamics with Software</td>
<td>09.01.2021</td>
<td>Dr. Vijay Kumar Dalla, NIT Jamshedpur</td>
</tr>
<tr>
<td>2</td>
<td>Virtual Practical on Mechatronics</td>
<td>13.01.2021 to 15.01.2021</td>
<td>Dr. Shibendu Shekhar Roy, NIT Durgapur</td>
</tr>
<tr>
<td>3</td>
<td>Virtual Practical on Design of Machine</td>
<td>20.01.2021 to 22.01.2021</td>
<td>Dr. Vineet Sahoo, NIT Jamshedpur</td>
</tr>
<tr>
<td>4</td>
<td>Virtual Practical on Water Resources and Environmental Engineering</td>
<td>18.01.2021 to 21.01.202</td>
<td>Dr. Ramakant Jha, NIT Patna</td>
</tr>
<tr>
<td>5</td>
<td>Resume Building Workshop</td>
<td>17.07.2021</td>
<td>Capt. Richik Sinha Roy, Ureify</td>
</tr>
</table>
</div>
<!--2021-->
<h2>2021</h2>
<div class="container-inner">
<table>
<tr>
<th>SL NO</th>
<th>EVENTS</th>
<th>DATE</th>
<th>RESOURCE PERSON</th>
</tr>
<tr>
<td>1</td>
<td>India Science Festival at IISER Pune</td>
<td>11.01.2020, 12.01.2020</td>
<td>IISER Pune</td>
</tr>
<tr>
<td>2</td>
<td>Internship at NIT Rourkela</td>
<td>01.01.20 to 01.02.20</td>
<td>Dr. Supratim Gupta</td>
</tr>
<tr>
<td>3</td>
<td>NASSCOM Diagnostic Test for students to evaluate Employability skills</td>
<td>15.01.2020 to 16.01.2020</td>
<td>NASSCOM</td>
</tr>
<tr>
<td>4</td>
<td>One day seminar on “Skills to achieve Entrepreneurship Development”</td>
<td>19.01.2020</td>
<td>Mr. Meghdut Roychowdhury, Director, Global Operations, Techno India Group & Mr. Ravi Ranjan, Entrepreneur</td>
</tr>
<tr>
<td>5</td>
<td>One day seminar On “Sustainable Development & Impact Entrepreneurship”</td>
<td>07.02.2020</td>
<td>Mrs. Pauline Laravoire, Director of Sustainability, Techno India Group</td>
</tr>
<tr>
<td>6</td>
<td>International Conference on Recent Trends in Artificial Intelligence, IOT, Smart Cities & Applications: 2020</td>
<td>28.02.2020 to 29.02.2020</td>
<td>Chaibasa Engineering College</td>
</tr>
<tr>
<td>7</td>
<td>Special Class for CE department</td>
<td>15.02.2020 to 15.03.2020</td>
<td>NIT Warangal</td>
</tr>
<tr>
<td>8</td>
<td>Special Class for ME department</td>
<td>15.02.2020 to 15.03.2020</td>
<td>NIT Warangal</td>
</tr>
<tr>
<td>9</td>
<td>Special Class for EE department</td>
<td>15.02.2020 to 15.03.2020</td>
<td>NIT Warangal</td>
</tr>
<tr>
<td>10</td>
<td>Distribution System Operations & Planning</td>
<td>07.05.2020 to 09.05.2020</td>
<td>Dr. Devendra Singh, IIT BHU</td>
</tr>
<tr>
<td>11</td>
<td>Machine Learning Techniques for Biometrics</td>
<td>05.05.2020 to 07.05.2020</td>
<td>Dr. Dakshina Ranjan Kisku, NIT Durgapur</td>
</tr>
<tr>
<td>12</td>
<td>Embedded Systems</td>
<td>07.05.2020 to 09.05.2020</td>
<td>Dr. Supratim Gupta, NIT Rourkela</td>
</tr>
<tr>
<td>13</td>
<td>Design of Steel Structure</td>
<td>05.05.2020 to 07.05.2020</td>
<td>Dr. Sanjay Kumar, NIT Jamshedpur</td>
</tr>
<tr>
<td>14</td>
<td>Personality Differences in Decision Making</td>
<td>06.05.2020 to 08.05.2020</td>
<td>Dr. Swati Sudha, NIT Jamshedpur</td>
</tr>
<tr>
<td>15</td>
<td>Global Webinar on Combating Covid 19</td>
<td>11.05.2020 to 13.05.2020</td>
<td>Chaibasa Engineering College</td>
</tr>
<tr>
<td>16</td>
<td>Dazzle of Humanism & Empathy while COVID19</td>
<td>14.05.2020 to 16.05.2020</td>
<td>Dr. Sutanuka Banerjee, NIT Durgapur</td>
</tr>
<tr>
<td>17</td>
<td>Android Security</td>
<td>14.05.2020 to 16.05.2020</td>
<td>Dr. Janakiram, IIT Madras</td>
</tr>
<tr>
<td>18</td>
<td>Microcontroller based Embedded Systems Design</td>
<td>11.05.2020 to 15.05.2020</td>
<td>Dr. Sudipta Chakraborty, Director, Techno India Group</td>
</tr>
<tr>
<td>19</td>
<td>Issues & Challenges in Smart Grid Implementation</td>
<td>14.05.2020 to 16.05.2020</td>
<td>Dr. S.N. Singh, IIT Kanpur</td>
</tr>
<tr>
<td>20</td>
<td>3D Printing</td>
<td>07.05.2020 to 09.05.2020</td>
<td>Dr. Pulak M Pandey, IIT Delhi</td>
</tr>
</table>
</div>
</div>
<!-- ----------------------------Container Ends------------------------------>
<!-- ------------------------------footer starts------------------------- -->
<footer>
<div class="row-footer">
<div class="col col1" id="pic">
<img src="images/nagesh.png" alt="Nagesh Mandal" width="80px">
<div class="myname">
<h5>Nagesh Mandal</h5>
</div>
<p class="dev">Full Stack Web Developer</p>
<div class="contact">
<a href="https://www.instagram.com/nagesh_mandal7_5_/"><h4>Contact</h4></a>
</div>
</div>
<div class="col col2">
<h3>Chaibasa Engineering College</h3>
<p><i class="fa-solid fa-location-dot"></i>
<a href="https://www.google.com/maps/place/Chaibasa+Engineering+College/@22.4643055,85.7886378,17z/data=!3m1!4b1!4m6!3m5!1s0x3a1e25ddde342373:0x4ac680428662b09d!8m2!3d22.4643055!4d85.7912127!16s%2Fg%2F1pp2wwhc_?entry=ttu" target="_blank">
<span style="color: #fff;"> Keonjhar Highway
Chaibasa Jharkhand PIN 833215, India
</span>
</a>
</p>
<p class="email-id" style="
width: 260px"><i class="far fa-envelope" style="color: #fff;"></i>
</p>
<h4 class="phone">
<i class="fa-solid fa-phone" style="color: #fff;"></i>
+91 - 9062941530
</h4>
</div>
<div class="col col3" id="link">
<h3>Links</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="">Services</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="">Features</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col col4">
<h3>News<span>letter</span></h3>
<form class="form-news">
<i class="far fa-envelope"></i>
<input class="emailid" type="email" placeholder="Enter your email" required>
<button type="submit"><i class="fas fa-arrow-right"></i></button>
</form>
<div class="social-icons social-media">
<a href="https://twitter.com/NageshMandal75"> <i class="tweet fa-brands fa-twitter"></i></a>
<a href="https://www.instagram.com/nagesh_mandal7_5_/"><i class="insta fa-brands fa-instagram"></i></a>
<a href="https://github.com/NageshMandal"> <i class="git fa-brands fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/nagesh-mandal-134b70237/"> <i class="in fa-brands fa-linkedin"></i></a>
<a href="https://www.youtube.com/@nageshmandal9461/featured"> <i class="youtube fa fa-youtube-play" aria-hidden="true"></i></a>
</div>
<div class="return-to-top" id="returnToTop">
<i class="fas fa-arrow-up fa-2x fa-bounce"></i>
</div>
</div>
</div>
<!--Voice Assistent-->
<div class="containers">
<div class="texts">
</div>
</div>
<!--Voice assistent end-->
<div class="toggle-mode">
<img class="sun" data-set="moon" src="images/Moontoggle.png" alt="light-mode">
<img class="moon" data-set="sun" src="images/sun.png" alt="dark-mode">
</div>
</footer>
<script type="text/javascript"
src="https://studio.alan.app/web/lib/alan_lib.min.js"></script>
<script>
var alanBtnInstance = alanBtn({
key: "410d98d30ce6489164a5a62bdae65be32e956eca572e1d8b807a3e2338fdd0dc/stage",
bottom: '50px',
left: '50px',
onCommand: function (commandData) {
if (commandData && commandData.command === 'openURL') {
if (commandData.target === '_blank'){
window.open(commandData.url,'_newtab' + Math.floor(Math.random()*999999));
} else {
window.location.href = commandData.url;
}
}
},
rootEl: document.getElementById("alan-btn"),
});
</script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="script.js"></script>
<script src="app.js"></script>
<!-- ------------------------------footer ends------------------------- -->
</body>
</html>