Commit graph

9 commits

Author SHA1 Message Date
mauvehed
1746ba18c2 feat(ui): add tombstone card icons, nav bar, and about page
Replace plain text cards with tombstone background images that swap
from gray to green on hover. Add header navigation with About,
Contribute, and Contact links. Create about page with site description.
Simplify header layout and improve text styling for card names.
2026-03-14 18:51:46 -05:00
mauvehed
e2a1b469ea fix(ui): harden memorial data handling and search input
Use input event instead of keyup for search filtering to capture all
input methods. Add safeUrl helper to validate URLs against http/https
before DOM injection. Replace loose empty-string checks on array fields
with Array.isArray guards to prevent null/undefined throws.
2026-03-14 17:07:21 -05:00
mauvehed
9f67fadfac feat(ui): modernize site design with dark theme and card layout
Replace the original light theme with a dark green-toned design using
Inter and IBM Plex Mono fonts. Refactor index.html from a sidebar list
to a searchable card grid. Restructure memorial.html with a two-column
grid layout and sticky sidebar. Update footer copyright text to clarify
memorial content belongs to its respective creators and rights holders.
2026-03-14 15:42:26 -05:00
mauvehed
744b7426f2 chore: set prettier for pre-commit
chore: run pre-commit scans against all files and keep changes
chore: add CNAME, Gemfile and yaml/yml files to pre-commit exclude
2023-07-31 18:27:09 -05:00
mauvehed
a7bec065d5 chore(index.html): update jQuery version to 3.7.0
chore(memorial.html): update jQuery version to 3.7.0

The jQuery version used in both index.html and memorial.html has been
updated to 3.7.0. This update ensures better compatibility with modern
browsers and provides enhanced security features.
2023-07-30 21:39:39 -05:00
mauvehed
4917b19ba6 Fix missing img alt tags
travis-ci detected missing img alt tags via html-proofer

Adds the missing ALT tags

Issue #119
2019-10-13 09:58:40 -05:00
mauvehed
2efa755712 add contributing information to homepage (issue/104) 2019-09-21 12:05:08 -05:00
mauvehed
ab09d4f613 migrate to new sunfire theme 2019-09-17 15:20:53 -05:00
Rob Fuller
08e8a84c1c
add mdwiki for now until better site 2019-07-11 23:59:19 -04:00