-
Notifications
You must be signed in to change notification settings - Fork 0
/
C1-01.htm
93 lines (82 loc) · 3.59 KB
/
C1-01.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>C1-01 Victoria, BC to Mission, BC</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
</head>
<body>
<script>
/* Toggle between adding and removing the "responsive" class to topnav when the user clicks on the icon */
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
<div class="topnav" id="myTopnav">
<a href="index.html" class="active">Home</a>
<div class="dropdown">
<button class="dropbtn">About
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="About.htm">About</a>
<a href="FAQs.htm">FAQs</a>
<a href="Contact.htm">Contact</a>
</div>
</div>
<a href="thebike.htm">the Bike</a>
<a href="AcrossCanada.htm">Across Canada</a>
<a href="Route.htm">Route</a>
<div class="dropdown">
<button class="dropbtn">Network
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="ApprovedAccommodations.htm">Approved Accommodations</a>
<a href="ApprovedBikeShops.htm">Approved Bike Shops</a>
<a href="ApprovedEateries.htm">Approved Eateries</a>
</div>
</div>
<a href="Community.htm">Community</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">☰</a>
</div>
<br>
<H1>C1-01 Victoria, BC to Mission, BC 115km plus ferry</H1>
<p>
C1-01 Victoria, BC (Mile '0' Monument at Douglas St and Dallas Rd) to Mission, BC (Sun Valley Trout Park - Approved Accommodation #7) 115km plus ferry
<br>
<iframe frameBorder="0" scrolling="no" src="https://www.wikiloc.com/wikiloc/embedv2.do?id=169616066&elevation=on&images=off&maptype=T" width="320" height="240"></iframe><div style="color:#777;font-size:11px;line-height:16px;">Powered by <a style="color:#4C8C2B;font-size:11px;line-height:16px;" target="_blank" href="https://www.wikiloc.com">Wikiloc</a></div>
<br>
<p> C1-01-1 Victoria, BC (Mile '0' Monument at Douglas St and Dallas Rd) to Saanichton, BC (Michell's Farm Market at Lochside Dr at Island View Rd - Route C3 Connection) 20.8km
C1-01-2 Saanichton, BC (Michell's Farm Market at Lochside Dr at Island View Rd - Route C3 Connection) to Swartz Bay, BC (Ferry Terminal) 15.8km
CW Swartz Bay, BC (Ferry terminal) to Tsawwassen, BC (ferry terminal) 1h35min ferry (Check BC Ferries website for details)
C1-01-3 Tsawwassen, BC (Ferry Terminal) to Mission, BC (Lougheed Highway at Nelson St) 77.4km
CA Mission, BC (Lougheed Highway at Nelson St) to Sun Valley Trout Park in 833 metres - Approved Accommodation #7
</p>
</p>
<hr>
<p>As this project is open-source, you are welcome to help out and fix an errors you find.
</p>
<h1><a href="Route.htm">Go Back to Route page</a></h1>
<!copy paste this on every page>
<br>
<hr>
<br>
<center>
<p style="font-family:verdana">
<img src="BottomBanner.png" alt="BottomBanner.png" width="320" height="auto">
<br><br>
<a href="index.html">Home</a> | <a href="About.htm">About</a> |
<a href="Copyright.htm">Copyright</a> | <a href="Route.htm">Route</a> | <a href="Downloads.htm">Downloads</a> | <a href="Campgrounds.htm">Campgrounds</a> |
<a href="IndoorAccommodations.htm"</a>Indoor Accommodations</a> | <a href="FAQs.htm">FAQs</a> | <a href="Contact.htm">Contact</a>
</p></center>
</body>
</html>