diff options
Diffstat (limited to 'trips/dreams/dreams.html')
-rw-r--r-- | trips/dreams/dreams.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/trips/dreams/dreams.html b/trips/dreams/dreams.html new file mode 100644 index 0000000..8f161c7 --- /dev/null +++ b/trips/dreams/dreams.html @@ -0,0 +1,30 @@ +<!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">Stillwell Woods Park, Syosset, NY</h2> + <a class="back" href=../trips.html><-Back</a> + <p> + My friends and I decided to hike in Stillwell after the blizzard. + It was one of the most serene yet painful experiences at the time. + We all layed down in the snow, and soaked in the silence and the whistling of the trees against the wind. + As we left, we saw the field of dreams as the sun was just about to set, the most peaceful scene one could ever imagine. + </p> + <img src="fieldofdreams.jpg" alt="Stillwell at Night on the Field of Dreams" title="Serene Field of Dreams at Night"> +</body> |