diff options
author | AndrewMurrell <ImFromNASA@gmail.com> | 2017-12-26 03:46:56 -0500 |
---|---|---|
committer | AndrewMurrell <ImFromNASA@gmail.com> | 2017-12-26 03:46:56 -0500 |
commit | 67b06e6d8e2b4a795b9747fae54a904464053870 (patch) | |
tree | 9c7fef97fa14f2e595396e3a9844dfc0590af14d /out/about.html | |
parent | 1f5b0a54e89ca48384a6cadb5c83a1e2e9f3ddc7 (diff) | |
parent | bc78567716a106042356053d556f57c1ddc13cfc (diff) |
Merge branch 'master' of https://git.andrewdm.me/www
Diffstat (limited to 'out/about.html')
-rw-r--r-- | out/about.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/out/about.html b/out/about.html new file mode 100644 index 0000000..a2bffca --- /dev/null +++ b/out/about.html @@ -0,0 +1,39 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Hello Internet Person! — AndrewDM</title> + <link rel="stylesheet" href="/main.css"> + <link rel="alternate" type="application/atom+xml" href="/index.atom" /> + + </head> + <body class=""> + <header> + <h1 class=breadcrumbs><a href="./">AndrewDM</a> » <a href="">Hello Internet Person!</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> + </ul> + </nav> + </header> + <article> + + <p>Hello Internet Person!</p> +<p>I'm Andrew D. Murrell, and I'm a DM.</p> +<p>Though I hold a degree in Physics, am currently working as a manager and editor at a small tech firm. I write, mostly to teach my players about the whatever they want to know about the Forgotten Realms, but also because I think stories make the world a better place. I can be contacted at ImFromNASA@gmail.com and would love to hear from you!</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="">CC BS-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> |