forked from Kanishka5/Aarohan_2017
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBidwiser.html
96 lines (91 loc) · 4.27 KB
/
Bidwiser.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css" >
<link rel="stylesheet" type="text/css" href="css/styles.css"/>
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"/>
<link rel="stylesheet" type="text/css" href="css/events.css"/>
<title>Aarohan 2017 | BidWeiser</title>
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
</head>
<body>
<div id="events">
<div class="next">
</div>
<br/>
<div id="road">
</div>
<div id="heading">
<img src="images/Hoardings/Bidweiser.png" >
</div>
<a href="javascript:history.back()"><button id="back" class="btn btn-secondary" role="button"> Back </button></a>
<div id="walk">
<img id="bike-img" src="images/bike.png">
</div>
<div id="trigger1">
<div id="image" class="holder">
<img src="images/images-events/budwiser.png"/>
</div>
</div>
<div id="wrapper-p">
<div id="popup">
<div class="popupcontrols">
<span id="popupclose">X</span>
</div>
<div class="popupcontent">
<h2 class="bold">About the Event</h2>
<p>Tata Steel, Reliance industries, L&T, Facebook, Google etc etc-the most successful and top grossing companies. Everybody dreams of being that business tycoon. Everybody wants to walk in their shoes and feel what it’s like to be in their position. Everybody wants to know what it’s like to own a billion dollar company. </p><p>Aarohan - The Annual Techno Management Fest presents such an opportunity to you, with Bidweiser, a simulation auction, where you get the chance to own these lucrative companies. Bid your way to the end and emerge as the richest tycoon if your abilities permit. Trust your instincts to make the best bid possible and the company is yours! Make the right moves and become the paramount business tycoon or make the wrong ones and be reduced to the states of a bankrupt pauper. Bid Silly or Bid Wiser!
</p>
</div>
</div>
</div>
<div id="trigger2">
<div id="write-out" class="holder">
<h2 class="bold">About the Event</h2>
<p>Tata Steel, Reliance industries, L&T, Facebook, Google etc etc-the most successful and top grossing companies. Everybody dreams of being that business tycoon. Everybody wants to walk in their shoes and feel what it’s like to be in their position. Everybody wants to know what it’s like to own a billion dollar company. </p>
<button type="submit" id="button2" class="btn btn-primary uppercase"> Full description</button>
<a href="registration.php" class="btn btn-primary uppercase">Register</a>
</div>
</div>
<div class="space">
</div>
<div id="trigger-w">
</div>
<div id="cloud">
<img src="images/Clouds/cloud3.png" >
<div id="text-l"><h1 >RELATED EVENTS</h1></div>
</div>
<div id="related" class="container">
<div class="row">
<div class ="col-xs-3 col-md-3 box">
<a href="Bplan.html"><img src="images/images-events/bplan.png"></a>
</div>
<div class ="col-xs-3 col-md-3 box">
<a href="selldom.html"><img src="images/images-events/selldom.png"></a>
</div>
<div class ="col-xs-3 col-md-3 box">
<a href="colossus.html"><img src="images/images-events/colossus.png"></a>
</div>
<div class ="col-xs-3 col-md-3 box">
<a href="Behind-the-Dots.html"><img src="images/images-events/behindthedots.png"></a>
</div>
<!-- <div class ="col-xs-12 col-md-12 box">
<a href="selldom.html"><img src="images/images-events/bplan.png"></a>
</div> -->
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/preloader.js"></script>
<script src="js/TweenMax.min.js"></script>
<script src="js/ScrollMagic.min.js"></script>
<script src="js/velocity.min.js"></script>
<script src="js/animation.gsap.min.js"></script>
<script src="js/libraries.min.js"></script>
<script src="js/jquery.parallax.js"></script>
<script src="js/debug.addIndicators.min.js"></script>
<script src="js/flowtype.js"></script>
<script src="js/event.js"></script>
<script src="js/popup.js"></script>
</body>
</html>