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.

30 lines
635 B

  1. nav.nav.has-shadow.stickyscroll
  2. .nav-left
  3. a.nav-item.is-brand(href='/')
  4. img(src='/favicons/android-icon-96x96.png', alt='Wiki')
  5. a.nav-item(href='/')
  6. h1.title Wiki
  7. .nav-center
  8. p.nav-item
  9. input.input(type='text', placeholder='Search...', style= { 'max-width': '300px', width: '33vw' })
  10. span.nav-toggle
  11. span
  12. span
  13. span
  14. .nav-right.nav-menu
  15. a.nav-item(href='#')
  16. | History
  17. a.nav-item(href='#')
  18. | Source
  19. span.nav-item
  20. a.button
  21. span.icon
  22. i.fa.fa-edit
  23. span Edit
  24. a.button.is-primary(href='#', onclick='$(".modal").addClass("is-active");')
  25. span.icon
  26. i.fa.fa-plus
  27. span Create