index.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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 class="cell">
  67. <a href="https://jt.byron.games/current/double-bloom/"
  68. ><img src="&#x2F;current&#x2F;Double+Bloom_72_Web.jpg" width="400px"
  69. /></a>
  70. </div>
  71. <!-- -->
  72. <!-- -->
  73. </div>
  74. <!-- <h1 class="title">Current Work</h1> -->
  75. <!-- <ul> -->
  76. <!-- If you are using pagination, section.pages will be empty.
  77. You need to use the paginator object -->
  78. <!-- -->
  79. <!-- <li><a href="https://jt.byron.games/current/double-bloom/">Double Bloom</a></li> -->
  80. <!-- -->
  81. <!-- </ul> -->
  82. </div>
  83. </div>
  84. </div>
  85. </section>
  86. </body>
  87. </html>