-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from AndrewHanes/master
40th Event Overview Page
- Loading branch information
Showing
3 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. This is a general overview and subject to change. 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. Like the name suggests, Capture the Disk is a game similar to Capture the Flag, but with a CSH spin. 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. 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. Tours for this event will be in smaller groups. 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. T-Shirts designed specially for 40th will be given out at this event.</p> | ||
</div> | ||
<br /> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<?php include "footer.php"; ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters