| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <!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>
- <!-- <h1 class="title">Spring Shadows</h1> -->
- <!-- <ul> -->
- <!-- If you are using pagination, section.pages will be empty.
- You need to use the paginator object -->
- <!-- -->
- <!-- </ul> -->
- </div>
- </div>
- </div>
- </section>
- </body>
- </html>
|