-
Notifications
You must be signed in to change notification settings - Fork 0
/
Traditions.php
29 lines (27 loc) · 1.51 KB
/
Traditions.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
<?php include 'Controls/header.php'; ?>
<div class="ScoopOfTheWeekBackground"></div>
<div class="Content">
<div class="Announcements">
<div class="AnnounementsHeader">UC Student Spirit Rituals</div>
<p>-At the end of each game, we stand and sing the Cincinnati Alma Mater, no matter if we win or lose. If we win, we sing the Fight Song first.</p>
<p>-On Fridays, we wear Red and Black.</p>
<p>-Every time a Volleyball player for the other team serves, we yell some version of the word "Noonan."</p>
<p>-The Heiligan is making a comeback.</p>
<p>-Students amp up the kickoff and spell NATI before the ball is down.</p>
</div>
<!------------------------------------------------------------>
<div class="WhatIsRC">
<div class="WhatIsRCHeader">History of UC RallyCats</div>
<p>
RallyCats was founded in the summer of 1977 by UC students Alvin Roehr and Randy Smith.
The RallyCats quickly grew to be the largest student group on campus.
We are a group deeply focused on having fun through participation in (mainly athletic)
events that promote spirit in and at the University of Cincinnati.
In almost a decade, we have steadily increased our presence on campus with innovative
programming that celebrates UC, feverish support at Bearcat sporting events, and
helping to develop leaders who make a difference both in RallyCats and across campus.
</p>
</div>
<div class="TraditionsPicture"></div>
<div class="traditionsClearer"></div>
<?php include 'Controls/footer.php'; ?>