From 723d67497339ba58542630dd52ad6dd92ffeadde Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 2 Mar 2026 17:43:39 -0800 Subject: [PATCH] feat: use actual SVG/PNG logos for OSS tools section Replace text-badge placeholders with real project logos from Simple Icons CDN and official sources: - 10 tools via cdn.simpleicons.org (white SVGs for dark bg) - Automerge brandmark from GitHub repo - Safe logo from safe.global (white variant) - FolkJS logo from folk.computer (PNG, no SVG exists) Co-Authored-By: Claude Opus 4.6 --- index.html | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/index.html b/index.html index 8c82f43..1f958bb 100644 --- a/index.html +++ b/index.html @@ -636,12 +636,14 @@ display: flex; align-items: center; justify-content: center; - font-size: 0.65rem; - font-weight: 800; - color: #fff; flex-shrink: 0; - letter-spacing: -0.02em; - line-height: 1; + padding: 6px; + } + + .oss-logo img { + width: 100%; + height: 100%; + object-fit: contain; } .oss-card .oss-tag { @@ -1700,7 +1702,7 @@
- +

FolkJS

Spatial canvas engine powering rSpace. Web components positioned, connected, and composed on an infinite 2D surface.

@@ -1708,7 +1710,7 @@
- +

Automerge

Local-first CRDTs for real-time sync. Peer-to-peer, offline-capable, Byzantine fault tolerant. The data layer for every rApp.

@@ -1716,7 +1718,7 @@
- +

WebAuthn

W3C standard for passwordless authentication. Hardware-backed passkeys via TPM and Secure Enclave.

@@ -1724,7 +1726,7 @@
- +

Discourse

The leading open-source discussion platform. Trust levels, moderation, and rich threading for rForum.

@@ -1732,7 +1734,7 @@
- +

Leaflet + OSM

Open-source mapping with OpenStreetMap tiles. Powers rMaps, rCal's spatial view, and rTrips route planning.

@@ -1740,7 +1742,7 @@
- +

Matrix Protocol

Decentralized, end-to-end encrypted messaging standard. Interoperable federation for rChats.

@@ -1748,7 +1750,7 @@
- +

Typst

Modern typesetting system that's fast, ergonomic, and beautiful. Powers rPubs' document pipeline.

@@ -1756,7 +1758,7 @@
- +

Immich

High-performance self-hosted photo management. AI-powered tagging, facial recognition, and mobile backup. Powers rPhotos.

@@ -1764,7 +1766,7 @@
- +

PeerTube

Federated video hosting with ActivityPub. No algorithms, no ads, no surveillance. Powers rTube.

@@ -1772,7 +1774,7 @@
- +

Plausible

Privacy-friendly analytics. No cookies, GDPR compliant, lightweight. Powers rData.

@@ -1780,7 +1782,7 @@
- +

Gnosis Safe

Multi-sig wallet standard. Passkey-derived EOA as signer. Threshold signing for community treasuries across 12+ EVM chains.

@@ -1788,7 +1790,7 @@
- +

Docker + Traefik

Container orchestration with automatic service discovery and TLS. The deployment backbone of every app.

@@ -1796,7 +1798,7 @@
- +

Hono + x402

Edge-first web framework with HTTP 402 micropayment middleware. Any route can require payment — settled on EVM L2 rollups.