-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.html
128 lines (93 loc) · 4.53 KB
/
events.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
<!doctype html>
<html lang="en">
<head>
<title>Events · Impulse</title>
<meta name="author" content="Team Impulse">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css.css">
<link rel="icon" type="image/png" href="icon.png">
</head>
<script src="https://use.typekit.net/ucv3orh.js"></script>
<script type="text/javascript" src="js/jquery.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<body>
<body id="home">
<header id="masthead">
<div class="container">
<div class="one-third column left">
<a href="index.html" class="handletter"><img src = "logo.jpg"></img></a>
</div>
<div class="two-thirds column right">
<nav>
<ul>
<li class = "mob-logo"></li>
<li><a href="index.html">Home</a>
</li><li><a href="members.html">Members</a>
</li><li><a href="events.html">Events</a>
</li><li><a href="http://enigma18.herokuapp.com">Enigma</a>
</li><li><a href = "http://tiny.cc/enigma18">Register</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<section class="page">
<div class="container">
<div class="three columns"> </div>
<div class="one-half column"> <center>
<h1>Events</h1>
<p> Infinity is our annual intra-school event, comprising of four sub-events that are organized for Classes 9 to 12. </p>
<ul class="cta">
<a class="button primary" href="http://tiny.cc/enigma18">Register your team</a>
</ul>
</div>
</div>
</section>
<section class = "dark">
<div class="container">
<div class="one-half column">
<center> <h2>Quiz</h2></center>
<p>Our quiz is a battle of wits, where teams are required to be quick, but accurate. The event includes a preliminary round, from which the best of teams qualify for the final round.</p>
<p>This event is open to <b>all students</b> from Classes 9 to 12.</p>
<a class="button primary" href="http://tiny.cc/quiz18">Register for Quiz</a>
</div>
<div class="one-half column">
<center> <h2>Enigma</h2></center>
<p>This online cryptic hunt, which involves finding physics in the most intricate of riddles, is the most looked-forward-to event of Infinity. Factually, this event does not require any in-depth knowledge in physics whatsoever; all you need is an internet connection and fast-typing fingers.</p>
<p>This event is open to <b>all students</b> from Classes 9 to 12.</p>
<a class="button primary" href="http://tiny.cc/enigma18">Register for Enigma</a>
</div>
</div>
</div>
</section>
<section class = "light">
<div class="container">
<div class="one-half column">
<h2>Theory and Experimentation</h2>
<p>This is the ultimate test of physics – including known theory as well as onsite experimentation. Team members are advised to come with a clear mind and clearer concepts.</p>
<p>This is an <b>interhouse</b> event.</p>
</div>
<div class="one-half column">
<center><h2>Fermi</h2></center>
<p>The Fermi method of estimation is a powerful tool in calculations, when given little to no data. In this event, teams are required to find solutions to unconventional questions using the Fermi method, in a rapid elimination process. </p>
<p>This is an <b>interhouse</b> event for students of Classes 9 and 10.</p>
</div>
</div>
</div>
</section>
</body>
<footer>
<div class="container">
<div class="one-third column">© MIS Information Network</div>
<div class="two-thirds column right">
<a href="https://madewithlove.org.in" target="_blank">Made with <span style="color: #f7403a;">♥</span> in India</a>
</div>
</div>
</footer>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll("nav ul li a")[2].setAttribute("class", "active"); });
</script>
<script src="//use.typekit.net/dbe5tbi.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<script type="text/javascript" src="js/minet.js"></script>