Redesign with a modern community theme#6
Merged
Merged
Conversation
Replace the HTML5UP/jQuery template with a custom light theme: a gradient indigo hero with a warm coral accent and rounded cards, tailored to the existing content. - New layout/home/page templates and stylesheet - Gradient hero with CTA to events; "What we do" feature cards; friends cards - Inline-SVG icons (features + socials); smooth-scroll via CSS - Clean prose styles for About/Events/Sponsor pages - Drop FontAwesome, jQuery and the HTML5UP scripts; remove unused webfonts/SASS/JS Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Add a header icon button to switch between light and dark themes, overriding the OS preference and persisting the choice in localStorage - Add a dark palette; default follows prefers-color-scheme (inline head script applies the saved theme before paint); nav background is theme-aware - Make the hero logo 500px wide (capped to 100% on small screens) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
When toggling to the mode that matches the OS setting, drop the override (remove data-theme and the stored preference) so the site follows the system again. An explicit choice is only kept while it differs from the OS. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Replaces the HTML5UP/jQuery template with a custom light/dark community theme tailored to the existing content.
Highlights
localStorage; toggling back to the system setting drops the override so it follows the OS againCleanup
Verification
beemo buildsucceeds with no errors; favicon, OG/Twitter meta and sitemap intact🤖 Generated with Claude Code