index.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <!doctype html>
  2. <html lang="en" data-theme="light">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <title>Jessica Tenbusch - Visual Artist</title>
  7. <link
  8. rel="icon"
  9. type="image/x-icon"
  10. href="https://jt.byron.games/favicon.png"
  11. />
  12. <link rel="stylesheet" href="https://jt.byron.games/style.css" />
  13. <link rel="canonical" href="https://www.jessicatenbusch.com" />
  14. <meta
  15. name="description"
  16. content="Jessica Tenbusch is an artist creating work exploring the relationships between plants, animals, and humans."
  17. />
  18. </head>
  19. <body>
  20. <section class="section">
  21. <div class="columns">
  22. <div class="column is-one-fifth">
  23. <!-- -->
  24. <p class="logo primary">
  25. <a href="/">Jessica
  26. <br />Tenbusch</a>
  27. </p>
  28. <br />
  29. <aside class="menu">
  30. <ul class="menu-list">
  31. <li><a href="https://jt.byron.games/current/">
  32. Current</a></li>
  33. <li>
  34. <a href="https://jt.byron.games/spring_shadows/">
  35. Spring Shadows
  36. </a>
  37. </li>
  38. </ul>
  39. </aside>
  40. <br />
  41. <br />
  42. <aside class="menu">
  43. <ul class="menu-list">
  44. <li><a href="https://jt.byron.games/collect/">Collect</a></li>
  45. <li><a href="https://jt.byron.games/about/">About</a></li>
  46. <li><a href="https://jt.byron.games/contact/"">Contact</a></li>
  47. </ul>
  48. </aside>
  49. <br/><br/>
  50. <div class="primary is-size-7">
  51. © 2017-2025 Jessica Tenbusch <br/>
  52. All Rights Reserved
  53. </div>
  54. <br/><br/>
  55. <div>
  56. todo: social icons
  57. </div>
  58. <!-- -->
  59. <footer class="meta">
  60. </footer>
  61. </div>
  62. <div class="column container left">
  63. <div class="">
  64. <div class="grid">
  65. <!-- -->
  66. </div>
  67. <!-- <h1 class="title">Spring Shadows</h1> -->
  68. <!-- <ul> -->
  69. <!-- If you are using pagination, section.pages will be empty.
  70. You need to use the paginator object -->
  71. <!-- -->
  72. <!-- </ul> -->
  73. </div>
  74. </div>
  75. </div>
  76. </section>
  77. </body>
  78. </html>