-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgatorband5k.html
57 lines (53 loc) · 3.01 KB
/
gatorband5k.html
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en" dir="ltr">
<script type=module src=headerfooter.js></script>
<head>
<psi-head></psi-head>
<title>Alpha Eta | Gator Band 5K</title>
<link rel="stylesheet" href="css/gatorband5k.css"></link>
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://use.fontawesome.com/releases/v5.13.0/js/all.js" data-auto-a11y="true"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script src="scripts/script.js"></script>
</head>
<body>
<psi-header></psi-header>
<div id="event" class="text">
<div id="event-text">
<h1>The Fifth Annual Gator Band 5K And Field Day</h1>
<p>
Join us for the Gator Band 5K and Field Day, an annual event put on by the brothers of the Alpha Eta Chapter of Kappa Kappa Psi in order to raise money to benefit the Gator Band and the College of the Arts! Proceeds from this event will go back to accomplishing our own service projects as well as fostering musicianship in the community of Gainesville.
</p>
<h3>In-Person 5K</h3>
<p>
The in-person race date is TBD. Our start and finish line is the <strong>Gator Band Practice Field</strong>, located at 1273 Gale Lemerand Drive. After you cross the finish line, participants can celebrate by enjoying refreshments and a photo-op! There will also be a field day occurring at the Gator Band Practice Field!
</p>
<h3>Virtual 5K</h3>
<p>
If you're unable to join us in-person but still want to support the Gator Band, you can register to run virtually! After registering, run the 5K at a time and date of your choice. Tag us at <strong>@gatorband5k</strong> along your route so we can share it on social media and send you your shirt!
</p>
<h3>Field Day</h3>
<p>
We will be hosting a field day at the Gator Band Practice Field, which is a full-size NCAA football field featuring synthetic turf and a large pavilion funded largely by generous donors of the UF Gator Band Alumni Association.
</p>
<h3>Registration</h3>
<p>
Online registration is $30 for community members and $25 for students with a valid UF ID. Prices increase to $35 and $30, respectively, on the day of the event, so <strong>register now to save!</strong> The Field Day cost is included in the registration for either option of the 5K, or it can be purchased separately for $5.
</p>
</div>
<div id="event-logo">
<img src="img\logos\gb5k_logo24.png" alt="5K Logo" width=100%>
</div>
</div>
<!--
<div id="registration">
<a href="https://ahkkpsi.regfox.com/gator-band-5k-2024">
Register Now
</a>
</div>
`--->
<psi-footer></psi-footer>
</body>
</html>