Skip to content
Closed
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
79 changes: 79 additions & 0 deletions 40th_events.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<!DOCTYPE html>
<html lang="en">
<include file="resources/templates/_header.html"></include>

<body>

<include file="resources/templates/_navbar.html"></include>

<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron csh-page-header">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 vcenter">
<div class="csh-header-text">
40th Event Overview
</div>
</div>
</div>
</div>
</div>

<div class="container csh-body">
<!-- Insert Page Content In this Area -->

<p>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.</p>
<br />

<div class="panel panel-event">
<div class="panel-heading event-heading">
Friday, April 15th
</div>
<div class="panel-body">
<h4 class="event-name">Capture the Disk</h4>
<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>
<h4 class="event-name">Plates</h4>
<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>
</div>

<div class="panel panel-event">
<div class="panel-heading event-heading">
Saturday, April 16th
</div>
<div class="panel-body">
<h4 class="event-name">Tours of Gene Polisseni Center</h4>
<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>
<h4 class="event-name">Tour Floor</h4>
<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>
</div>

<div class="panel panel-event">
<div class="panel-heading event-heading">
Sunday, April 17th
</div>
<div class="panel-body">
<h4 class="event-name">Formal Banquet</h4>
<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>
<h4 class="event-name">Goodbye Brunch</h4>
<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>
</div>

<!-- End Page Content Here -->
</div>

<include file="resources/templates/_footer.html"></include>


<!-- Bootstrap core JavaScript
================================================== -->
<include file="resources/templates/_coreJS.html"></include>
</body>
</html>
2 changes: 2 additions & 0 deletions 40th_landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ <h2 style="color:#444">Quick Links</h2>
<a href="http://csh.rit.edu/40th_save_the_date.php" style="color:#B0197E; font-size:18px;">Save the Date</a>
<br>
<a href="http://goo.gl/ai5p9Y" style="color:#B0197E; font-size:18px;">Hotel Reservations</a>
<br>
<a href="40th_events.html" style="color:#B0197E; font-size:18px;">Events Overview</a>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion _pageTemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<include file="resources/templates/_header.html"></include>

<body>
<div class="desktop-hide" style="padding:30px;"></div>

<include file="resources/templates/_navbar.html"></include>

<!-- Main jumbotron for a primary marketing message or call to action -->
Expand Down
17 changes: 17 additions & 0 deletions resources/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -729,3 +729,20 @@ td,th{
padding-right:10px;
}
}
.event-heading{
font-size:25px;
color:#FFF;
background-color:#E11C52;


}

.panel-event {
border:none;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.event-name{
color:#E11C52;
}
10 changes: 10 additions & 0 deletions resources/templates/_40th_information.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@

<div class="information-update-text">
<h4 style="margin-bottom:3px;">01/30/2016</h4>
<p>Recently added the <a href="40th_events.html" style="color:#B0197E">events overview</a> summarizing the planned events for the weekend.</p>
</div>

<hr>

<div class="information-update-text">
<h4 style="margin-bottom:3px;">1/10/2016</h4>
<p>Just added the link to <a href="http://goo.gl/ai5p9Y" style="color:#B0197E">reserving rooms in the hotel block</a>.</p>
</div>

<hr>

<div class="information-update-text">
<h4 style="margin-bottom:3px;">12/04/2015</h4>
<p>Recently added the <a href="http://csh.rit.edu/40th_chairman_letter.php" style="color:#B0197E">letter from our chairman</a> Andrew Glaude. This letter gives a high level overview of the event including activities and the formal dinner.</p>
Expand Down
3 changes: 2 additions & 1 deletion resources/templates/_navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
<li><a href="index.html"><div class="csh-navbar-nav-shift navbarActive" page="index.html">Home</div></a></li>

<li class="dropdown">
<a href="40th_landing.html" class="dropdown-toggle disabled" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><div class="csh-navbar-nav-shift navbarActive" page="40th_landing.html,40th_chairman_letter.html,40th_save_the_date.html">40th Anniversary<span class="caret"></span></div></a>
<a href="40th_landing.html" class="dropdown-toggle disabled" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><div class="csh-navbar-nav-shift navbarActive" page="40th_landing.html,40th_chairman_letter.html,40th_save_the_date.html,40th_events.html">40th Anniversary<span class="caret"></span></div></a>
<ul class="dropdown-menu">
<li><a href="40th_chairman_letter.html">Chairman's Letter</a></li>
<li><a href="40th_save_the_date.html">Save The Date</a></li>
<li><a href="40th_events.html">Events Overview</a></li>
</ul>
</li>

Expand Down