From dc8c6e38a3bf877096d5f679a5231b0533f716f1 Mon Sep 17 00:00:00 2001 From: Teodor Calin Date: Wed, 24 Jun 2026 17:59:59 +0300 Subject: [PATCH] app-store: add io.pilot.aegis card AEGIS is now in the Pilot Protocol catalogue (v0.1.4). Adds the card as the first featured app in the zoo, with logo, description, stats, and link to aegis.pilotprotocol.network. Co-Authored-By: Claude Sonnet 4.6 --- public/brand/apps/aegis.svg | 19 +++++++++++++++++++ src/pages/app-store.astro | 31 +++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 public/brand/apps/aegis.svg diff --git a/public/brand/apps/aegis.svg b/public/brand/apps/aegis.svg new file mode 100644 index 0000000..3b20dfd --- /dev/null +++ b/public/brand/apps/aegis.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/pages/app-store.astro b/src/pages/app-store.astro index a935118..6f4b74a 100644 --- a/src/pages/app-store.astro +++ b/src/pages/app-store.astro @@ -115,6 +115,32 @@ try { the protocol.

+ +
io.pilot.cosift
@@ -359,6 +385,11 @@ try { but vanishes on the default dark theme — so invert it to light there. */ .zoo-logo-mono { filter: invert(1); } [data-theme="light"] .zoo-logo-mono { filter: none; } + /* AEGIS logo: black SVG paths, invert on dark theme */ + .zoo-logo-aegis { filter: invert(1); } + [data-theme="light"] .zoo-logo-aegis { filter: none; } + /* Featured card: subtle accent border */ + .zoo-card-featured { border-color: var(--accent); } .zoo-by { font-size: 13px; color: var(--ink-dim);