feat: add r* ecosystem footer to static HTML

Add ecosystem footer with all 10 r* app links to the wallet
visualization landing page.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-15 08:58:48 -07:00
parent 822582b1fd
commit 13e3c64572
1 changed files with 16 additions and 2 deletions

View File

@ -746,10 +746,24 @@
<span>Built with <a href="https://d3js.org" target="_blank" rel="noopener">D3.js</a></span>
<span class="footer-sep">|</span>
<span>Data from <a href="https://safe.global" target="_blank" rel="noopener">Safe Global API</a></span>
<span class="footer-sep">|</span>
<span>Part of the <a href="https://rspace.online" target="_blank" rel="noopener">rSpace Ecosystem</a></span>
</div>
<p>No backend. No tracking. All data fetched client-side from public APIs.</p>
<div style="margin-top: 24px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; font-size: 0.85rem; color: #64748b;">
<span style="font-weight: 500; color: #94a3b8;">r* Ecosystem</span>
<a href="https://rspace.online" style="color: #64748b; text-decoration: none;">🌌 rSpace</a>
<a href="https://rmaps.online" style="color: #64748b; text-decoration: none;">🗺️ rMaps</a>
<a href="https://rnotes.online" style="color: #64748b; text-decoration: none;">📝 rNotes</a>
<a href="https://rvote.online" style="color: #64748b; text-decoration: none;">🗳️ rVote</a>
<a href="https://rfunds.online" style="color: #64748b; text-decoration: none;">💰 rFunds</a>
<a href="https://rtrips.online" style="color: #64748b; text-decoration: none;">✈️ rTrips</a>
<a href="https://rcart.online" style="color: #64748b; text-decoration: none;">🛒 rCart</a>
<a href="https://rwallet.online" style="color: #94a3b8; text-decoration: none; font-weight: 500;">💼 rWallet</a>
<a href="https://rfiles.online" style="color: #64748b; text-decoration: none;">📁 rFiles</a>
<a href="https://rnetwork.online" style="color: #64748b; text-decoration: none;">🌐 rNetwork</a>
</div>
<p style="margin-top: 8px; font-size: 0.75rem; color: #475569; text-align: center;">
Part of the r* ecosystem — collaborative tools for communities.
</p>
</footer>
<script src="js/encryptid.js"></script>