Skip to content

Instantly share code, notes, and snippets.

@jgmac1106
Last active July 30, 2019 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgmac1106/ca384f0cbdad33efa5d9828c0850ced6 to your computer and use it in GitHub Desktop.
Save jgmac1106/ca384f0cbdad33efa5d9828c0850ced6 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hello!</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css">
<!-- import the webpage's javascript file -->
<script src="/script.js" defer></script>
</head>
<body>
<div class="h-entry wrapper">
<header >
<h1 class="p-name">
Feldgang
</h1>
<h2 class="p-summary">Building a Trail
</h2>
<a class="u-author h-card" href="/"></a>
</header>
<div class="e-content content">
<p>
For the past few years I have passivley worked on a trail in the Open Space behind my house. Passive meant slowly walking or biking (lost many tires) as I carve out the most sustainable path. This means thinking about erosion and the general shape of the land.
</p>
<h3>
The Journey
</h3>
<p>
When we bought our house a trailhead jutted out from our property but it only went twenty or thirty feet. After walikng the woods for a few season and learning the open space boundaries I started sticking to the same pattern.</p>
<a href="https://cdn.glitch.com/a1310c49-d469-4900-be48-bf31fa4223f3%2FMVIMG_20190706_125046.jpg?v=1563718491438"><img class="imgLeft" src="https://cdn.glitch.com/a1310c49-d469-4900-be48-bf31fa4223f3%2FMVIMG_20190706_125046.jpg?v=1563718491438" alt="close up on rake leaning against tree"></a>
<p>
A few years back, probably three I even marked my original trail with tape on trees. The final design has long abandonded that original route. Occasionaly, like the forgotten rock walls of a farming past, I find a marked tree.
</p>
<img class="imgRight" src="https://cdn.glitch.com/a1310c49-d469-4900-be48-bf31fa4223f3%2F00000IMG_00000_BURST20190720184951610_COVER(2).jpg?v=1563664253503" alt="tree with a faded caution tape around it">
<p>
Over the next year or so I began to walk the trail and look at theteraain. You need to spot places at risk for erosion of fragile ecosystems that you do not want to damage. You need to look up and hope you are aren't planning a path on a tree soon to fall.
</p>
<p>
I hope to document the last few steps it takes to finish the trail and to share my learning journey here with you. I am finding plenty to explore in a meatphor of instructional design. You have to have tools and time. You need to plan the path but allow divergence based on what you observe. Plus you need to work. A lot.
</p>
<img class="imgFull" src="https://cdn.glitch.com/a1310c49-d469-4900-be48-bf31fa4223f3%2FMVIMG_20190720_184901.jpg?v=1563663176515" alt="trailhead in my back yeard">
</div>
<footer>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"> Creative Commons Attribution-ShareAlike 4.0 International License</a> by <a class="u-uid h-card" href="https://jgmac1106.glitch.me"> Greg McVerry</a>
</footer>
</div>
<!-- include the Glitch button to show what the webpage is about and
to make it easier for folks to view source and remix -->
<div class="glitchButton" style="position:fixed;top:20px;right:20px;"></div>
<script src="https://button.glitch.me/button.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment