diff options
Diffstat (limited to 'design/templates/archives/resume.html')
-rw-r--r-- | design/templates/archives/resume.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/design/templates/archives/resume.html b/design/templates/archives/resume.html new file mode 100644 index 0000000..40ede8c --- /dev/null +++ b/design/templates/archives/resume.html @@ -0,0 +1,30 @@ +{% extends 'base.html' %} +{% load typogrify_tags %} + +{% block pagetitle %}{% endblock %} +{% block metadescription %}{% endblock %} + + +{% block primary %}<ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> + <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> → </li> + <li>Resume</li> + </ul> + <main role="main"> +<p class="intro">Hello</p> + +<p>This is the website of Scott Gilbertson. I am a writer and publisher living in Athens, Georgia.</p> + +<p>I used to work for Wired.com, where I wrote for and later edited/produced <a href="http://www.webmonkey.com/">Webmonkey.com</a> among other sites. I still <a href="http://www.wired.com/reviews/author/scott-gilbertson/">freelance</a> for Wired (also, <a href="http://www.wired.com/author/luxagraf/">here</a>) and I write about open source software and related topics for publications like <a href="http://arstechnica.com/">Ars Technica</a>, <a href="theregister.co.uk/Author/1785">The Register</a> and elsewhere.</p> + +<p>I’ve also been published in some dead tree magazines like Consumer Digest and Budget Travel. I once appeared on National Public Radio.</p> + +<p>Perpetually out of date <a href="/resume/cv">curriculum vitæ</a> available for those who like such things.</p> + +<p>The personal section of my site, which is primarily about my travels can be found at <a href="https://luxagraf.net/">the root of this URL</a>.</p> + +<p>If you’d like me to write, edit, develop or consult on a website, you can contact me at sng @ luxagraf.net. </p> + + +<p>Thank you for visiting.</p> + </main> + {%endblock%} |