-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroutes.html
74 lines (71 loc) · 2.72 KB
/
routes.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
<!DOCTYPE html>
<html>
<head>
<title>Melrose XC</title>
<script src="js.papaparse.min.js"></script>
<script src="js/script.js"></script>
<link rel="stylesheet"
type="text/css"
href="mhsxc.css"
href="favicon.ico">
<link rel="shortcut icon" href="pictures/mhslogo.png">
</head>
<body onload="main()">
<div id="sidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="home.html">Home</a>
<a href="schedule.html">Schedule</a>
<a href="photos.html">Photos</a>
<a href="meetresults.html">Meet Results</a>
<a href="routes.html">Routes</a>
<a href="contact.html">Contact</a>
</div>
<div class="content">
<div class="topdiv">
<span class="span" onclick="openNav()">☰</span>
<div class="topbar">
<img src="pictures/XC Logo (2).png" class="toplogo">
</div>
</div>
<h1>Routes</h1>
<p>Here are some maps of routes we commonly run during the season, as well as
directions to courses of teams in our league.
<br>All maps can be found in Google Drive <a href="https://drive.google.com/drive/folders/1EKk2A_Y4c8pHyS9RkSYolBM6c_ibXvrd?usp=sharing" class="link" target="_blank">here</a>
</p>
<h3>Runs</h3>
<div class="maps">
<div class="map">
<iframe src="https://www.google.com/maps/d/embed?mid=1Ilh0xUaZqoHG2xy3U2qTWmKHff9XNNHF" width="100%" height="600px"></iframe>
</div>
<div class="map">
<iframe src="https://www.google.com/maps/d/embed?mid=17OQIm4LvibgfGGX8JrbsnkdFckmXL0nb" width="100%" height="600px"></iframe>
</div>
</div>
<h3>Courses</h3>
<div class="maps">
<div class="map">
<iframe src="https://www.google.com/maps/d/embed?mid=1M45_Ecu24xjY7Q8j1rraj8xivwuq345U" width="100%" height="600px"></iframe>
</div>
<div class="map">
<iframe src="https://www.google.com/maps/d/embed?mid=1TLejm_yVjhzvKaSrvsk0mPk-iA2bRunU" width="100%" height="600px"></iframe>
</div>
</div>
<div class="maps">
<div class="map">
<iframe src="https://www.google.com/maps/d/embed?mid=17X_ROy_X_zKb4oPQyHsbGCu2TVqOiLiR" width="100%" height="600px"></iframe>
</div>
<div class="map">
<iframe src="https://www.google.com/maps/d/embed?mid=1Yi-f_Yh1a-ulMsohuNYt4ozS7t449uHe" width="100%" height="600px"></iframe>
</div>
</div>
<div class="maps">
<div class="map">
<iframe src="https://www.google.com/maps/d/embed?mid=1cM1DpXK3sSNTIUVan2OoTum9dLAT32di" width="100%" height="600px"></iframe>
</div>
<div class="map">
<iframe src="https://www.google.com/maps/d/embed?mid=151mZI5v4cEzjycP1cnW2dpL7WhsED1yh" width="100%" height="600px"></iframe>
</div>
</div>
</div>
</body>
</html>