forked from siddharthagarwal/udgamrepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvsm.html
More file actions
105 lines (93 loc) · 4.5 KB
/
vsm.html
File metadata and controls
105 lines (93 loc) · 4.5 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
<!DOCTYPE HTML>
<html>
<head>
<title>Virtual Stock Market | Udgam 2019</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="images/favicon.png" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header" class="alt">
<div class="logo"><a href="index.html">Udgam</a></div>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="speakers.html">Speakers</a></li>
<li><a href="index.html#one">Events</a></li>
<li><a href="index.html#agenda">Schedule</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="team_page.html">Team</a></li>
<li><a href="index.html#three">Contact Us</a></li>
<li><a href="https://goo.gl/forms/3b9zNqB5eVMNzzjh2">Campus Ambassador</a></li>
</ul>
</nav>
<!-- One -->
<section id="One" class="wrapper style3">
<div class="inner">
<header class="align-center">
<p>Virtual stock market competition with prizes worth 25,000</p>
<h2>Virtual Stock Market</h2>
</header>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style2">
<div class="inner">
<div class="box">
<div class="content">
<div class="image fit">
<img src="images/pic09.jpg" alt="" />
</div>
<header class="align-center">
<br>
<h2>About</h2>
</header>
<p>Trade Stocks. Make some Money. Earn Bragging Rights. Build your portfolio and react to the markets in real time. Compete against your friends or coworkers to earn your spot at the top of the leaderboards. Build your Portfolio with Rs. 15 lacs and trade stocks using the virtual money at your disposal. Socialise with the community and discuss investment strategies with other traders. </p>
<!-- <header class="align-center">
<h2>Rules and Regulations</h2>
</header>
<p>PRELIMINARY ROUND In the preliminary round, participating teams solve a business case on real-life social enterprise. First round solution counts for 90% of the final score of preliminary round. Application package counts for remaining 10% of the score. The preliminary rounds takes place online and participants have two weekends to solve the case.</p>
<p>FINAL ROUND For the final round, the 8 best performing teams from the prelims will be invited to IIT Guwahati. They will have one night to solve a case and present it in front of a jury the next morning. The team with best solution are declared as winners of Strategy Storm.</p>
<p>APPLICATION PACKAGE The application package consists of participants’ CVs, a team photo and team description. The two, case and application package comprises of the total team score in the preliminary round. Best 8 performing teams will be invited to IIT Guwahati for the finals.</p> -->
<header class="align-center">
<h2>REGISTRATION</h2>
</header>
<p> Schedule will be updated soon. </p>
<header class="align-center">
<h2>Contact</h2>
</header>
<p>Siddarth Agarwal | 8240657506</p>
<!-- <footer class="align-center">
<a class="button alt">Registrations yet to be started.</a>
</footer> -->
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="https://www.facebook.com/ecell.iitg/" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://twitter.com/edciitg" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.linkedin.com/company/udgam-the-annual-entrepreneurship-summit-of-iit-guwahati/" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="mailto:edc@iitg.ernet.in" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</div>
<div class="copyright">
© Udgam Creatives. All rights reserved.
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>