diff options
Diffstat (limited to 'trips/deer/deer.html')
-rw-r--r-- | trips/deer/deer.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/trips/deer/deer.html b/trips/deer/deer.html new file mode 100644 index 0000000..d9e5425 --- /dev/null +++ b/trips/deer/deer.html @@ -0,0 +1,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, Deerpark, NY</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> |