-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcombined.html
140 lines (124 loc) · 5.03 KB
/
combined.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
<html>
<head>
<title>Whiz Holics</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="images/icon.png">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script>alert("Participants, Who want food to be arranged has to register separately for food on the form shown in main menu")</script>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.html" class="logo">
<span class="symbol"><img src="images/logo.png" alt="" /></span><span class="title">VERISMO</span>
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="assets/Verismo Brochure.pdf">Brochure</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<h1>Whiz Holics</h1>
<blockquote>
Registration Fee : 200 ( Team of 2 )<br>
First Prize : 3000<br>
Second Prize : 1500
</blockquote>
<p>The master mind is a man/woman with a plan to outwit complexity. If you are a master mind then come and kick the show.</p>
<p>The event comprises of 3 different competitions
<ul>
<li>Quizzee Buzziee : Quiz</li>
<li>Spellspire : Word Hunt</li>
<li>Scavenger : Puzzle Solving</li>
</ul>
</p>
<!-- <p><a href="assets/" style="border-bottom: none;"><button>Event Brochure</button></a></p> -->
<pre><code>Whiz Holics Rules and Regulations
1. Three events will be held in three different rounds.
-> Quizzee buzziee(Quiz)
-> Spellspire(Word Hunt)
-> Scavenger (Problem Solving)
2. Team should be of 2 persons.
3. The team with the most cumulative points from all rounds will be declared as the winner.
4. There will be a strict time limit for each event.
5. The team must assemble at 10.15am itself.
6. College ID card is mandatory for participation.
7. Registration fee per team is Rs. 200
8. Maintaining discipline is obligatory throughout the contest.
9. You can bring water and medications if needed.
10. Organizers reserve every right to add or remove any rules as they fit.
11. The 2 Teams with least scores will be eliminated at the end of each round.
12. Quizzee buzziee -maximum point 50 , excluding 10 bonus point
13. Spellspire – maximum point 35, excluding 10 bonus point
14. Scavenger – maximum point 15 ,excluding 10 bonus point
</code></pre>
<p>Contact : Settna - 75919 26042, Siva - 97451 57060
</p>
<p>
<a href="assets/event_brochure/combined/QUIZZEE BUZZIEE.pdf" style="border-bottom: none;">
<button style="
margin-left: 15px;
margin-right: 15px;
margin-bottom: 10px;">Rules for Quizzee Buzziee</button>
</a>
<a href="assets/event_brochure/combined/SPELLSPIRE.pdf" style="border-bottom: none;">
<button style="
margin-left: 15px;
margin-right: 15px;
margin-bottom: 10px;">Rules for Spellspire</button>
</a>
<a href="assets/event_brochure/combined/Scavenger.pdf" style="border-bottom: none;">
<button style="
margin-left: 15px;
margin-right: 15px;
margin-bottom: 10px;">Rules for Scavenger</button>
</a>
</p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSd2971uKobA_gz8BfOlv1j6wZbiK0zNVl97D5xcXv7LHjDczg/viewform?usp=sf_link" class="button primary fit">Register</a>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<h2>Get in touch</h2>
<ul class="icons">
<li><a href="tel:+91623531297" class="icon solid style2 fa-phone"><span class="label">Phone</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid style2 fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://www.instagram.com/verismo.lmcst/" class="icon brands style2 fa-instagram"><span class="label">Instagram</span></a></li>
</ul>
</section>
<ul class="copyright">
<li>© Verismo. All rights reserved</li><li>ReVamped by: <a href="https://www.instagram.com/ananthu_dev">Ananthu Dev D V</a></li>
</ul>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>