categories.html 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Locura y Pollo</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. <ul>
  20. <li><a href="http://tomasparzen.github.io/category/misc.html">misc</a></li>
  21. </ul>
  22. <section id="extras" class="body">
  23. <div class="blogroll">
  24. <h2>links</h2>
  25. <ul>
  26. <li><a href="http://getpelican.com/">Pelican</a></li>
  27. <li><a href="http://python.org/">Python.org</a></li>
  28. <li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
  29. <li><a href="#">You can modify those links in your config file</a></li>
  30. </ul>
  31. </div><!-- /.blogroll -->
  32. <div class="social">
  33. <h2>social</h2>
  34. <ul>
  35. <li><a href="http://tomasparzen.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
  36. <li><a href="#">You can add links in your config file</a></li>
  37. <li><a href="#">Another social link</a></li>
  38. </ul>
  39. </div><!-- /.social -->
  40. </section><!-- /#extras -->
  41. <footer id="contentinfo" class="body">
  42. <address id="about" class="vcard body">
  43. Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
  44. </address><!-- /#about -->
  45. <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>
  46. </footer><!-- /#contentinfo -->
  47. </body>
  48. </html>