diff options
author | luxagraf <sng@luxagraf.net> | 2011-04-05 10:38:52 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-04-05 10:38:52 -0400 |
commit | 8e2e31965126bee7992d26428d42c1631d29786f (patch) | |
tree | 2ed3fc9b9898e9c381fe5c03cd04996b62d06c11 /templates/details/contact.html | |
parent | 79101240da1e0331c00e7b616a7a32b55d81e5cc (diff) |
fixed image sprties, updated photo gallery codeand changed contact/about pages
Diffstat (limited to 'templates/details/contact.html')
-rw-r--r-- | templates/details/contact.html | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/templates/details/contact.html b/templates/details/contact.html new file mode 100644 index 0000000..d2106b1 --- /dev/null +++ b/templates/details/contact.html @@ -0,0 +1,47 @@ +{% extends 'base.html' %} +{% load typogrify %} + +{% block pagetitle %}Luxagraf: Email{% endblock %} +{% block metadescription %}{% endblock %} +{%block bodyid%}id="contact"{%endblock%} + +{% block primary %}<section id="page-header"> + <h1 class="hide">Luxagraf: Email</h1> + <nav id="page-nav"> + <ul 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>Contact</li> + </ul> + </nav> + </section> + <section id="contact"> + <article role="main"> + <header> + <h1>Contact Information</h1> + </header> + <div id="post"> + <p>I'd love to hear what you think about the posts on luxagraf. Sadly, I suck at email. Or rather I don't have the time to respond the way I would like to, so if you don't hear back from me, or you do but it's five months later and you've entirely forgotten that you even emailed me in the first place, please don't take it personally.</p> + + <p>Please send your thoughts to:</p> + <p> + <script type="text/javascript"> + //<![CDATA[ + <!-- + var x="function f(x){var i,o=\"\",ol=x.length,l=ol;while(x.charCodeAt(l/13)!" + + "=69){try{x+=x;l+=l;}catch(e){}}for(i=l-1;i>=0;i--){o+=x.charAt(i);}return o" + + ".substr(0,ol);}f(\")811,\\\"Zofr{i4|m;(%g!$1&^ENUwFG_J@FFD330\\\\100\\\\}zp" + + ";u~t~T/b771\\\\)lfjm=^&E320\\\\030\\\\600\\\\130\\\\230\\\\LH4220\\\\100\\\\"+ + "410\\\\N8=(?7,'<610\\\\?>&#)//]600\\\\ULZ]S]410\\\\p720\\\\NCVJ000\\\\771\\" + + "\\ 80xxwdg~}&rjgm010\\\\030\\\\620\\\\320\\\\\\\"(f};o nruter};))++y(^)i(tA" + + "edoCrahc.x(edoCrahCmorf.gnirtS=+o;721=%y;++y)811<i(fi{)++i;l<i;0=i(rof;htgn" + + "el.x=l,\\\"\\\"=o,i rav{)y,x(f noitcnuf\")" ; + while(x=eval(x)); + //--> + //]]> + </script> + </p> + </div> + </article> + </section> +{% endblock %} + |