-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.html
More file actions
448 lines (367 loc) · 18.7 KB
/
events.html
File metadata and controls
448 lines (367 loc) · 18.7 KB
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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>SDS, BIT Mesra</title>
<meta name="keywords" content="SDS, BIT Mesra, Society for Data Science, Birla Institute of Technology, Mesra, Data Science., Society, Machine Learning, Student Body"/>
<meta name="description" content="Society for Data Science is BIT Mesra's first student-run, not-for-profit organization focused on data science and its interdisciplinary applications.">
<meta name="author" content="SDS, BIT Mesra, ROHIT RATHORE, TeAmp0is0N">
<meta property="og:description"
content="Society for Data Science is BIT Mesra's first student-run, not-for-profit organization focused on data science and its interdisciplinary applications." />
<meta property="og:image" content="#" />
<meta property="og:image:type" content="image/jpg" />
<meta property="og:title" content="SDS | Society for Data Science" />
<meta property="og:url" content=" https://www.sdsbitmesra.in" />
<meta property="og:type" content="website" />
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/main.css">
<link defer rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/contact.css">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header class="s-header hidden-tablet hidden-xs">
<div class="topnav hidden-tablet d-none d-sm-block">
<nav id="nav" class="hidden-tablet hidden-xs rounded">
<ul class="sidew hidden-xs">
<div class="header-logo hidden-xs">
<a class="site-logo hidden-xs" href="index.html" class="img-responsive">
<img src="images/twinPeaks-removebg-preview.png" alt="Homepage">
</a>
</div>
<li><a href="/index.html#about">About</a></li>
<li><a href="/index.html#services">Services</a></li>
<li><a href="teams.html">Our Team</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="blogs/index.html" target="_blank" rel="noopener">Blogs</a></li>
<li><a href="/events.html">Events</a></li>
<li><a href="alumni.html" >Alumni</a></li>
</ul>
</nav>
</div>
<!-- end header-logo -->
<nav class="header-nav">
<a href="#0" class="header-nav__close" title="close"><span>Close</span></a>
<div class="header-nav__content">
<h3>Society for Data Science, BIT Mesra</h3>
<ul class="header-nav__list">
<li class="current"><a href="/index.html#home" title="home">Home</a></li>
<li><a href="/index.html#about" title="about">About</a></li>
<li><a href="/index.html#works" title="works">Work</a></li>
<li><a href="teams.html" title="team">Our Team</a></li>
<li><a href="#contact" title="contact">Contact</a></li>
<li><a href="blogs/index.html" target="_blank" rel="noopener">Blogs</a></li>
<li><a href="/events.html">Events</a></li>
<li><a href="alumni.html" >Alumni</a></li>
</ul>
<ul class="header-nav__social">
<li>
<a href="https://www.facebook.com/Society-for-Data-Science-BIT-Mesra-107499150681960"><i class="fab fa-facebook"></i></a>
</li>
<li>
<a href="https://www.instagram.com/sds.bitm/"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/society-for-data-science-bit-mesra"><i class="fab fa-linkedin"></i></a>
</li>
</ul>
</div> <!-- end header-nav__content -->
</nav> <!-- end header-nav -->
<a class="header-menu-toggle" href="#0">
<span class="header-menu-icon"></span>
</a>
</header> <!-- end s-header -->
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="images/events/banner1.jpg" alt="First slide">
<!--
<div class="carousel-caption d-none d-md-block">
<h5 style="color: navajowhite;">lorem ipsum </h5>
<p style="color: lightgrey;"><b>lorem ipsum lorem ipsum lorem ipsum lorem ipsum</b></p>
</div>
-->
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/events/banner2.jpg" alt="Second slide">
<!--
<div class="carousel-caption d-none d-md-block">
<h5 style="color: whitesmoke;">lorem ipsum </h5>
<p>lorem ipsum lorem ipsum lorem ipsum lorem ipsum</p>
</div>
-->
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/events/banner3.jpg" alt="Third slide">
<!--
<div class="carousel-caption d-none d-md-block">
<h5 style="color: whitesmoke;">lorem ipsum </h5>
<p>lorem ipsum lorem ipsum lorem ipsum lorem ipsum</p>
</div>
-->
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div id="main" style="padding-left: 5%;padding-right: 5%;padding-top: 5%;">
<div class="inner">
<section class="tiles">
<article class="style6">
<span class="image">
<img src="images\events\fossasiaposter.jpg" alt="" />
</span>
<a href="https://eventyay.com/e/fa96ae2c/exhibition/26">
<h2>Fossasia</h2>
<div class="content">
<p>We are ecstatic to announce that Society for Data Science has become an official hub for FOSSASIA Summit'21.</p>
</div>
</a>
</article>
<article class="style5">
<span class="image">
<img src="images/events/datathon.webp" alt="" />
</span>
<a href="https://datathon.sdsbitmesra.in">
<h2>Data-thon</h2>
<div class="content">
<p>A datathon is a data-focused hackathon — given a dataset and a limited amount of time,
participants are challenged to use their creativity and data science skills to build, test,
and explore solutions. Try something new, apply what you know, learn from other participants,
and improve your data science skills along the way!</p>
</div>
</a>
</article>
<article class="style1">
<span class="image">
<img src="images/events/pic01.jpg" alt="" />
</span>
<a href="">
<h2>Analytics Bootcamp</h2>
<div class="content">
<p>More into the business side of data science?
Analytics will help find meaningful patterns in data and uncover new knowledge based on stats and maths.</p>
</div>
</a>
</article>
<article class="style2">
<span class="image">
<img src="images/events/pic02.jpg" alt="" />
</span>
<a href="">
<h2>SRM TechTalk</h2>
<div class="content">
<p>Our members stamping their powers in different colleges to spread the knowledge of Data Science.</p>
</div>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/events/pic03.jpg" alt="" />
</span>
<a href="">
<h2>Webd Bootcamp</h2>
<div class="content">
<p>Excited, about behind the scenes of what goes in building a website. Then this is for you.</p>
</div>
</a>
</article>
<article class="style4">
<span class="image">
<img src="images/events/pic04.jpg" alt="" />
</span>
<a href="">
<h2>ML Bootcamp</h2>
<div class="content">
<p>From self-driving cars to speech recognition, ML provides insight into a field where computers need no explicit programming.</p>
</div>
</a>
</article>
<article class="style5">
<span class="image">
<img src="images/events/byjus.jpg" alt="" />
</span>
<a href="">
<h2>Byjus, Career guide</h2>
<div class="content">
<p>Webinar on planning out your career roadmap after graduating from college.</p>
</div>
</a>
</article>
<article class="style6">
<span class="image">
<img src="images/events/data_sci.jpg" alt="" />
</span>
<a href="">
<h2>webinar on data Science</h2>
<div class="content">
<p>To get in, you need to know your way in. Industry secrets from a renowned data scientist</p>
</div>
</a>
</article>
</section>
</div>
</div>
<!-- contact
================================================== -->
<section id="contact" class="s-contact event-contact">
<div class="row">
<div class="col">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead subhead--light" style="font-size: .75em;">Contact Us</h3>
<!-- <h1 class="display-1 display-1--light">Get in touch and let's make something great together. Let's turn your idea on an even greater product.</h1> -->
</div>
</div> <!-- end section-header -->
<div class="row">
<div class="col-full contact-main" data-aos="fade-up">
<p>
<a href="mailto:#sds@bitmesra.ac.in" class="contact-email" >sds@bitmesra.ac.in</a>
</p>
</div> <!-- end contact-main -->
</div> <!-- end row -->
<div class="row">
<div class="col-seven tab-full contact-secondary" data-aos="fade-up">
<h3 class="subhead subhead--light" style="font-size: .75em;">Where To Find Us</h3>
<p class="contact-address" style="font-size: 1.25em;">
Birla Institute of Technology, Mesra<br>
Ranchi, JH<br>
835215, India
</p>
</div> <!-- end contact-secondary -->
<div class="col-five tab-full contact-secondary pb-3" data-aos="fade-up">
<h3 class="subhead subhead--light" style="font-size: .75em;">Follow Us</h3>
<ul class="contact-social" style="font-size: 1.5em;">
<li>
<a href="https://www.facebook.com/Society-for-Data-Science-BIT-Mesra-107499150681960"><i class="fab fa-facebook"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/society-for-data-science-bit-mesra"><i class="fab fa-linkedin"></i></a>
</li>
<li>
<a href="https://www.instagram.com/sds.bitm/"><i class="fab fa-instagram"></i></a>
</li>
</ul> <!-- end contact-social -->
</div> <!-- end contact-secondary -->
</div> <!-- end row -->
</div>
<div class="col" data-aos="fade-up">
<form method="post" class="contact3-form eventform" onsubmit="event.preventDefault()">
<!-- <div class="row section-header">
<div class="col-full">
<h3 class="subhead subhead--light">Get in Touch</h3>
</div>
</div> end section-header -->
<h3 class="subhead subhead--light" style="font-size: .75em;">Get in Touch</h3>
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-md-6">
<input class="input3" type="text" name="name" id="name" placeholder="Your Name">
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-6">
<input class="input3" type="text" name="email" id="email" placeholder="Your Email">
</div>
<!--Grid column-->
</div>
<!--Grid row-->
<!--Grid row-->
<div class="row">
<div class="col-full">
<input class="input3" type="text" name="subject" id="subject" placeholder="Subject">
</div>
</div>
<!--Grid row-->
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-full">
<textarea class="input3" name="message" id="message" placeholder="Your Message"></textarea>
</div>
<div style="margin-left: auto;margin-right: auto;">
<button style="align-content: center;font-size: .75em;background: white;" id="submit" onclick="sendEmail()">Send</button>
<!-- <div class="status"></div> -->
</div>
</div>
<!--Grid row-->
</form>
</div>
<!--Grid column-->
<div class="col-0">
<div class="cl-go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon-arrow-up" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="row">
<div class="col-full cl-copyright">
<span><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©2020 All rights reserved | <a target="_blank">Society for Data Science</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></span>
</div>
</div>
</section> <!-- end s-contact -->
<!-- Java Script
================================================== -->
<script>
window.onscroll = function () { myFunction() };
var navbar = document.getElementById("navbar");
var sticky = navbar.offsetTop;
function myFunction() {
if (window.pageYOffset >= sticky) {
navbar.classList.add("sticky")
} else {
navbar.classList.remove("sticky");
}
}
</script>
<script src="blogs/assets/js/jquery.min.js"></script>
<script src="blogs/assets/js/browser.min.js"></script>
<script src="blogs/assets/js/breakpoints.min.js"></script>
<script src="blogs/assets/js/util.js"></script>
<script src="blogs/assets/js/main.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="js/jssor.slider-28.0.0.min.js"></script>
<script src="js/js-slider.js" type="text/javascript"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script src="js/contact-mail.js"></script>
</body>
</html>