chore(brand): add cleaned logo assets and gitignore source files
logo.png at the repo root is a working 4.8MB source; optimised variants used by the running app live in src/quartermaster/static/brand/ (full mark, mark-wide without wordmark, shield-wide for favicon). Background checkerboard was masked out of all three so they sit on any page colour. Gitignore the root source and WSL Zone.Identifier sidecars. Refs #17 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
961ea46669
commit
4ba4a1ba18
4 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -68,6 +68,10 @@ quartermaster.db-journal
|
|||
backups/
|
||||
docs/wiki/
|
||||
|
||||
# Brand source assets (optimised versions live in src/quartermaster/static/brand/)
|
||||
/logo.png
|
||||
*:Zone.Identifier
|
||||
|
||||
# Flask stuff:
|
||||
instance/
|
||||
.webassets-cache
|
||||
|
|
|
|||
BIN
src/quartermaster/static/brand/logo-full.png
Normal file
BIN
src/quartermaster/static/brand/logo-full.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 398 KiB |
BIN
src/quartermaster/static/brand/logo-mark-wide.png
Normal file
BIN
src/quartermaster/static/brand/logo-mark-wide.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 302 KiB |
BIN
src/quartermaster/static/brand/logo-shield-wide.png
Normal file
BIN
src/quartermaster/static/brand/logo-shield-wide.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 163 KiB |
Loading…
Reference in a new issue