forked from iamtamodip/IEEE-New
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathevent.html
360 lines (299 loc) · 18 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics Linking start-->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176849308-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-176849308-1');
</script>
<!--Google Analytics linking end-->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>IEEE Jadavpur University</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Top Bar ======= -->
<div id="topbar" class="d-none d-lg-flex align-items-center fixed-top">
<div class="container d-flex align-items-center justify-content-between">
<div class="d-flex align-items-center">
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active" style="padding: 10px 7 10px 7px;"><a href="https://www.ieee.org/" style="text-transform: none;">IEEE.org</a></li>
<li style="padding: 10px 7px 10px 7px; border-image: linear-gradient(transparent 20%, rgb(250, 250, 250) 40% 60%, transparent 80%) 0 0 0 1 / 1px;">
<a href="https://ieeexplore.ieee.org/Xplore/home.jsp" style="text-transform: none;">IEEE
<i>Xplore</i></a></li>
<li style="padding: 10px 7px 10px 7px; border-image: linear-gradient(transparent 20%, rgb(250, 250, 250) 40% 60%, transparent 80%) 0 0 0 1 / 1px;">
<a href="https://standards.ieee.org/" style="text-transform: none;">IEEE
Standards</a></li>
<li style="padding: 10px 7px 10px 7px; border-image: linear-gradient(transparent 20%, rgb(250, 250, 250) 40% 60%, transparent 80%) 0 0 0 1 / 1px; ">
<a href="https://spectrum.ieee.org/" style="text-transform: none;">IEEE
Spectrum</a></li>
<li style="padding: 10px 7px 10px 7px; border-image: linear-gradient(transparent 20%, rgb(250, 250, 250) 40% 60%, transparent 80%) 0 0 0 1 / 1px;">
<a href="https://www.ieee.org/sitemap.html" style="text-transform: none;">More
sites</a></li>
</ul>
</nav>
<!-- .nav-menu -->
</div>
<div class="d-flex align-items-center">
<a href="https://www.ieee.org/membership_services/membership/join/index.html"><i
class="icofont-shopping-cart"></i>Join IEEE </a>
</div>
</div>
</div>
<!-- ======= Top Bar 2 socials======= -->
<div id="topbar2" class="d-none d-lg-flex align-items-center fixed-top">
<div class="container d-flex align-items-center justify-content-between">
<div class="d-flex align-items-center"> </div>
<div class="d-flex align-items-center">
<nav class="nav-menu d-none d-lg-block">
<ul>
<li style="padding: 35px 0 10px 0px;"><a href="https://www.facebook.com/ieeejusb"><i class="fab fa-facebook-square"></i></a></li>
<li style="padding: 35px 0px 10px 5px;">
<a href="https://twitter.com/IeeeJadavpur"><i class="fab fa-twitter"></i></a></li>
<li style="padding: 35px 0px 10px 5px;">
<a href="https://www.linkedin.com/company/ieee-ju"><i class="fab fa-linkedin"></i></a></li>
<li style="padding: 35px 0px 10px 5px; ">
<a href="https://www.instagram.com/ieeejadavpur/"><i class="fab fa-instagram"></i></a></li>
</ul>
</nav>
</div>
</div>
</div>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center">
<a href="index.html" class="logo mr-auto"><img src="assets/img/RAW Logo.png" alt=""></a>
<div class="container d-flex align-items-center"></div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#services">Branch Chapters</a></li>
<!--li><a href="index.html#collaborators">Our Collaborators</a></li-->
<li><a href="https://ieee-jaduniv.in/blog/">Blog</a></li>
<li class="active"><a href="#">Events</a></li>
<li><a href="team1.html">Team</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</nav>
<!-- .nav-menu -->
<div class="container d-flex align-items-center"></div>
<div class="container d-flex align-items-center">
<form class="form-inline " action="www.google.com">
<input class="form-control mr-sm-2" style="width: 150px; font-size: 14px;" type="search" placeholder="Search" aria-label="Search">
</form>
<a href="#"><i class="icofont-search "></i></a>
</div>
</div>
</header>
<!-- End Header -->
<main id="main">
<section id="about" class="about">
</section>
<!-- End About Us Section -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Events</h2>
<p>Will be updated Soon</p>
</div>
<div class="card-deck">
<div class="card">
<img class="card-img-top" src="assets/img/events/thinkAI.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Think AI</h5>
<p class="card-text">Think AI, organiz ed by IEEE Computer Society Student Chapter, sought to provide exposure in fields of Machine Learning and AI, through interactive sessions with speakers and hands- on implementation of Machine Learning algorithms.</br>
<a href="https://ieee-jaduniv.in/thinkai/">View more >> </a>
</p>
</div>
<div class="card-footer">
<small class="text-muted">Date: 19 - 20 April, 2019</small>
</div>
</div>
<div class="card">
<img class="card-img-top" src="assets/img/events/mla.jpeg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">ML Accelerator Summit</h5>
<p class="card-text">The Machine Learning Accelerator Summit is a tiny step to help students, engineers and tech enthusiasts live the AI dream.</br>
<a href="https://ieee-jaduniv.in/mla/">View more >> </a>
</p>
</div>
<div class="card-footer">
<small class="text-muted">Date: October 20, 2019</small>
</div>
</div>
<div class="card">
<img class="card-img-top" src="assets/img/events/techx.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Tech X</h5>
<p class="card-text">TechX Congress is the Eastern Indian Techno-Management Leadership Summit hosted by the IEEE computer society SYP MGAB in collaboration with two of India’s premier IEEE student chapters - Jadavpur University and NIT Durgapur
</br>
<a href="https://ieee-techx.com/">View more >> </a>
</p>
</div>
<div class="card-footer">
<small class="text-muted">Date: 28 Feb - 1 Mar, 2020</small>
</div>
</div>
</div>
</br>
</br>
<div class="card-deck">
<div class="card">
<img class="card-img-top" src="assets/img/events/elevateX.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">ElevateX</h5>
<p class="card-text">
ElevateX is an all-in-one mentoring session by IEEE JU SB members. Be it research or industry, be it competitive coding, electronics or soft skill development, we have tracks tailor-made for your needs, complete with doubt-clearing, quick contests, real-world
problems and webinars by field experts.</br>
<a href="https://ieee-jaduniv.in/ElevateX/">View more >> </a>
</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 3 mins ago</small>
</div>
</div>
<div class="card">
<img class="card-img-top" src="assets/img/events/projection.jpeg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Projection</h5>
<p class="card-text">Projection is an one-on-one mentorship research program for 2nd year and 3rd year undergraduate students led by multiple experts across industries.</br>
<a href="https://www.facebook.com/379102212921998/posts/703086423856907/?sfnsn=wiwspwa&extid=0nq3Nmm6OvZzU3eV">View
more >></a>
</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 3 mins ago</small>
</div>
</div>
<div class="card">
<img class="card-img-top" src="assets/img/events/rewired.jpeg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Rewired 1.0</h5>
<p class="card-text">Rewired 1.0 conducted by the IEEE Jadavpur University Student Branch was a Hands-on workshop mainly focused to attract students to learn about the intricacies of Electronics. It was mainly focused to attract students to learn
Electronics and understand the practical aspects of it.</br>
<a href="https://www.facebook.com/379102212921998/posts/487814142050804/?sfnsn=wiwspwa&extid=RNLRXMv5ShbE6f7Y">View
more >></a>
</p>
</div>
<div class="card-footer">
<small class="text-muted">Date: 1 September, 2019</small>
</div>
</div>
</div>
</div>
</section>
<!-- End About Us Section -->
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="footer-info">
<a href="index.html" class="logo mr-auto"><img src="assets/img/RAW Logo.png" alt=""></a>
<p><br></p>
<p>
188, Raja Subodh Chandra Mallick Rd, Jadavpur University Campus Area, Jadavpur <br> Kolkata 700032, India<br><br>
<strong>Phone:</strong> +91 8479808755<br>
<strong>Email:</strong> [email protected]<br>
</p>
<div class="social-links mt-3">
<a href="https://twitter.com/IeeeJadavpur" class="twitter"><i
class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/ieeejusb" class="facebook"><i
class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/ieeejadavpur/" class="instagram"><i
class="bx bxl-instagram"></i></a>
<!--<a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>-->
<a href="https://www.linkedin.com/company/ieee-ju" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-center"></i> <a href="index.html">Home</a></li>
<li><i class="bx bx-chevron-center"></i> <a href="#about">About us</a></li>
<li><i class="bx bx-chevron-center"></i> <a href="#services">Branch Chapters</a></li>
<li><i class="bx bx-chevron-center"></i> <a href="#departments">Blog</a></li>
<li><i class="bx bx-chevron-center"></i> <a href="#">Events</a></li>
</ul>
</div>
<!--<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-center"></i> <a href="#services">Web Design</a></li>
<li><i class="bx bx-chevron-center"></i> <a href="#services">Web Development</a></li>
<li><i class="bx bx-chevron-center"></i> <a href="#services">Product Management</a></li>
<li><i class="bx bx-chevron-center"></i> <a href="#services">Marketing</a></li>
<li><i class="bx bx-chevron-center"></i> <a href="#services">Graphic Design</a></li>
</ul>
</div>-->
<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Our Newsletter</h4>
<p>Subscribe to out Newsletter to keep yourself updated with the latest news</p>
<form action="" method="post">
<input type="email" name="email" placeholder="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copycenter, credits">
© Copycenter <strong><span>IEEE-JU</span></strong>. All Centers Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/medicio-free-bootstrap-theme/ -->
Made with <a href="#"><i class="icofont-ui-love"></i></a> by Technical Team, IEEE JU
</div>
</div>
</footer>
<!-- End Footer -->
<!--div id="preloader"></div-->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>