summaryrefslogtreecommitdiff
path: root/design/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/base.html')
-rw-r--r--design/templates/base.html76
1 files changed, 38 insertions, 38 deletions
diff --git a/design/templates/base.html b/design/templates/base.html
index 4c7ddac..495a496 100644
--- a/design/templates/base.html
+++ b/design/templates/base.html
@@ -23,50 +23,50 @@
<body {%block bodyid%}{%endblock%}{%block bodyevents%}{%endblock%}>
<div class="wrapper" id="wrapper">
<div class="header-wrapper">
- <header role="banner">
- <h1><a id="logo" href="/" title="home">Luxagraf</a></h1>
- <h2>{%block sitesubtitle %}Walk Slowly{% endblock%}</h2>
+ <header class="site-banner">
+ <div id="logo">
+ <a href="/" title="Home">Luxagraf</a>
+ <span class="sitesubtitle">{%block sitesubtitle %}Walk Slowly{% endblock%}</span>
+ </div>
+ <nav>
+ <ul>
+ <li><a href="/jrnl/" title="What I've been up to lately">Jrnl</a></li>
+ <li><a href="/essays/" title="longer essays and posts about non-travel related things">Essays</a></li>
+ <li><a href="/newsletter/" title="The 'friends of a long year' newsletter">Lttr</a></li>
+ <!--<li id="guide"><a href="/guides/" title="">Guides</a></li>-->
+ <li><a href="/src/" title="The indie web is awesome, learn how to built it">Src</a></li>
+ <li><a href="/about" title="About Scott">About</a></li>
+ <li><a href="/projects/" title="the less visible portions of the iceberg">More</a></li>
+ </ul>
+ </nav>
</header>
- <nav role="navigation" class="bl">
- <ul>
- <li id="laverdad"><a href="/jrnl/" title="What I've been up to lately">Jrnl</a></li>
- <li id="laverdad"><a href="/essays/" title="">Essays</a></li>
- <li id="lttr"><a href="/newsletter/" title="The 'friends of a long year' newsletter">Lttr</a></li>
- <!--<li id="guide"><a href="/guides/" title="">Guides</a></li>-->
- <li id="src"><a href="/src/" title="The indie web is awesome, learn how to built for it">Src</a></li>
- <li id="about"><a href="/about" title="About Scott">About</a></li>
- <li id="etc" class="last"><a href="/projects/" title="the less visible portions of the iceberg">More</a></li>
- </ul>
- </nav>
</div>
{% block primary %}{% endblock %}
{% block extrabody %}{% endblock %}
- <footer role="contentinfo">
- <nav class="bl">
- <ul>
- <li><a href="/blogroll" title="Sites that inspire us">Blogroll</a></li>
- <li><a href="/contact/" title="contact luxagraf">Contact</a></li>
- <li>Follow Along:
- <ul>
- <li><a href="/jrnl/feed.xml" title="RSS feed">RSS</a></li>
- <li><a href="/newsletter/" title="Luxagraf Email Updates">Email</a></li>
- <li><a href="https://twitter.com/luxagraf" rel="me" title="follow luxagraf on Twitter">Twitter</a></li>
- <li><a href="https://www.facebook.com/luxagraf" rel="me" title="luxagraf on Facebook">Facebook</a></li>
- </ul>
- </ul>
+ <footer class="bl">
+ <ul>
+ <li><a href="/blogroll" title="Sites that inspire us">Blogroll</a></li>
+ <li><a href="/contact/" title="contact luxagraf">Contact</a></li>
+ <li>Follow Along:
+ <ul>
+ <li><a href="/jrnl/feed.xml" title="RSS feed">RSS</a></li>
+ <li><a href="/newsletter/" title="Luxagraf Email Updates">Email</a></li>
+ <li><a href="https://twitter.com/luxagraf" rel="me" title="follow luxagraf on Twitter">Twitter</a></li>
+ <li><a href="https://www.facebook.com/luxagraf" rel="me" title="luxagraf on Facebook">Facebook</a></li>
+ </ul>
+ </ul>
<div class="support">Support luxagraf:
- <div class="donate-btn">
- <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
- <input type="hidden" name="cmd" value="_s-xclick">
- <input type="hidden" name="hosted_button_id" value="HYJFZQSBGJ8QQ">
- <input type="submit" name="submit" alt="Donate to luxagraf via PayPal">
- </form>
+ <div class="donate-btn">
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
+ <input type="hidden" name="cmd" value="_s-xclick">
+ <input type="hidden" name="hosted_button_id" value="HYJFZQSBGJ8QQ">
+ <input type="submit" name="submit" title="Donate to luxagraf via PayPal">
+ </form>
+ </div>
+ <div class="donate-btn">
+ <a class="liberapay-btn" href="https://liberapay.com/luxagraf/donate"><span>Donate</span></a>
+ </div>
</div>
- <div class="donate-btn">
- <a class="liberapay-btn" href="https://liberapay.com/luxagraf/donate"><span>Donate</span></a>
- </div>
- </div>
- </nav>
<p id="license">
&copy; 2003-{% now "Y" %}
<span class="h-card"><a class="p-name u-url" href="https://luxagraf.net/">Scott Gilbertson</a><data class="p-nickname" value="luxagraf"></data><data class="p-locality" value="Athens"></data><data class="p-region" value="Georgia"></data><data class="p-country-name" value="United States"></data></span>, except photos, which are licensed under the Creative Commons (<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="read the Attribution-Share Alike 3.0 deed">details</a>).