-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
556 lines (514 loc) · 26.2 KB
/
index.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
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Stock Overflow</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="Think. Innovate. Create" />
<meta name="keywords" content="HTML, CSS, JavaScript, PHP" />
<meta name="author" content="Colorlib" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link rel="shortcut icon" href="images/favicon.png" />
<link rel="stylesheet" type="text/css" href="css/clear.css" />
<link rel="stylesheet" type="text/css" href="css/common.css" />
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="css/carouFredSel.css" />
<link rel="stylesheet" type="text/css" href="css/prettyPhoto.css" />
<link rel="stylesheet" type="text/css" href="css/sm-clean.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,300&display=swap" rel="stylesheet">
</head>
<body>
<script defer async src="#"></script>
<!-- Menu -->
<div class="menu-wrapper center-relative">
<nav id="header-main-menu">
<div class="mob-menu" style="text-align:right; padding-right: 15px; color:white;"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/>
</svg></div>
<ul class="main-menu sm sm-clean">
<li><a href="#home">Home</a></li>
<li><a href="#tracks">About</a></li>
<li><a href="#prizes">Prizes</a></li>
<li><a href="#about">Event detail</a></li>
<li><a href="#register">Register</a></li>
<li><a href="#sponsors">Sponsors</a></li>
<li><a href="#faq">FAQ's</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
<!-- Home -->
<div id="home" class="section intro-page">
<div class="block content-1170 center-relative center-text">
<img class="top-logo" src="images/logo-primary1.png" alt="Boxus" style="width:250px; height:auto;" />
<br />
<h1 style="color:white;">STOCK OVERFLOW</h1>
<h3 style="color:white;"><i>IN SPONSORSHIP WITH<br>HENRY HARVIN</i></h3>
<h1 style="color:white;">Create • Predict • Invest</h1>
<!-- ^ class="big-title" -->
<p style="text-align: center; color: white; font-size: 25px;">
9th Feb 2022 | 11AM - 2PM
</p>
<br /><br />
<a href="#register" class="bn5">Register Now</a
>
</div>
</div>
<!-- Service -->
<div id="tracks" class="section">
<div class="block content-1170 center-relative">
<div class="section-title-holder left">
<div class="section-num">
<span>|1</span>
</div>
<h2 class="entry-title">ABOUT</h2>
</div>
<div class="section-content-holder right">
<div class="content-wrapper">
<script>
var slider1_speed = "700";
var slider1_auto = "true";
var slider1_hover = "true";
</script>
<div class="image-slider-wrapper relative service slider1">
<a id="slider1_next" class="image_slider_next" href="#"></a>
<ul id="slider1" class="image-slider slides">
<li>
<div class="service-holder">
<img src="images/ai.png" alt="" />
<div class="service-content-holder">
<div class="service-title">Stock Prediction using ML/DL</div>
<div class="service-content">
Stock Price Prediction using machine learning helps you discover the future value of company stock and other financial assets traded on an exchange. The entire idea of predicting stock prices is to gain significant profits. Predicting how the stock market will perform is a hard task to do.<br />
</div>
</div>
</div>
<div class="service-holder">
<div class="service-content-holder">
<div class="service-content">
There are other factors involved in the prediction, such as physical and psychological factors, rational and irrational behavior, and so on. All these factors combine to make share prices dynamic and volatile. This makes it very difficult to predict stock prices with high accuracy.<br />
</div>
</div>
</div>
</li>
</ul>
<div class="clear"></div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<div id="prizes" class="section">
<div class="block content-1170 center-relative">
<div class="section-title-holder right">
<div class="section-num">
<span>|2</span>
</div>
<h2 class="entry-title">Prizes</h2>
</div>
<div class="section-content-holder portfolio-holder left" data-aos="zoom-in">
<div class="grid" id="portfolio-grid">
<div class="grid-sizer"></div>
<div class="grid-item element-item p_one">
<div href="single-portfolio.html">
<img src="images/prize2.png" alt="" />
<div class="portfolio-text-holder"></div>
</div>
</div>
</div>
<div class="clear"></div>
<!--<div class="block portfolio-load-more-holder" style="background-color: rgb(252, 181, 48);">
<a target="_self" class="more-posts" style="font-family:'Lato', sans-serif;"><b>Cash Prizes<br><br>Medals<br><br>Certificates<br><br>Swags and Goodies</b></a>
</div>-->
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
<!-- About -->
<div id="about" class="section">
<div class="block content-1170 center-relative">
<div class="section-title-holder left">
<div class="section-num">
<span>|3</span>
</div>
<h2 class="entry-title" style="font-size: 60px;">Event Detail</h2>
</div>
<div class="section-content-holder right">
<div class="content-wrapper">
<div class="one_half" style="text-align: justify;">
<b>What is there for you?</b><br>Stock overflow is a Hands-on workshop on Stock Price Prediction using ML & DL Techniques where students will understand the basics of stock market prediction using data science techniques and be able to apply these techniques to a real-world problem.<br><br>
<b>Why should you join?</b><br>The incomplete information concerning the stock market data is often regarded as noisy characteristics, making it a challenge to predict the future price of a stock. Due to the rapid increase in trade and investment, the need for the appropriate tools and methods to mitigate risks and maximize gains equally increased.From Stock Overflow you will be able to achieve following feats:<br><br>
<ul>
<li>✔Students will get an overview of the techniques and tools such as data visualization, statistical analysis, and machine learning algorithms.</li>
<li>✔Students could analyse the stock market data and
identifying different trends or patterns.</li>
<li>✔Would be able to use data visualization tools to
create charts and graphs to better understand the
data and identify any correlations between different
factors and stock prices.</li>
</ul>
</div>
<!--<div class="one_half last" style="text-align: justify;">
“ Advitya - 2023 ” Our dynamic “ DATA SCIENCE CLUB ” is organizing an offline seminar named“Stock Overflow: A Hands-on workshop on Stock Price Prediction using Machine Learning and Deep Learning Techniques”.The event will be organized in offline mode.The event would be concluded with an open book competition wherein students would be provided a data set using which they need to visualize data via exploratory data analysis.The participant doing best analysis would be appreciated with an appropriate prize.
</div>-->
</div>
<div class="clear"></div>
<br />
<br />
</div>
<div class="clear"></div>
</div>
</div>
<!-- News -->
<div id="about" class="section">
<div class="block content-1170 center-relative">
<div class="section-title-holder right">
<div class="section-num">
<span>|4</span>
</div>
<h2 class="entry-title">TALKS</h2>
</div>
<div class="section-content-holder left" style="background-color: #cdfdf1">
<div class="content-wrapper">
<div class="blog-holder block center-relative">
<div>
<img src="images/stockoverflow.PNG" style="float: right; width: 40%" alt="" />
<h3 style="padding-bottom: 0">
Hands-on workshop on Stock price prediction
</h3><br>
<h6>Mr. Diptanshu Kumar Sinha</h6><br>
<div><b>Quantitative Analyst</b></div>
<i> @ Rauch International Inc. </i>
</div>
</div>
</div>
<hr>
<p style="padding-left: 60px;"></p>
</div>
<div class="clear"></div>
</div>
</div>
<!-- Video -->
<div id="register" class="section">
<div class="block content-1170 center-relative">
<div class="section-title-holder left">
<div class="section-num">
<span>|5</span>
</div>
<h2 class="entry-title" style="font-size: 70px;">signup</h2>
</div>
<div class="section-content-holder right">
<div class="content-wrapper">
<div class="content-title-holder">
<p class="content-title">Register</p>
</div>
<div id="register-div" class="one_half" style="padding-top:50px;">
9 Feb<strong> 11AM to 2PM</strong> at VIT Bhopal
<div style="font-size: 1rem; padding-top: 10%">
</div>
</div>
<style>
#register-div {
font-size: 2rem;
width: 60%;
}
#register-buttons {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
@media screen and (max-width: 1020px) {
#register-div {
width: 100%;
padding: 0;
text-align: center;
}
#register-buttons {
display: block;
text-align: center;
}
}
</style>
<div class="one_half last" style="width: auto">
<div id="register-buttons">
<a href="https://forms.gle/YSJ7myP5JWAMK9QH7" target="_blank" class="bn5">Join Us</a
>
</div><br><br>
</div>
<div style="text-align:center;">
<br><br><b>register by, following these steps:</b><br><br>
1. Click the "JOIN US" button above.<br>
2. Sign-in with your VIT Email Id<br>
3. Fill up all the fields correctly.<br>
4. Congrats your're up for our event<br><br>
<b><i>Limited Seats are available , HURRY UP!</i><br>
<b><i>Registration Fee is Rs.75/-</i> </b>
</p><br><br>
<div class="apply-button" data-hackathon-slug="techacks" data-button-theme="dark" style="height: 44px; width: 312px"></div>
</div>
<div class="clear"></div>
<br />
</div>
<div class="full-width">
<div style="padding: 40px 2px">
<script src="https://cdn.logwork.com/widget/countdown.js"></script>
<a href="https://logwork.com/countdown-xt4n" class="countdown-timer" data-style="circles" data-timezone="Asia/Kolkata" data-date="2023-02-09 11:00">See you in...</a>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div id="sponsors" class="section extra-content-full-width">
<div class="block content-1170 center-relative">
<h1 style="color: white; text-align: center; font-size:44px; padding: 5%">
OUR SPONSORS
</h1><br>
<hr>
<h1 style="color: white; text-align: center; padding: 5%">
Henry Harvin
</h1>
<div class="patrons">
<a href="#"><img src="images/henryharvin1.PNG" alt="blank" style="width: 400px;"></a>
</div><br><br>
<hr>
<!--<h1 style="color: white; text-align: center; padding: 5%">
Gold Sponsors
</h1>
<div class="patrons">
<a href="https://fossunited.org/" target="_blank"><img src="images/sponsors/foss-united.png" alt="foss-united" style="width: 150px;"></a>
<a href="https://spheron.network/"><img src="images/sponsors/foss-united.png" alt="spheron" style="width: 150px;"></a>
</div><br><br>
<hr>
<h1 style="color: white; text-align: center; padding: 5%">
Silver Sponsors
</h1>
<div class="patrons">
<a href="https://www.geeksforgeeks.org/" target="_blank"><img src="images/sponsors/filecoin.png" alt="replit" style="width: 100px;"></a>
<a href="https://elevateservices.com/" target="_blank"><img src="images/sponsors/filecoin.png" alt="replit" style="width: 120px;"></a>
<a href="https://www.lumoslabs.co/" target="_blank"><img src="images/sponsors/filecoin.png" alt="replit" style="width: 120px;"></a>
</div>
<br>
<div class="patrons">
<a href="https://www.hoverrobotix.com/" target="_blank"><img src="images/sponsors/filecoin.png" alt="hoverrobotix" style="width: 100px;"></a>
<a href="https://www.mentor-x.com/" target="_blank"><img src="images/sponsors/filecoin.png" alt="mentor-x" style="width: 100px;"></a>
<a href="https://www.revup.in/" target="_blank"><img src="images/sponsors/filecoin.png" alt="revup" style="width: 100px;"></a>
</div>
<br>
<div class="patrons">
<a href="https://www.solana.com/" target="_blank"><img src="images/sponsors/filecoin.png" alt="solana" style="width: 100px;"></a>
<a href="https://www.filecoin.com/" target="_blank"><img src="images/sponsors/filecoin.png" alt="filecoin" style="width: 200px;"></a>
<a href="https://www.replit.com/" target="_blank"><img src="images/sponsors/filecoin.png" alt="replit" style="width: 200px;"></a>
</div>
<br>
<div class="patrons">
<a href="https://tezosindia.org.in/" target="_blank"><img src="images/sponsors/filecoin.png" alt="solana" style="width: 200px;"></a>
</div><br><br>
<hr>
<h1 style="color: white; text-align: center; padding: 5%">
Community Partners
</h1>
<div class="patrons">
<a href="https://www.ieindia.org" target="_blank"><img src="images/sponsors/ebuzz.png" alt="iei-india" style="width: 100px;" /></a>
<a href="https://www.iete.org/" target="_blank"><img src="images/sponsors/ebuzz.png" alt="iete" style="width: 100px;" /></a>
<a href="https://www.instagram.com/ebuzz_club/" target="_blank"><img src="images/sponsors/ebuzz.png" alt="ebuzz-cu" style="width: 100px;" /></a>
</div>
<hr>
<h1 style="color: white; text-align: center; padding: 5%">
Value Addition Partners
</h1>
<div class="patrons">
<a href="https://taskade.com/"><img src="images/sponsors/taskade.png" alt="taskade" style="width: 70px;"></a>
<a href="https://www.echo3d.co/"><img src="images/sponsors/taskade.png" alt="echo-3d" style="width: 100px;"></a>
<a href="https://balsamiq.com/"><img src="images/sponsors/taskade.png" alt="balasmiq" style="width: 100px;"></a>
<a href="http://www.colorib.com" target="_blank"><img src="images/sponsors/taskade.png" alt="colorib" style="width: 100px;"></a>
</div><br><br>
<hr><br>
<h4 style="color:white; text-align:center;">Interested in sponsoring us?</h4><br><br>
<div style="text-align: center;">
<a href="#" target="_blank" class="bn5">Sponsorship Prospectus</a>
</div>
<br><br><hr><br>
</div>-->
<div class="clear"></div>
</div>
<!-- Skills -->
<div id="faq" class="section">
<div class="block content-1170 center-relative">
<div class="section-title-holder right">
<div class="section-num">
<span>|6</span>
</div>
<h2 class="entry-title">FAQ</h2>
</div>
<div class="section-content-holder left">
<div class="content-wrapper">
<main>
<details>
<summary>Is the event online or offline?</summary>
<div class="faq__content">
<p>
Event is completely <b>OFFLINE.</b>
</p>
</div>
</details>
<details>
<summary>Mode of participation is individual or a team?</summary>
<div class="faq__content">
<p>
Participants are allowed only to participate INDIVIDUALLY.
</p>
</div>
</details>
<details>
<summary>What is the registration fee for the event?</summary>
<div class="faq__content">
<p>
The registration fee for the event is ₹75 per participant.
</p>
</div>
</details>
<details>
<summary>What is the venue information?</summary>
<div class="faq__content">
<p>
Academic Block 312
</p>
</div>
</details>
<details>
<summary>
What all arrangements will be made at the venue?
</summary>
<div class="faq__content">
<p>
Throughout the event, we will help with accomodation or any other feasible
requirement. Participants from other universities, in offline mode,
can request to connect to the club team members to assist them throughout the event.
</p>
</div>
</details>
</main>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<!-- Contact -->
<div id="contact" class="section">
<div class="block content-1170 center-relative">
<div class="section-title-holder left">
<div class="section-num">
<span>|7</span>
</div>
<h2 class="entry-title" style="font-size: 60px;">Contacts</h2>
</div>
<div class="section-content-holder right">
<div class="content-wrapper">
<h1>Contact details / Venue Info</h1>
<div class="contact-form">
<div class="contact" style="text-align: center; margin: 1%">
<div class="col-md-4 col-sm-4" style="padding: 3%">
<!-- contact item -->
<div class="contact-item">
<!-- big icon -->
<!-- contact details -->
<span class="contact-details" style="color: black;"
>VIT BHOPAL University<br>
<span style="font-size:15px;">BHOPAL - INDORE Highway
<br>KOTHRI
<br>Academic Block 3rd Floor
<br>Room number 312
</span></span
>
</div>
</div>
<div class="col-md-4 col-sm-4" style="padding: 3%">
<!-- contact item -->
<div class="contact-item">
<!-- big icon -->
<i class="fa fa-envelope" style="color: blue"></i>
<!-- contact details -->
<span class="contact-details"
>Email: <a href="mailto:info@techacks.tech">dsc.vitb@vitbhopal.ac.in</a></span>
</div>
</div>
<div class="col-md-4 col-sm-4" style="padding: 3%">
<!-- contact item -->
<div class="contact-item">
<!-- big icon -->
<i class="fa fa-whatsapp" style="color: green"></i>
<!-- contact details -->
<span class="contact-details">Whatsapp: <span style="color:black;">+91 7982137982 - Charchit Jain<br>+91 6396244151 - Chetan Saini</span></span>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="full-width">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3670.536636806507!2d76.84910721496874!3d23.077443384925285!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x397ce9ceaaaaaaab%3A0xa224b6b82b421f83!2sVellore%20Institute%20of%20Technology%20-%20VIT%20Bhopal!5e0!3m2!1sen!2sin!4v1674398842326!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"
width="600" height="450" style="border: 0" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="footer content-1170 center-relative">
<ul>
<li><img src="images/logo-primary1.png" style="width: 300px;" alt="techacks3" /></li>
<br>
<li><a href="#" target="_blank" class="bn5">WEB TEAM || DSC</a></li><br>
<hr/>
<br>
<li class="social-footer">
<a
href="https://cdsvitbhopal.github.io/website/"
><span class="fa fa-globe"></span
></a>
<a href="https://twitter.com/DSC_VITB?t=X0T2kN4F3iDVbXgmeEXjJQ&s=08"><span class="fa fa-twitter-square"></span
></a>
<a href="https://www.linkedin.com/in/data-science-club-vit-bhopal-5b9b02232"><span class="fa fa-linkedin"></span
></a>
<a href="https://www.instagram.com/dsc_vitb"><span class="fa fa-instagram"></span
></a>
</li>
</ul>
</div>
</footer>
<!--Load JavaScript-->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.sticky-kit.min.js"></script>
<script type="text/javascript" src="js/jquery.smartmenus.min.js"></script>
<script type="text/javascript" src="js/jquery.sticky.js"></script>
<script type="text/javascript" src="js/jquery.dryMenu.js"></script>
<script type="text/javascript" src="js/isotope.pkgd.js"></script>
<script type="text/javascript" src="js/jquery.carouFredSel-6.2.0-packed.js"></script>
<script type="text/javascript" src="js/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="js/jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/imagesloaded.pkgd.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script>
if (jQuery(window).scrollTop() === 0)
jQuery(".menu-wrapper, .menu-wrapper .sub-menu").css(
"backgroundColor",
"black"
);
</script>
</body>
</html>