-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOLD.xbox.php
executable file
·42 lines (34 loc) · 1.21 KB
/
OLD.xbox.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
<?php
$thispage = "xbox";
$title = "XBox Tournament";
include 'includes/_top.php';
?>
<div id="content">
<p><font size="+2">XBox Tournament</font></p>
<p style="width:95%;">In addition to speakers and other events, conference attendees will be
treated to large-screen XBox gaming. The entertainment culminates with a
tournament Saturday night starting at 9PM, featuring Microsoft's Halo 2 and
Madden NFL 2005 by EA Sports. Prizes for the tournament have been
generously donated by EA and Microsoft. Gaming is free and open to all.
<i>For best results, bring along your favorite XBox controller.</i></p>
<p>
Team slayer teams of 4 (50 points)<br>
Round 1: Beaver Creek<br>
Round 2: Burial Mounds<br>
Round 3: Elongation<br>
Finals: Lockout<br>
(optional): Ivory Tower/Midship<br>
$10 team registration in 1104 Siebel Center<br>
Bring your own controller!<br>
Tournament starts at 9PM, but be there an hour early for the ladder creation.
</p>
<br>
<div style="text-align: center;">
<img src="xbox/halo2.jpeg">
<img src="xbox/maddennfl2005.jpeg">
<br>
<img src="corp-logos/Microsoft.jpeg" align="middle">
<img src="corp-logos/EAGAMES.JPG" align="middle">
</div>
</div>
<?php include '_bottom.php'; ?>