-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmechmania_registration.php~
executable file
·50 lines (43 loc) · 1.66 KB
/
mechmania_registration.php~
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
<?php
$thispage = "mech_reg";
$parent = "mechmania";
$title = "Mechmania Registration";
include 'includes/_top.php';
?>
<div id="content">
<b>Disclaimer</b>: This information is subject to change.
<p></p>
<p>
To register a team for the competition, please visit our <a href =
"reg_mm.php">MechMania Team Registration</a> page.
</p>
<p></p>
Things to Note:
<ul>
<li> There is only space for 16 teams, so registration is on a first-come,
first-serve basis. We do maintain a waiting list since some
teams sometimes drop out or do not show up.
</li>
<li><b>All teams must be present for the kick-off and API review on Friday,
October 20th </b> (or have contacted us with a very good reason).
Absent teams will forfeit their space to teams on the waiting list.
</li>
<li> To ensure a fair and balanced competition, and to maximize the
number of people able to participate, we require that all teams have 3 people.
</li>
<li> <b>UIUC Teams:</b> Out of fairness to out-of-towners, the number of
UIUC teams will be initially capped at 5; out-of-town teams will have priority over all
other UIUC teams.
</li>
<li> All 3 team members must be currently enrolled
students.
</li>
<li> The game administrators will make final determination on eligibility.
Don't make us sic our mechs on you.
</li>
</ul>
<?php
include '_mechmaniasponsor.php';
?>
</div>
<?php include 'includes/_bottom.php'; ?>