Add site footer and update charitable information - #33
Merged
Conversation
Implements the footer design as a shared Eleventy include rendered on every page, including the home page. Motivated by the Google Workspace for Nonprofits application, which requires the site to explicitly display the Charity ID, a physical street address, and a clear mission statement. The EIN was verified against the IRS determination letter. - Add _includes/footer.ntk and styles/footer.css. The footer matches the site's existing Palatino vocabulary rather than the mockup's Times New Roman, and holds the same 840px min-width floor as .navcontainer, since the site is not mobile-responsive. - Render the footer from the shared layout, behind a noFooter flag. - Move the Font Awesome kit into the shared head so the social icons resolve site-wide, and drop the now-duplicate copy from index. - Unfix #videoBackground so the home page scrolls past the hero to the footer. The next-concert toast moves inside the video block and is anchored there; it previously relied on the video being out of flow, and would otherwise drop onto the footer. - Remove the Mailchimp connected-site popup. The footer's mailing-list button covers signups, and the popup obscured the whole page on load. - Add a currentYear global for the copyright line. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013BZpKF2ZC9w73t48XvjKpm
Removes the PayPal button and directs donors to the contact form until the new donation process is in place. The copy stays general, since the transition follows from no longer being a fiscal subsidiary rather than from a bank account change alone. Also drops the stale "fiscal subsidiary of Arts Silicon Valley" line, which contradicted the 501(c)(3) status the new site footer displays on every page. The .myButton styles are removed along with the button; they were not used anywhere else. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013BZpKF2ZC9w73t48XvjKpm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds some information about 501(c)(3) status and other information requested by Google Workspace for Nonprofits, consolidates social links, adds a field for mailing list subscription (and gets rid of the enraging modal).
Also updates the donation page to indicate that we are no longer a fiscal subsidiary of ArtsSV. Removes the donation button for now. We'll need to figure that out in the future.