Skip to content

Commit f4cf831

Browse files
committed
docs(assets): hand-authored OGAR logo + favicon, wire into both READMEs
Two SVG assets under docs/assets/: - ogar-logo.svg (1.2 KB, viewBox 320x150) — wordmark: a bisected O glyph with an outgoing edge to a leaf dot, followed by "GAR" in a clean geometric sans (Inter / IBM Plex / system-ui fallback). The bisector sits 2u above the O's geometric center so the lower half (the shared canonical concept) reads slightly heavier than the upper half (the per-app render lens) — the hi/lo asymmetry of a 32-bit classid as a visual signature. - ogar-favicon.svg (556 B, viewBox 64x64) — just the bisected O, optimized for 16-64px favicon use. Drops the edge+dot which wouldn't survive at small sizes. Both use fill="currentColor" for light/dark theme adaptation; no gradients, no shadows, no embedded fonts. Validated as well-formed XML via xmllint. Wired into the top of both README.md and README.de.md as a 64px-tall inline image, preserving the H1 heading below for accessibility and semantic structure.
1 parent a4f77df commit f4cf831

4 files changed

Lines changed: 48 additions & 0 deletions

File tree

README.de.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img src="docs/assets/ogar-logo.svg" alt="OGAR" height="64"/>
2+
13
# OGAR — Open Graph of Active Record
24

35
> [English](README.md) · **Deutsch** · [Philosophie](docs/PHILOSOPHIE.md)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img src="docs/assets/ogar-logo.svg" alt="OGAR" height="64"/>
2+
13
# OGAR — Open Graph of Active Record
24

35
> **English** · [Deutsch](README.de.md) · [Philosophy](docs/PHILOSOPHY.md)

docs/assets/ogar-favicon.svg

Lines changed: 14 additions & 0 deletions
Loading

docs/assets/ogar-logo.svg

Lines changed: 30 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)