-
Notifications
You must be signed in to change notification settings - Fork 0
/
join.html
74 lines (48 loc) · 2.42 KB
/
join.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>How to Join - UWEC Waterski</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='css/style.css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<h1 class="header">UW - Eau Claire: Waterski and Wakeboard Team</h1>
<div class="navbar">
<a class="navbar-link" href="index.html">Home</a>
<a class="navbar-link" href="practices.html">Practices</a>
<a class="navbar-link" href="tournaments.html">Tournaments</a>
<a class="navbar-link" href="executive.html">Executive Board</a>
<a class="navbar-link" href="gallery.html">Photo Gallery</a>
<a class="navbar-link" href="contact.html">Contact</a>
<a class="navbar-link" href="affiliations.html">Affiliations</a>
<a class="navbar-link" href="equipment.html">Equipment Use</a>
<a class="navbar-link" href="events.html">Social Events</a>
<a class="navbar-link" href="join.html">How to Join</a>
</div>
</header>
<div class="content">
<h1>How to Join</h1>
<h2>Contact</h2>
<p>Garret Alby - President of the Organization</p>
<h2>Contact Email</h2>
<p>ALBYGL4616@uwec.edu</p>
<h2>Advisor Name</h2>
<p>Al Wiberg</p>
<hr>
<h2>Social Media</h2>
<h3>Instagram <a class="fa fa-instagram" href="https://instagram.com/uwecwaterskiteam"> /uwecwaterskiteam</a></h2>
<h3> Facebook <a class="fa fa-facebook" href="https://www.facebook.com/uwecwaterski/"> /uwecwaterski</a></h2>
</div>
<footer>
<div class="footer">
The Waterski and Wakeboard Team is a recognized Club Sports team at the University of Wisconsin - Eau Claire
</div>
</footer>
</body>
</html>