wonderdome-site/templates/partials/bottom.ejs

55 lines
2.1 KiB
Plaintext
Raw Normal View History

2018-07-07 02:08:17 -04:00
<footer id="footer" class="pageFooter footer" role="contentinfo">
<div class="footer-inner clearfix">
<p xmlns:dct="http://purl.org/dc/terms/" xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#">
<a rel="license"
class="licenseLink"
href="http://creativecommons.org/publicdomain/zero/1.0/">
<img src="https://licensebuttons.net/p/zero/1.0/80x15.png" class="licenseImg" alt="CC0" />
</a> Site &#x1f12f; 2018 Eric Woodward, All Rights Reversed.<br />
2018-07-07 02:08:17 -04:00
To the extent possible under law, and except where otherwise indicated,
<a rel="dct:publisher"
href="https://www.wonderdome.net/">
2018-07-07 02:08:17 -04:00
<span property="dct:title">Eric Woodward</span></a>
has waived all copyright and related or neighboring rights to
<span property="dct:title">both the source and content of the <em>Wonder Dome website</em></span>.
This work is published from:
<span property="vcard:Country" datatype="dct:ISO3166"
content="US" about="https://www.wonderdome.net/">
2018-07-07 02:08:17 -04:00
United States</span>.
</p>
<p>
Uses the <a href="https://www.theleagueofmoveabletype.com/raleway">Raleway font</a> by
<a href="http://matt.cc/">Matt McInerney</a>.
</p>
<p>
Powered by
<a href="https://nodejs.org/">Node</a>,
<a href="http://gulpjs.com/">Gulp</a>,
<a href="https://nginx.org/">nginx</a>,
<a href="https://atom.io/">Atom</a>,
and <strong>the power of decentralized social media</strong>.
</p>
<p>
The source code for building this site is available at
<a href='https://git.itsericwoodward.com/eric/wonderdome-site/'>git.itsericwoodward.com</a>.
</p>
<p class="pageFooter-dates">
<% if (page.date_upd) {
%>
Page last updated: <time datetime="<%= new Date(page.date_upd).toISOString() %>"><%= page.date_upd %></time>
<%
} else if (page.date_pub) {
%>
Page first published: <time datetime="<%= new Date(page.date_pub).toISOString() %>"><%= page.date_pub %></time>
<%
}
%>
</p>
2018-07-07 02:08:17 -04:00
<a href="#" class="footer-topLink topLink">[ Back to Top ]</a>
</div>
</footer>
</div>
<script type="text/javascript" src="/scripts/scripts.<%= site.version -%>.js"></script></body>
</html>