-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmechmania.php~
executable file
·53 lines (45 loc) · 1.32 KB
/
mechmania.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
51
52
53
<?php
$thispage = "mechmania";
$title = "MechMania $rp_mechmania_num";
$mm_staff_email = "[email protected]";
include 'includes/_top.php';
?>
<div id="content">
<table><tr><td>
<!--<img src="images/mmxilogo.jpg" width = "360" height = "360" align="right">-->
<div class="section_title">MechMania <?php echo $rp_mechmania_num;
?>:<br>ACM@UIUC's <?php echo $rp_number; ?> Annual
<br>C++/AI Programming Contest</div>
<div class="section">
<b><?php echo "$rp_days, $rp_year"; ?></b>
<br>
University of Illinois at Urbana-Champaign
<br>
Thomas M. Siebel Center for Computer Science
<br>
<br>
<!--
<a href="reg_mm.php">Register your team for MechMania</a>
-->
</div>
<?php include '_mechmaniasponsor.php'; ?>
</td></tr></table>
<div class="section_title">Results</div>
<p>
First Place - Team NOOP (University of Missouri-Rolla)<br>
Second Place - Team KIN (UIUC)<br>
Third Place - Artificial Unintelligence (UIS)<br>
</p>
<p>
Coming soon (stay tuned): the tournament bracket, screenshots, and the complete source code to the competition!
</p>
<p>
If you have any questions about this year's competition, email the staff at <a href="mailto:<?php echo $mm_staff_email; ?>"><?php echo $mm_staff_email; ?></a>.
</p>
<!--
<p>
<a href="reg_mm.php">Register your team for MechMania</a>
</p>
-->
</div>
<?php include 'includes/_bottom.php'; ?>