diff options
Diffstat (limited to 'out/about.html')
-rw-r--r-- | out/about.html | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/out/about.html b/out/about.html new file mode 100644 index 0000000..0516a31 --- /dev/null +++ b/out/about.html @@ -0,0 +1,52 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Epigraph — AndrewDM</title> + <link rel="stylesheet" href="/main.css"> + <link rel="alternate" type="application/atom+xml" href="/index.atom" /> + + </head> + <body class=""> + <header> + <h1><a href="/">AndrewDM.me</a></h1> + <nav> + <ul> + <li><a href="/">Projects</a> + <li><a href="/changelog.html"><abbr title="Blog">Blahg</abbr></a> + <li><a href="/about.html">Andrew</a> + <li> + <form method="GET" action="/search.html"> + <input type=search name="s" placeholder="Search" /><input type=submit value="🔍" /> + </form> + <li><a class=feed href="/index.atom">Feed</a> + </ul> + </nav> + </header> + <article> + + <p>Epigraph</p> +<p>Every great adventure begins with a departure.</p> +<p>The young hero, the country lass,<br> the bored noble, each is called to<br> leave home and step into the wider<br> world beyond.</p> +<p>These untested newcomers are<br> confronted by the winds and wilds,<br> by highwaymen and heathens, and by the<br> deeper dangers of their own making.</p> +<p>They may fall.<br> They most certainly will fail.<br> And yet they fight,<br> taking strides ever forward,<br> ever farther from the places they called home.</p> +<p>But should they rise,<br> and so defeat their enemies<br> as they do their insecurities,<br> they shall rise as heroes.</p> +<p>And as the bard weaves their tales of fortune and of fate—<br> of voyages, departures, and returns—<br> we listen to their stories,<br> and are likewise taken far, far, from home.</p> +<p>Come with me then,<br> upon a great adventure,<br> a great departure,<br> and a new beginning.</p> +<p>—Andrew Murrell (/u/ImFromNASA on reddit).</p> +<hr> +<p>Welcome wanderers!</p> +<p>This site is a resource for all you wanderers, seeking your place among immortal wonders, your eyes filled deep with dreams and souls set on seeking larger purpose. May you here find a window into worlds and a invitation into imagination.</p> +<p>My name is Andrew Murrell (/u/ImFromNASA on Reddit), currently most well known for YARV, Dynamic Initiative (Drew’s Rules), and the Patron prestige class on /r/UnearthedArcana and its discord, the DoMT.</p> +<p>I make D&D 5e homebrew, write short stories, build worlds, and also haphazardly design heartbreaker TRPGs.</p> +<p>I know more than any sane person should about the Forgotten Realms.</p> + + </article> + <footer> + <p>The content of this page is Copyright © 2017 <a href="mailto:ImFromNASA@gmail.com">Andrew Murrell</a>.</p> +<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA-3.0</a> license.</p> + <p>Page source: <a href="about.md">about.md</a></p> + <p>Website source: <a href="https://git.andrewdm.me/www.git">www.git</a></p> + </footer> + </body> +</html> |