This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIPL-Auction.html
188 lines (153 loc) · 7.33 KB
/
IPL-Auction.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>E-Cell VSSUT</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Facebook Opengraph integration: https://developers.facebook.com/docs/sharing/opengraph -->
<meta property="og:title" content="">
<meta property="og:image" content="">
<meta property="og:url" content="">
<meta property="og:site_name" content="">
<meta property="og:description" content="">
<!-- Twitter Cards integration: https://dev.twitter.com/cards/ -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="">
<!-- Place your favicon.ico and apple-touch-icon.png in the template root directory -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate-css/animate.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div id="preloader"></div>
<!--==========================
Header Section
============================-->
<header id="header">
<nav id="nav-menu-container">
<ul class="nav-menu justify-content-center">
<li class="menuvisible img-responsive">
<a class="navbar-brand img1" href="http://ecellvssut.in">
<img src="img/logo.png">
</a>
</li>
<li><a href="http://ecellvssut.in">Home</a></li>
<li><a href="http://ecellvssut.in/#about">About</a></li>
<li><a href="http://ecellvssut.in/#testimonials">Testimonials</a></li>
<li><a class="img2" href="http://ecellvssut.in"><img src="img/logo.png"></a></li>
<li class="menu-has-children"><a href="http://ecellvssut.in/#programs">Programs</a>
<ul>
<li><a href="http://ecellvssut.in/esummit">E-Summit '20</a></li>
<li><a href="http://vssutinnobuzz.com" target="_blank">VSSUT InnoBuzz</a></li>
<li><a href="http://tedxvssut.com" target="_blank">TEDxVSSUT</a></li>
<li><a href="events.html">More Events</a></li>
</ul>
</li>
<li><a href="teampage.html">Team</a></li>
<!-- <li class="menu-has-children"><a href="">Drop Down</a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="menu-has-children"><a href="#">Drop Down 2</a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
<li><a href="#">Drop Down 5</a></li>
</ul>
</li>-->
<li><a href="http://ecellvssut.in/#contact">Contact</a></li>
</ul>
</nav>
<!-- #nav-menu-container -->
</header>
<!-- #header -->
<!--========================
Events Section
=========================-->
<section id="event">
<div id="container wow fadeInUp">
<section class="our-webcoderskull padding-lg">
<div id="row">
<div class="col-md-12">
<h3 class="section-title">IPL Auction</h3>
<div class="section-title-divider"></div>
</div>
<div class="row">
<div class="col-lg-5"><img src="img_event/IPL.jpeg" style="height:350px; padding-left: 25px"></div>
<div class="col-lg-7" style="color:#000000">
<p>RULES : </p>
<ul>
<li>1.Anyone can participate in a team of maximum 4 members.</li>
<li>2.(Round 1):-<br>
Sports Quiz -<br>
The quiz will contain questions from sports (mainly from Cricket)<br>
(Round 2):-<br>
Bidding Round-<br>
Each team will be given a fixed budget which will be used for the auction. <br>
The Auctioneer will announce the name of players and the teams will start bidding on them. <br>
Each cricketer will be bid based on one's base price & the bidding will continue till the Auctioneer announces that the player is sold.<br>
Players will go unsold if no team bids for them.<br>
The aim will be to build a squad that maximises the total rating points of players of the team in limited budget.<br>
The team must be of 11 members consistung of 5 batsman, 4 bowlers, 2 all rounder with a maximum of 4 overseas players. </li>
</ul>
</div>
</div>
</div>
</section>
</div>
</section>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright">
© Copyright <strong>E-Cell VSSUT</strong>. All Rights 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/buy/?theme=Imperial
Designed by <a href="https://linkedin.com/in/shashanktripathy/">Shashank Tripathy</a>
</div>-->
</div>
</div>
</div>
</footer>
<!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Required JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/morphext/morphext.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/stickyjs/sticky.js"></script>
<script src="lib/easing/easing.js"></script>
<!-- Template Specisifc Custom Javascript File -->
<script src="js/custom.js"></script>
<script src="contactform/contactform.js"></script>
</body>
</html>