Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions 40th.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,17 @@
<li><a href="40th_chairman_letter.php">Chairman Letter</a></li>
<li><a href="40th_save_the_date.php">Save the Date</a></li>
<li><a href="http://goo.gl/ai5p9Y">Hotel Reservations</a></li>
<li><a href="40th_events.php">Event Overview</a></li>
</ul>
</div>
<div class="40thupdate" style="float: left; width: 70%;">
<br />
<h5>
<p>1/30/2016</p>
</h5>
<p class="40th_info"><p>Added an <a href="40th_events.php">event overview</a> summarizing the planned events for the weekend.</p></div>


<div class="40thupdate" style="float: left; width: 70%;">
<br />
<h5>
Expand Down
56 changes: 56 additions & 0 deletions 40th_events.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?php include "header.php"; ?>
<div id="big" class="title">
<div class="wrapper">
<h1>
40th Event Overview
</h1>
</div>
</div>
<div id="content">
<div id="cWrapper" />
<div class="40thupdate" style="">
<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>
<br />
<h3>Friday, April 15th</h3>
<div style="padding-left: 10px;">
<h2>Capture the Disk</h2>
<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>
</div>
<br />
<div style="padding-left: 10px;">
<h2>Plates</h2>
<p style="padding-left: 5px">
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.
</p>
</div>
<br />
<h3>Saturday, April 16th</h3>
<div style="padding-left: 10px;">
<h2>Tours of Gene Polisseni Center</h2>
<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>
</div>
<br />
<div style="padding-left: 10px;">
<h2>Tour Floor</h2>
<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>
</div>
<br />

<div style="padding-left: 10px;">
<h2>Formal Banquet</h2>
<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>
</div>
<br />

<h3>Sunday, April 17th</h3>
<div style="padding-left: 10px;">
<h2>Goodbye Brunch</h2>
<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>
</div>
<br />

</div>
</div>
</div>
</div>
<?php include "footer.php"; ?>
4 changes: 4 additions & 0 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,16 @@ function calledFrom() {
<li>
<a href="/40th.php" <?php if ( calledFrom() == "40th") { ?>class="selected"<?php } ?>>40th Anniversary</a>
<ul>
<li>
<a href="/40th_events.php">Events</a>
</li>
<li>
<a href="/40th_chairman_letter.php">Chairman Letter</a>
</li>
<li>
<a href="/40th_save_the_date.php">Save the Date</a>
</li>

</ul>
</li>

Expand Down