Commit Graph

7 Commits

Author SHA1 Message Date
dereklseitz
20e2569ad9 fix: Updated style rules to fix issues with component placement on landing page 2025-09-07 20:25:14 -05:00
dereklseitz
732be668f7 Refactor: Modularized footer.njk and header-footer.css
- Split header-footer.css into:
    - header.css
    - footer.css
    - modals.css
- Split footer.njk into:
    - footer.njk
    - modals.njk
- Updated front matter of:
    - index.njk
    - about.njk
    - credits.njk
    - gallery.njk
    - community.njk
2025-09-06 20:17:47 -05:00
dereklseitz
f30c846e9e Feat, Fix, and Refactor: Consolidate index page changes
Feat: Refactor index.njk to be data-driven and fix related rendering issues.

Fix: Resolve layout and functionality bugs, including broken JavaScript for the featured item carousel, layout shifts in category navigation, and CSS issues with the testimonial carousel.

Refactor: Centralize global styles using CSS custom property variables and clean up redundant CSS rules.
2025-09-06 19:29:59 -05:00
dereklseitz
3e210572a2 reinitialize local repo 2025-08-31 22:04:09 -05:00
dereklseitz
95280b5973 feat: Add dynamic page indicator to nav links.
-  add {currentPage} to front matter of page templates
2025-08-30 19:46:32 -05:00
dereklseitz
aa44db20bf feat: Add Credits & Attribution page
- add credits.njk
- add credits.css
- add tooltips.js
- add link in footer
2025-08-30 11:47:01 -05:00
dereklseitz
de71b2d663 refactor: Format site files for 11ty
- Convert HTML pages into NJK templates
- Add front matter to NJK templates
- Modularize monolithic stylesheet
2025-08-18 23:28:46 -05:00