You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
955 B

  1. <div class="narrow">
  2. <?= partial('partials/header') ?>
  3. <ul class="post-type-icons">
  4. <li><a href="/editor"><img src="/images/quill.svg" width="60"></a></li>
  5. <li><a href="/new"><img src="/images/note.svg" width="60"></a></li>
  6. <li><a href="/event"><img src="/images/calendar.svg" width="60"></a></li>
  7. <li><a href="/bookmark"><img src="/images/bookmark.svg" width="60"></a></li>
  8. <li><a href="/favorite"><img src="/images/star.svg" width="60"></a></li>
  9. <li><a href="/repost"><img src="/images/repost.svg" width="60"></a></li>
  10. <li><a href="/photo"><img src="/images/camera.svg" width="60"></a></li>
  11. <li><a href="/itinerary"><img src="/images/plane.svg" width="60"></a></li>
  12. <li><a href="/email"><img src="/images/email.svg" width="60"></a></li>
  13. </ul>
  14. </div>
  15. <style type="text/css">
  16. .post-type-icons {
  17. margin-top: 1em;
  18. list-style-type: none;
  19. }
  20. .post-type-icons li {
  21. float: left;
  22. margin-right: 12px;
  23. }
  24. </style>