-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsji.html
32 lines (24 loc) · 1.92 KB
/
sji.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
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1><a href="index.html">BBTXL</a> Pedal Pint Time: Ferry Frolic</h1>
<p>Seven days of riding in the Seattle area and the San Juan Islands. We stayed at Lopez Farm Cottages on Lopez Island for four nights and use the ferry to take day trips to the other islands.</p>
<h3>Day 1: Seattle to Port Townsend</h3>
<iframe src="https://ridewithgps.com/embeds?type=route&id=39505900&sampleGraph=true" style="width: 1px; min-width: 100%; height: 700px; border: none;" scrolling="no"></iframe>
<h3>Day 2: Port Townsend to Anacortes and Lopez Island</h3>
<iframe src="https://ridewithgps.com/embeds?type=route&id=39506182&sampleGraph=true" style="width: 1px; min-width: 100%; height: 700px; border: none;" scrolling="no"></iframe>
<h3>Day 3: Orcas Island</h3>
<iframe src="https://ridewithgps.com/embeds?type=route&id=39526926&sampleGraph=true" style="width: 1px; min-width: 100%; height: 700px; border: none;" scrolling="no"></iframe>
<h3>Day 4: San Juan Island</h3>
<iframe src="https://ridewithgps.com/embeds?type=route&id=39506682&sampleGraph=true" style="width: 1px; min-width: 100%; height: 700px; border: none;" scrolling="no"></iframe>
<h3>Day 5: Lopez Island</h3>
<iframe src="https://ridewithgps.com/embeds?type=route&id=39527042&sampleGraph=true" style="width: 1px; min-width: 100%; height: 700px; border: none;" scrolling="no"></iframe>
<h3>Day 6: Lopez Island and Anacortes to Snohomish</h3>
<iframe src="https://ridewithgps.com/embeds?type=route&id=39477572&sampleGraph=true" style="width: 1px; min-width: 100%; height: 700px; border: none;" scrolling="no"></iframe>
<h3>Day 7: Snohomish to Seattle</h3>
<iframe src="https://ridewithgps.com/embeds?type=route&id=39528173&sampleGraph=true" style="width: 1px; min-width: 100%; height: 700px; border: none;" scrolling="no"></iframe>
</body>
</html>