-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
223 lines (206 loc) · 13.5 KB
/
index.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Missoula Trail Guide</title>
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" href="css/map_style.css" />
<link type="text/css" rel="stylesheet" href="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css" />
<script src="js/vendor/modernizr.js"></script>
</head>
<body>
<div class="row">
<div class="large-12 columns">
<h1>Missoula Trail Guide</h1>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<!-- master trail map goes here -->
<div id="map"></div>
<script src="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js"></script>
<script type="text/javascript" src="http://maps.stamen.com/js/tile.stamen.js?v1.3.0"></script>
<script type="text/javascript" src="js/leaflet.ajax.min.js"></script>
<script src="js/main-map-generator.js"></script>
</div>
</div>
<!--Trail sort interface, needs to be linked to data-->
<div class="row">
<div class="small-12 columns">
<div class="callout panel">
<div class="row">
<div class="small-12 columns">
<h2>Sort trails</h2>
</div>
</div>
<div class="row">
<div class="medium-4 columns">
<label>Trail length</label>
<input id="checkbox1" type="checkbox"><label for="checkbox1">0.1-3 miles</label><br>
<input id="checkbox2" type="checkbox"><label for="checkbox2">3-5 miles</label><br>
<input id="checkbox2" type="checkbox"><label for="checkbox2">5-10 miles</label><br>
<input id="checkbox2" type="checkbox"><label for="checkbox2">10+ miles</label>
</div>
<div class="medium-4 columns">
<label>Use</label>
<input id="checkbox1" type="checkbox"><label for="checkbox1">Camping available</label><br>
<input id="checkbox2" type="checkbox"><label for="checkbox2">ADA accessible</label><br>
<input id="checkbox2" type="checkbox"><label for="checkbox2">Open all year</label><br>
<input id="checkbox2" type="checkbox"><label for="checkbox2">Dog-friendly</label>
</div>
<div class="medium-4 columns">
<label>Difficulty</label>
<input id="checkbox1" type="checkbox"><label for="checkbox1">Easy</label><br>
<input id="checkbox2" type="checkbox"><label for="checkbox2">Moderate</label><br>
<input id="checkbox2" type="checkbox"><label for="checkbox2">Strenuous</label><br>
<input id="checkbox2" type="checkbox"><label for="checkbox2">Summit</label>
</div>
</div>
</div>
</div>
</div>
<!--Individual trail information-->
<!--
<div class="row">
<div class="small-12 columns">
<h2>"M" Hike</h2>
</div>
</div>
<div class="row">
<div class="small-12 medium-4 medium-push-8 columns">
<div class="panel">
<ul>
<li class="trail-attribute">Round-trip length:</li>
<li class="trail-attribute-spec">1.5 miles</li>
<li class="trail-attribute">Elevation gain:</li>
<li class="trail-attribute-spec">620 feet<br>(from 3,200 feet to 3,820)</li>
<li class="trail-attribute">Dog access:</li>
<li class="trail-attribute-spec">On-leash only</li>
<li class="trail-attribute">ADA accessible:</li>
<li class="trail-attribute-spec">No</li>
<li class="trail-attribute">Camping:</li>
<li class="trail-attribute-spec">No</li>
<li class="trail-attribute">Path type:</li>
<li class="trail-attribute-spec">Dirt trail</li>
<li class="trail-attribute">Trail system:</li>
<li class="trail-attribute-spec">Mount Sentinel</li>
</ul>
</div>
</div>
<div class="small-12 medium-8 medium-pull-4 columns">
<p>A hike to the "M" is a favorite Missoula outing for people of all ages. After just a few minutes on the trail, you begin to get a birds'-eye view of the University of Montana. As you gain elevation, the view expands to include all of Missoula, the valley, the Clark Fork River and distant mountains.</p>
<p>The trailhead is located on the University of Montana campus. While the trail is less than a mile long, the hike can be quite strenuous, depending on how quickly you cover this distance. You'll climb a steep, zigzag path with 11 switchbacks and gain 620 feet in elevation. Many local athletes and fitness buffs run the "M" trail as a regular part of their regimen.</p>
<p>Most people make the "M" their final destination, but you can continue to climb for about another mile on one of two routes to the top of Mount Sentinel.</p>
</div>
</div>
-->
<div class="row">
<div class="small-12 columns">
<dl class="accordion" data-accordion>
<dd class="accordion-navigation">
<a href="#panel1b">"M" hike</a>
<div id="panel1b" class="content active">
<div class="row">
<div class="small-12 medium-4 medium-push-8 columns">
<div class="panel">
<ul>
<li class="trail-attribute">Round-trip length:</li>
<li class="trail-attribute-spec">1.5 miles</li>
<li class="trail-attribute">Elevation gain:</li>
<li class="trail-attribute-spec">620 feet<br>(from 3,200 feet to 3,820)</li>
<li class="trail-attribute">Dog access:</li>
<li class="trail-attribute-spec">On-leash only</li>
<li class="trail-attribute">ADA accessible:</li>
<li class="trail-attribute-spec">No</li>
<li class="trail-attribute">Camping:</li>
<li class="trail-attribute-spec">No</li>
<li class="trail-attribute">Path type:</li>
<li class="trail-attribute-spec">Dirt trail</li>
<li class="trail-attribute">Trail system:</li>
<li class="trail-attribute-spec">Mount Sentinel</li>
</ul>
</div>
</div>
<div class="small-12 medium-8 medium-pull-4 columns">
<p>A hike to the "M" is a favorite Missoula outing for people of all ages. After just a few minutes on the trail, you begin to get a birds'-eye view of the University of Montana. As you gain elevation, the view expands to include all of Missoula, the valley, the Clark Fork River and distant mountains.</p>
<p>The trailhead is located on the University of Montana campus. While the trail is less than a mile long, the hike can be quite strenuous, depending on how quickly you cover this distance. You'll climb a steep, zigzag path with 11 switchbacks and gain 620 feet in elevation. Many local athletes and fitness buffs run the "M" trail as a regular part of their regimen.</p>
<p>Most people make the "M" their final destination, but you can continue to climb for about another mile on one of two routes to the top of Mount Sentinel.</p>
</div>
</div>
</div>
</dd>
<dd class="accordion-navigation">
<a href="#panel2b">Hike 2</a>
<div id="panel2b" class="content">
<div class="row">
<div class="small-12 medium-4 medium-push-8 columns">
<div class="panel">
<ul>
<li class="trail-attribute">Round-trip length:</li>
<li class="trail-attribute-spec">1.5 miles</li>
<li class="trail-attribute">Elevation gain:</li>
<li class="trail-attribute-spec">620 feet<br>(from 3,200 feet to 3,820)</li>
<li class="trail-attribute">Dog access:</li>
<li class="trail-attribute-spec">On-leash only</li>
<li class="trail-attribute">ADA accessible:</li>
<li class="trail-attribute-spec">No</li>
<li class="trail-attribute">Camping:</li>
<li class="trail-attribute-spec">No</li>
<li class="trail-attribute">Path type:</li>
<li class="trail-attribute-spec">Dirt trail</li>
<li class="trail-attribute">Trail system:</li>
<li class="trail-attribute-spec">Mount Sentinel</li>
</ul>
</div>
</div>
<div class="small-12 medium-8 medium-pull-4 columns">
<p>A hike to the "M" is a favorite Missoula outing for people of all ages. After just a few minutes on the trail, you begin to get a birds'-eye view of the University of Montana. As you gain elevation, the view expands to include all of Missoula, the valley, the Clark Fork River and distant mountains.</p>
<p>The trailhead is located on the University of Montana campus. While the trail is less than a mile long, the hike can be quite strenuous, depending on how quickly you cover this distance. You'll climb a steep, zigzag path with 11 switchbacks and gain 620 feet in elevation. Many local athletes and fitness buffs run the "M" trail as a regular part of their regimen.</p>
<p>Most people make the "M" their final destination, but you can continue to climb for about another mile on one of two routes to the top of Mount Sentinel.</p>
</div>
</div>
</div>
</dd>
<dd class="accordion-navigation">
<a href="#panel3b">Hike 3</a>
<div id="panel3b" class="content">
<div class="row">
<div class="small-12 medium-4 medium-push-8 columns">
<div class="panel">
<ul>
<li class="trail-attribute">Round-trip length:</li>
<li class="trail-attribute-spec">1.5 miles</li>
<li class="trail-attribute">Elevation gain:</li>
<li class="trail-attribute-spec">620 feet<br>(from 3,200 feet to 3,820)</li>
<li class="trail-attribute">Dog access:</li>
<li class="trail-attribute-spec">On-leash only</li>
<li class="trail-attribute">ADA accessible:</li>
<li class="trail-attribute-spec">No</li>
<li class="trail-attribute">Camping:</li>
<li class="trail-attribute-spec">No</li>
<li class="trail-attribute">Path type:</li>
<li class="trail-attribute-spec">Dirt trail</li>
<li class="trail-attribute">Trail system:</li>
<li class="trail-attribute-spec">Mount Sentinel</li>
</ul>
</div>
</div>
<div class="small-12 medium-8 medium-pull-4 columns">
<p>A hike to the "M" is a favorite Missoula outing for people of all ages. After just a few minutes on the trail, you begin to get a birds'-eye view of the University of Montana. As you gain elevation, the view expands to include all of Missoula, the valley, the Clark Fork River and distant mountains.</p>
<p>The trailhead is located on the University of Montana campus. While the trail is less than a mile long, the hike can be quite strenuous, depending on how quickly you cover this distance. You'll climb a steep, zigzag path with 11 switchbacks and gain 620 feet in elevation. Many local athletes and fitness buffs run the "M" trail as a regular part of their regimen.</p>
<p>Most people make the "M" their final destination, but you can continue to climb for about another mile on one of two routes to the top of Mount Sentinel.</p>
</div>
</div>
</div>
</dd>
</dl>
</div>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>