-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhikes.html
110 lines (110 loc) · 1.92 KB
/
hikes.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
<table class="tg" style="margin-right:auto; margin-left:auto">
<tr>
<th class="tg-yw4l">
Hike name
</th>
<th class="tg-yw4l">
Start date
</th>
<th class="tg-yw4l">
Hike time
</th>
<th class="tg-yw4l">
Distance (miles)
</th>
<th class="tg-yw4l">
Elevation gain (feet)
</th>
<th class="tg-yw4l">
Elevation loss (feet)
</th>
</tr>
<tr>
<td class="tg-yw4l">
<a href="hikes/IceLakeMatterhorn">
Ice Lake and Matterhorn
</a>
</td>
<td class="tg-yw4l">
08/16/2020, 08:08 AM Pacific Time
</td>
<td class="tg-yw4l">
34 hours, 41 minutes
</td>
<td class="tg-yw4l">
19.54
</td>
<td class="tg-yw4l">
5334
</td>
<td class="tg-yw4l">
5307
</td>
</tr>
<tr>
<td class="tg-yw4l">
<a href="hikes/StrawberryLake">
Strawberry Lake and Little Strawberry Lake Trail
</a>
</td>
<td class="tg-yw4l">
07/03/2020, 01:34 PM Pacific Time
</td>
<td class="tg-yw4l">
24 hours, 42 minutes
</td>
<td class="tg-yw4l">
10.18
</td>
<td class="tg-yw4l">
1474
</td>
<td class="tg-yw4l">
1525
</td>
</tr>
<tr>
<td class="tg-yw4l">
<a href="hikes/CanyonCreekMeadows">
Canyon Creek Meadows Loop
</a>
</td>
<td class="tg-yw4l">
07/05/2020, 12:10 PM Pacific Time
</td>
<td class="tg-yw4l">
3 hours, 59 minutes
</td>
<td class="tg-yw4l">
3.99
</td>
<td class="tg-yw4l">
1205
</td>
<td class="tg-yw4l">
1209
</td>
</tr>
</table>
<div style="text-align:center;">
<b>
Total distance:
</b>
33.71 miles
<br />
<b>
Total time:
</b>
2 days, 63 hours, 23 minutes
<br />
<b>
Total elevation gain:
</b>
8013 feet
<br />
<b>
Total elevation loss:
</b>
8041 feet
<br />
</div>