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.

24 lines
879 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="/itinerary"><img src="/images/plane.svg" width="60"></a></li>
  11. <li><a href="/email"><img src="/images/email.svg" width="60"></a></li>
  12. </ul>
  13. </div>
  14. <style type="text/css">
  15. .post-type-icons {
  16. margin-top: 1em;
  17. list-style-type: none;
  18. }
  19. .post-type-icons li {
  20. float: left;
  21. margin-right: 12px;
  22. }
  23. </style>