misc.html 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Locura y Pollo - misc</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 class="active"><a href="http://tomasparzen.github.io/category/misc.html">misc</a></li>
  17. </ul></nav>
  18. </header><!-- /#banner -->
  19. <aside id="featured" class="body">
  20. <article>
  21. <h1 class="entry-title"><a href="http://tomasparzen.github.io/my-first-post.html">My first post</a></h1>
  22. <footer class="post-info">
  23. <abbr class="published" title="2018-09-20T15:25:06+02:00">
  24. Published: Thu 20 September 2018
  25. </abbr>
  26. <address class="vcard author">
  27. By <a class="url fn" href="http://tomasparzen.github.io/author/tomas-parzen.html">Tomas Parzen</a>
  28. </address>
  29. <p>In <a href="http://tomasparzen.github.io/category/misc.html">misc</a>.</p>
  30. </footer><!-- /.post-info --><p>Prova prove</p> </article>
  31. </aside><!-- /#featured -->
  32. <section id="extras" class="body">
  33. <div class="blogroll">
  34. <h2>links</h2>
  35. <ul>
  36. <li><a href="http://getpelican.com/">Pelican</a></li>
  37. <li><a href="http://python.org/">Python.org</a></li>
  38. <li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
  39. <li><a href="#">You can modify those links in your config file</a></li>
  40. </ul>
  41. </div><!-- /.blogroll -->
  42. <div class="social">
  43. <h2>social</h2>
  44. <ul>
  45. <li><a href="http://tomasparzen.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
  46. <li><a href="#">You can add links in your config file</a></li>
  47. <li><a href="#">Another social link</a></li>
  48. </ul>
  49. </div><!-- /.social -->
  50. </section><!-- /#extras -->
  51. <footer id="contentinfo" class="body">
  52. <address id="about" class="vcard body">
  53. Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
  54. </address><!-- /#about -->
  55. <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>
  56. </footer><!-- /#contentinfo -->
  57. </body>
  58. </html>