about.html 893 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ---
  2. layout: default
  3. title: About
  4. ---
  5. <section class="about">
  6. {% include page-title.html %}
  7. <article>
  8. <p class="about-copy">
  9. {{ site.title }} is {{ site.description }}
  10. </p>
  11. <p>
  12. The site has three main sections:
  13. </p>
  14. <dl class="about-descriptions">
  15. <dt>Posts</dt>
  16. <dd>List of all the tags used on posts. Shows number of posts per tag.</dd>
  17. <dt>Items</dt>
  18. <dd>For series, feature posts, guest posts, you name it!</dd>
  19. <dt>Bits</dt>
  20. <dd>For micro posts.</dd>
  21. </dl>
  22. </article>
  23. <footer class="about-footer">
  24. <small>
  25. <a href="https://github.com/renemaya/yves" target="_blank">
  26. Yves.
  27. </a>
  28. Crafted with
  29. <span class="fa fa-heart-o" alt="love"></span> by
  30. <a href="https://renemaya.github.io" target="_blank">
  31. René Maya
  32. </a>
  33. </small>
  34. </footer>
  35. </section>