-
Notifications
You must be signed in to change notification settings - Fork 0
/
practices.html
65 lines (48 loc) · 3.65 KB
/
practices.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Ski Practice - 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">
</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>Ski Practices</h1>
<hr>
<p>Our team practices are scheduled at various times during the day depending on our boat driver’s schedules. After joining the team you will be given access to our signup sheet enabling you to view the available times. Skiers sign up for one-hour sessions with two other members and distribute the time evenly. Fall season usually runs throughout October and spring starts in April, depending on the weather conditions. If you are interested in more information please email someone on our executive board or come to one of our team meetings.</p>
<img src="images/barefoot.jpg" alt="barefoot practice" style="border: 5px;" >
<p>Members are able to practice whatever they want behind the boat for their time. We have all the equipment needed for slalom, trick, jump, wakeboarding, and even trick!</p>
<img src="images/gallery6.JPG" alt="swivel skiers">
<hr>
<h2>Directions to the Practice site</h2>
<p>To get to the practice site drive down Water Street and turn north on Fifth avenue (towards Luther Midelfort Hospital)
Cross Lake Street and Madison Street (Going Straight)
Turn left at the "T" onto Platt Street, follow the road, it will turn into Third Street (and no you cannot follow Third the entire way from campus)
Follow this road all the way to the stop lights on Hwy. 312, North Crossing, turn right.
You will cross the river, the first road on the left, Riverview Drive, is the one you want!
Turn left, and follow down about a quarter to half mile until you see the boat landing on the left.</p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d5657.694266004791!2d-91.50221072273933!3d44.84504641639396!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87f8a2cbe76f7d33%3A0xaaf1c7af6ab98bae!2sRiverview%20Park%2C%20Eau%20Claire%2C%20WI%2054703!5e0!3m2!1sen!2sus!4v1635236078021!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<footer>
</footer>
</body>
</html>