| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <!doctype html>
- <html lang="en" data-theme="light">
- <head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <title>Jessica Tenbusch - Visual Artist</title>
- <link
- rel="icon"
- type="image/x-icon"
- href="https://jt.byron.games/favicon.png"
- />
- <link rel="stylesheet" href="https://jt.byron.games/style.css" />
- <link rel="canonical" href="https://www.jessicatenbusch.com" />
- <meta
- name="description"
- content="Jessica Tenbusch is an artist creating work exploring the relationships between plants, animals, and humans."
- />
- </head>
- <body>
- <section class="section">
- <div class="columns">
- <div class="column is-one-fifth">
- <!-- -->
- <p class="logo primary">
- <a href="/">Jessica
- <br />Tenbusch</a>
- </p>
- <br />
- <aside class="menu">
- <ul class="menu-list">
- <li><a href="https://jt.byron.games/current/">
- Current</a></li>
- <li>
- <a href="https://jt.byron.games/spring_shadows/">
- Spring Shadows
- </a>
- </li>
- </ul>
- </aside>
- <br />
- <br />
- <aside class="menu">
- <ul class="menu-list">
- <li><a href="https://jt.byron.games/collect/">Collect</a></li>
- <li><a href="https://jt.byron.games/about/">About</a></li>
- <li><a href="https://jt.byron.games/contact/"">Contact</a></li>
- </ul>
- </aside>
- <br/><br/>
- <div class="primary is-size-7">
- © 2017-2025 Jessica Tenbusch <br/>
- All Rights Reserved
- </div>
- <br/><br/>
- <div>
- todo: social icons
- </div>
- <!-- -->
- <footer class="meta">
-
- </footer>
- </div>
- <div class="column container left">
- <div class="">
-
- <!-- -->
- <div class="grid">
- <!-- -->
-
- <div class="cell">
- <a href="https://jt.byron.games/current/double-bloom/"
- ><img src="/current/Double+Bloom_72_Web.jpg" width="400px"
- /></a>
- </div>
- <!-- -->
-
- </div>
- </div>
- </div>
- </div>
- </section>
- </body>
- </html>
|