authors.html 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Locura y Pollo - Authors</title>
  6. <link rel="stylesheet" href="http://tomasparzen.github.io/theme/css/main.css" />
  7. <link href="http://tomasparzen.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Locura y Pollo Atom Feed" />
  8. <!--[if IE]>
  9. <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  10. <![endif]-->
  11. </head>
  12. <body id="index" class="home">
  13. <header id="banner" class="body">
  14. <h1><a href="http://tomasparzen.github.io/">Locura y Pollo </a></h1>
  15. <nav><ul>
  16. <li><a href="http://tomasparzen.github.io/category/misc.html">misc</a></li>
  17. </ul></nav>
  18. </header><!-- /#banner -->
  19. <section id="content" class="body">
  20. <h1>Authors on Locura y Pollo</h1>
  21. <ul>
  22. <li><a href="http://tomasparzen.github.io/author/tomas-parzen.html">Tomas Parzen</a> (1)</li>
  23. </ul>
  24. </section>
  25. <section id="extras" class="body">
  26. <div class="blogroll">
  27. <h2>links</h2>
  28. <ul>
  29. <li><a href="http://getpelican.com/">Pelican</a></li>
  30. <li><a href="http://python.org/">Python.org</a></li>
  31. <li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
  32. <li><a href="#">You can modify those links in your config file</a></li>
  33. </ul>
  34. </div><!-- /.blogroll -->
  35. <div class="social">
  36. <h2>social</h2>
  37. <ul>
  38. <li><a href="http://tomasparzen.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
  39. <li><a href="#">You can add links in your config file</a></li>
  40. <li><a href="#">Another social link</a></li>
  41. </ul>
  42. </div><!-- /.social -->
  43. </section><!-- /#extras -->
  44. <footer id="contentinfo" class="body">
  45. <address id="about" class="vcard body">
  46. Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
  47. </address><!-- /#about -->
  48. <p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
  49. </footer><!-- /#contentinfo -->
  50. </body>
  51. </html>