From 2abe5bedcdbfda26c8b793a1e457f291fa820898 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Thu, 22 Jan 2026 19:15:05 -0800 Subject: [PATCH] add attribution page --- assets/scripts/nav.js | 1 + assets/styles/nav.css | 17 +++++++++++++ attribution/index.html | 54 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 attribution/index.html diff --git a/assets/scripts/nav.js b/assets/scripts/nav.js index 75bc95f..8550412 100644 --- a/assets/scripts/nav.js +++ b/assets/scripts/nav.js @@ -82,6 +82,7 @@ const footerHTML = ` email us!

brought to you in 2026

+

site attribution

` const populateFooter = function() { diff --git a/assets/styles/nav.css b/assets/styles/nav.css index 1d83534..5a51954 100644 --- a/assets/styles/nav.css +++ b/assets/styles/nav.css @@ -112,6 +112,14 @@ footer { width: 95%; margin: 0 auto; padding: 1rem 0; + display: flex; + justify-content: center; +} + +@media (max-width: 750px) { + footer { + flex-flow: column; + } } footer p { @@ -122,6 +130,15 @@ footer p { padding: .25rem; } +@media (min-width: 751px) { + footer p:nth-child(2)::before { + content: "● " / ""; + } + footer p:nth-child(2)::after { + content: " ●" / ""; + } +} + footer a { color: var(--color-bg); text-decoration-color: var(--color-accent-flipped); diff --git a/attribution/index.html b/attribution/index.html new file mode 100644 index 0000000..8619a69 --- /dev/null +++ b/attribution/index.html @@ -0,0 +1,54 @@ + + + + Site attribution | the historic Beall Greenhouses + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+

Attribution

+ +
+

This website is created and maintained by + Lee Cattarin. + Markets at the Beall Greenhouses are coordinated by + Jennifer Hawke. +

+

+ Much thanks to all the participating artists, both + artists in residence + and market artists. +

+
+
+
+ + +