home: add minerva dashboard scaffold
Some checks failed
secret-guardrails / artifact-secret-scan (push) Has been cancelled
secret-guardrails / gitleaks (push) Has been cancelled

This commit is contained in:
Fizzlepoof
2026-05-25 15:40:26 +00:00
parent 6659fd929f
commit 2db6a23a2c
24 changed files with 1220 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
# Minerva Dashboard asset sources
This scaffold vendors a small set of real graphics so the Ravenclaw/common-room theme is visible in the UI rather than existing only as CSS treatment.
## Vendored assets
### `app/static/images/library-hero.jpg`
- Title: Interior of a Library - Google Art Project
- Source URL: https://commons.wikimedia.org/wiki/File:Interior_of_a_Library_-_Google_Art_Project.jpg
- Download URL used: https://commons.wikimedia.org/wiki/Special:Redirect/file/Interior_of_a_Library_-_Google_Art_Project.jpg
- License: Public domain in the US / faithful reproduction of a public-domain 2D work per Wikimedia Commons listing
- UI placement: masthead hero image at the top of the dashboard
- Notes: used with dark overlay and cropped responsively for phone readability
### `app/static/images/blue-interior.jpg`
- Title: Harriet Backer - Blue Interior - Google Art Project
- Source URL: https://commons.wikimedia.org/wiki/File:Harriet_Backer_-_Blue_Interior_-_Google_Art_Project.jpg
- Download URL used: https://commons.wikimedia.org/wiki/Special:Redirect/file/Harriet_Backer_-_Blue_Interior_-_Google_Art_Project.jpg
- License: Public domain in the US / faithful reproduction of a public-domain 2D work per Wikimedia Commons listing
- UI placement: secondary visual medallion inside the primary profile spotlight card
- Notes: intentionally cropped tighter so it reads on phone screens
### `app/static/images/owl-engraving.jpg`
- Title: The owl copper engraving 1800
- Source URL: https://commons.wikimedia.org/wiki/File:The_owl_copper_engraving_1800.jpg
- Download URL used: https://commons.wikimedia.org/wiki/Special:Redirect/file/The_owl_copper_engraving_1800.jpg
- License: Public domain / free of known restrictions per Wikimedia Commons listing
- UI placement: crest-style medallion inside the primary profile spotlight card
- Notes: used as the strongest explicit Ravenclaw-adjacent motif without copying franchise crests
### `app/static/images/art-nouveau-frame.svg`
- Title: Art Nouveau pond frame, Serões, 1901
- Source URL: https://commons.wikimedia.org/wiki/File:Art_Nouveau_pond_frame,_Ser%C3%B5es,_1901.svg
- Download URL used: https://commons.wikimedia.org/wiki/Special:Redirect/file/Art_Nouveau_pond_frame,_Ser%C3%B5es,_1901.svg
- License: Public domain per Wikimedia Commons listing
- UI placement: subtle framed backdrop on the owl medallion plus a visible ornament in the quick-add card
- Notes: SVG keeps the accent crisp while staying lightweight and easy to recolor later if needed
## Implementation intent
The asset pass favors elegant library/interior/owl imagery over childish or direct Harry Potter franchise art. The goal is "Ravenclaw/common-room inspired household dashboard" rather than a copied fan site.