This commit is contained in:
2026-03-31 16:38:22 -07:00
commit 38940436a7
2112 changed files with 376929 additions and 0 deletions

23
src/attribution.njk Normal file
View File

@ -0,0 +1,23 @@
---
title: Attribution
---
<div class="no-header">
<p>This website is created and maintained by
<a href="https://leecat.art" target="_blank">Lee Cattarin</a>.
Markets at the Beall Greenhouses are coordinated by
<a href="/artists/hawke">Jennifer Hawke</a>.
</p>
<p>
Much thanks to all the participating artists, both
<a href="/artists">artists in residence</a>
and market artists.
</p>
<p>
This site is created with
<a href="https://11ty.dev" target="_blank">{{ eleventy.generator }}</a>
and built
<a href="https://declare-ai.org/1.0.0/none.html" target="_blank">
without the use of generative AI</a>.
</p>
</div>