From c3bdca0162d68b3cfacffb6812eb906d44ef77a8 Mon Sep 17 00:00:00 2001 From: Michael Victory Date: Thu, 25 Jun 2026 00:04:01 -0700 Subject: [PATCH] SW footer: replace the Open Communications text link with a 12px all-white OC logo (mirrors the SW logo on the OC footer). Co-Authored-By: Claude Opus 4.8 --- assets/oc/oc-logo-wh.svg | 36 ++++++++++++++++++++++++++++++++++++ index.html | 2 +- style.css | 2 ++ 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 assets/oc/oc-logo-wh.svg diff --git a/assets/oc/oc-logo-wh.svg b/assets/oc/oc-logo-wh.svg new file mode 100644 index 0000000..978d0ba --- /dev/null +++ b/assets/oc/oc-logo-wh.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 107ef51..89b3ced 100644 --- a/index.html +++ b/index.html @@ -342,7 +342,7 @@ The work Client results How it works - Open Communications + diff --git a/style.css b/style.css index 4f70d0c..71cfa56 100644 --- a/style.css +++ b/style.css @@ -265,6 +265,8 @@ blockquote p { margin: 0 0 1em; font-style: italic; color: var(--ink); font-size .footer-wordmark span { color: var(--accent); } .footer-links { display: flex; gap: 1rem; flex-wrap: wrap; } .footer-links a { font-family: 'DM Sans', system-ui, sans-serif; font-size: 0.55rem; letter-spacing: 0.08em; text-transform: uppercase; color: #f7f4ef; text-decoration: none; transition: color 0.3s; } +.footer-links a.footer-oc-logo { display: inline-flex; align-items: center; } +.footer-oc-logo img { height: 12px; width: auto; display: block; } .footer-links a:hover { color: var(--accent); } .footer-note { font-family: 'DM Sans', system-ui, sans-serif; font-size: 0.5rem; color: #f7f4ef99; letter-spacing: 0.03em; line-height: 1.5; margin: 0; } .footer-copy { font-family: 'DM Sans', system-ui, sans-serif; font-size: 0.5rem; color: #f7f4ef66; letter-spacing: 0.03em; line-height: 1.4; margin: 0; }