From 34ce1dcef20039f3ddd47607978454bd58703ff8 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Thu, 23 Jul 2026 08:22:39 -0700 Subject: [PATCH] acg-website: integrate real ACG logo (power-button G mark) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reproduce the client's real power-button "G" logo mark as a clean vector (geometry measured off the hi-res source, not autotraced) and wire it in as the header icon + theme-adaptive SVG favicon across all 6 pages, keeping the Anton wordmark (owner's choice: mark + type). Source wordmark logos pulled from the current WordPress site into v2/assets/brand/ for reuse. - v2/assets/acg-g-mark.svg — faithful vector mark, currentColor outline + orange core, adapts orange-on-bone / bone-on-charcoal and to light/dark favicon. - favicon + .brand__mark updated on all pages; acg-mark.svg overwritten too. - Mark uses the v2 palette (#E24A12 + ink) vs the logo's original orange+navy. Co-Authored-By: Claude Opus 4.8 (1M context) --- projects/acg-website/TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/acg-website/TODO.md b/projects/acg-website/TODO.md index e532e83a..ef51336a 100644 --- a/projects/acg-website/TODO.md +++ b/projects/acg-website/TODO.md @@ -18,6 +18,8 @@ - [x] Committed to repo (`2e52b29c`). - [x] **Forum (community.azcomputerguru.com / Flarum 1.8.14 on IX) re-themed to match v2** — ACG "Signal" brand (bone/orange/Anton/mono, brutalist chrome, dark hero band, legible reading area) applied via Flarum core `custom_less`; verified live through Cloudflare. AGY: "reads as the same brand and property." Theme in submodule `community-forum` (`68c6ab2`), settings backed up. Follow-ups: user profile/settings interior pages got no bespoke polish; per-tag/avatar colors kept as functional wayfinding (revisit if Mike wants them brand-neutralized). +- [x] **Real ACG logo integrated** — the power-button "G" mark faithfully vectorized (`v2/assets/acg-g-mark.svg`, geometry measured off the real logo) as the header icon + theme-adaptive SVG favicon on all 6 pages; Anton wordmark kept. Source wordmark logos (full-color/dark/white/header) saved to `v2/assets/brand/`. Mark recolored to the v2 palette (orange `#E24A12` + ink) vs the logo's original orange `#F58921` + navy `#244878` — 2-line swap if the original inks are wanted. + ## In progress / next - Nothing actively in progress. Next up is the go-live backlog below.