-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgroups.html
More file actions
55 lines (55 loc) · 3.38 KB
/
groups.html
File metadata and controls
55 lines (55 loc) · 3.38 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Final Project: Richard Lahaie</title>
<meta name="description" content="Groups Page">
<meta name="author" content="Richard Lahaie">
<link rel="stylesheet" href="styles.css">
<!--Richard Lahaie-->
</head>
<body onload="runGroup()">
<div class="top-banner">
<!--Image by Gustavo Rezende via [https://www.publicdomainpictures.net/en/view-image.php?image=37308&picture=running-couple] License: CC0 Public Domain (copyright-free)-->
<img src="images/running-right.jpeg" alt="running couple" id="running-right" class="running-right">
<!--Image by Charles Rondeau via [https://www.publicdomainpictures.net/en/view-image.php?image=287463&picture=woman-running] License: CC0 Public Domain (copyright-free)-->
<img src="images/running-left.jpeg" alt="woman running" id="running-left" class="running-left">
<h1>Running Nebraska</h1>
</div>
<div class="nav-bar">
<nav>
<a href="index.html">Home</a> |
<a href="locations.html">Locations</a> |
<a href="5ks.html">5k's</a> |
<i>Groups</i> |
<a href="signup.html">Sign Up</a>
</nav>
</div>
<div class="welcome-call">
<h1 id="welcome">Local and National Running Groups</h1>
</div>
<div class="groups-welcome">
<p>
Want to know the in's and out's of local and national running groups? This page lists a few of the top local running groups
in the state of Nebraska. Road Runners Club of America, is one of the oldest running organizations in the United States.
Click on the logos to learn more!
</p>
</div>
<table class="groups-list" id="groups-list">
</table>
<div class="gallery-2">
<!--Image by Strava via [https://www.strava.com/clubs/274360]-->
<a href="https://www.strava.com/clubs/274360" target="_blank" id="img-om-trk"><img src="images/omaha-track-club.png" id="om-trk" class="om-trk" alt="omaha strava club"></a>
<!--Image by Lincoln Track Club via [https://www.lincolnrun.org/]-->
<a href="https://www.lincolnrun.org/" target="_blank" id="img-lincoln-trk"><img src="images/lincoln-track-club.jpeg" id="lincoln-trk" class="lincoln-trk" alt="lincoln track club"></a>
<!--Image by Fleet Feet via [https://www.fleetfeet.com/s/lincoln/training/fleet-feet-running-club]-->
<a href="https://www.fleetfeet.com/s/lincoln/training/fleet-feet-running-club" target="_blank" id="img-fleet"><img src="images/fleet-feet.png" id="fleet" class="fleet" alt="fleet feet"></a>
<!--Image by RRCA(Road Runners Club of America) via [https://www.rrca.org/]-->
<a href="https://www.rrca.org/" target="_blank" id="img-rrca" ><img src="images/RRCA-logo-1.png" id="rrca" class="rrca" alt="road runners club of america"></a>
<!--Image by Omaha Running Club via [https://omaharun.org/]-->
<a href="https://omaharun.org/" target="_blank" id="img-oma-run"><img src="images/running-club-omaha.png" id="oma-run" class="oma-run" alt="omaha running club"></a>
</div>
<footer id="footer-group">2021 Running Nebraska | <a href="mailto:[email protected]">Contact Us</a></footer>
<script src="js.js"></script>
</body>
</html>