Skip to content

Commit adbc490

Browse files
committed
Merge pull request #74 from AndrewHanes/master
40th Event Overview Page
2 parents 61671cf + 9833c56 commit adbc490

File tree

3 files changed

+69
-0
lines changed

3 files changed

+69
-0
lines changed

40th.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,17 @@
1515
<li><a href="40th_chairman_letter.php">Chairman Letter</a></li>
1616
<li><a href="40th_save_the_date.php">Save the Date</a></li>
1717
<li><a href="http://goo.gl/ai5p9Y">Hotel Reservations</a></li>
18+
<li><a href="40th_events.php">Event Overview</a></li>
1819
</ul>
1920
</div>
21+
<div class="40thupdate" style="float: left; width: 70%;">
22+
<br />
23+
<h5>
24+
<p>1/30/2016</p>
25+
</h5>
26+
<p class="40th_info"><p>Added an <a href="40th_events.php">event overview</a> summarizing the planned events for the weekend.</p></div>
27+
28+
2029
<div class="40thupdate" style="float: left; width: 70%;">
2130
<br />
2231
<h5>

40th_events.php

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<?php include "header.php"; ?>
2+
<div id="big" class="title">
3+
<div class="wrapper">
4+
<h1>
5+
40th Event Overview
6+
</h1>
7+
</div>
8+
</div>
9+
<div id="content">
10+
<div id="cWrapper" />
11+
<div class="40thupdate" style="">
12+
<h4>Below you will find an overview of the events planned for 40th.&nbsp;&nbsp;This is a general overview and subject to change.&nbsp;&nbsp;More specifics will be announced as plans are finalized and the date of 40th approaches.</h4>
13+
<br />
14+
<h3>Friday, April 15th</h3>
15+
<div style="padding-left: 10px;">
16+
<h2>Capture the Disk</h2>
17+
<p style="padding-left: 5px">Starting around dusk we'll be playing Capture the Disk.&nbsp;&nbsp;Like the name suggests, Capture the Disk is a game similar to Capture the Flag, but with a CSH spin.&nbsp;&nbsp;Rules will be explained prior to the start of the game.</p>
18+
</div>
19+
<br />
20+
<div style="padding-left: 10px;">
21+
<h2>Plates</h2>
22+
<p style="padding-left: 5px">
23+
After Capture the Disk is finished it's time to get plates! Small groups will organize and go to various restaurants.&nbsp;&nbsp;Whether you like Mark's, Nick Tahou's, Steve T, or another place entirely this is the time to undo any kind of remotely healthy exercise Capture the Disk provided.
24+
</p>
25+
</div>
26+
<br />
27+
<h3>Saturday, April 16th</h3>
28+
<div style="padding-left: 10px;">
29+
<h2>Tours of Gene Polisseni Center</h2>
30+
<p style="padding-left: 5px">Saturday afternoon you can tour the new RIT hockey arena.&nbsp;&nbsp;Tours for this event will be in smaller groups.&nbsp;&nbsp;More information to come.</p>
31+
</div>
32+
<br />
33+
<div style="padding-left: 10px;">
34+
<h2>Tour Floor</h2>
35+
<p style="padding-left: 5px">Haven't been to floor in years? Want to come hang out? Tours of floor and probably many stories from past and present generations will occur all afternoon.</p>
36+
</div>
37+
<br />
38+
39+
<div style="padding-left: 10px;">
40+
<h2>Formal Banquet</h2>
41+
<p style="padding-left: 5px">In the evening there will be a formal banquet held in the Davis Room of the Student Alumni Union at 7:00 PM Saturday. There will be a buffet of Italian food including Chicken Piccata, Tortellini, Salads, and a dessert of Tiramisu! There will be plenty of refreshments, a dance floor, and a brief speech on the current state of Computer Science House.</p>
42+
</div>
43+
<br />
44+
45+
<h3>Sunday, April 17th</h3>
46+
<div style="padding-left: 10px;">
47+
<h2>Goodbye Brunch</h2>
48+
<p style="padding-left: 5px">Brunch and one last get together before everyone heads out.&nbsp;&nbsp;T-Shirts designed specially for 40th will be given out at this event.</p>
49+
</div>
50+
<br />
51+
52+
</div>
53+
</div>
54+
</div>
55+
</div>
56+
<?php include "footer.php"; ?>

header.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,16 @@ function calledFrom() {
6262
<li>
6363
<a href="/40th.php" <?php if ( calledFrom() == "40th") { ?>class="selected"<?php } ?>>40th Anniversary</a>
6464
<ul>
65+
<li>
66+
<a href="/40th_events.php">Events</a>
67+
</li>
6568
<li>
6669
<a href="/40th_chairman_letter.php">Chairman Letter</a>
6770
</li>
6871
<li>
6972
<a href="/40th_save_the_date.php">Save the Date</a>
7073
</li>
74+
7175
</ul>
7276
</li>
7377

0 commit comments

Comments
 (0)