blob: 3145d9396a6d198a439fa54299c1f9865064c504 (
plain) (
blame)
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
|
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Joshua's Website</title>
<link rel="shortcut icon" href="../../favicon.ico">
<link rel="stylesheet" href="../../style.css">
</head>
<body>
<div class="menu">
<h4>
<a class="menuitem" href="../../index.html">Home</a>
<a class="menuitem" href="../../projects/projects.html">Projects</a>
<a class="menuitem" href="../trips.html">Trips</a>
<a class="menuitem" href="../../ruby/ruby.html">Ruby (Images)</a>
<a class="menuitem" href="../../other/other.html">Other</a>
<a class="menuitem" href="../../about.html">About</a>
</h4>
</div>
<h2 class="title">Edgewood Oak Brush Preserve</h2>
<a class="back" href=../trips.html><-Back</a>
<p>
It was an overall great ride with the new trails in Edgewood.
However, if the Red/Black trails are as my friends described them, I would most certainly not recommend them.
The blue and white trails were great for relaxing, with some fun rolling hills with mostly flat terrain.
There were a couple of gems such as the Soviet mud sucking down on everyone's tires or literally getting lost at every crossroad.
When we went up the powerline road though, it was still covered in snow yay!
Would do again if I had the chance.
</p>
<img src="deer.jpg" alt="Harrison Vs the Power Line Snow" title="Harrison looks at the snow before getting stuck in it">
<br>
Harrison before perishing on the powerline snow trail.
</body>
|