brand: rename rIDs → rIdentity across the site
Updates app-switcher, identity section heading, self-host deploy example, demo card, and footer link. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
584b3fc7f6
commit
676c118e98
10
index.html
10
index.html
|
|
@ -1159,7 +1159,7 @@
|
|||
<!-- Identity & Infrastructure -->
|
||||
<div class="app-switcher-cat">Identity & Infrastructure</div>
|
||||
<div class="app-switcher-item">
|
||||
<a href="https://ridentity.online"><span class="app-switcher-item-badge badge-emerald">rId</span><div class="app-switcher-item-info"><div class="app-switcher-item-name"><span>rIDs</span></div><div class="app-switcher-item-desc">Passkey identity & zero-knowledge auth</div></div></a>
|
||||
<a href="https://ridentity.online"><span class="app-switcher-item-badge badge-emerald">rId</span><div class="app-switcher-item-info"><div class="app-switcher-item-name"><span>rIdentity</span></div><div class="app-switcher-item-desc">Passkey identity & zero-knowledge auth</div></div></a>
|
||||
<a href="https://ridentity.online" target="_blank" rel="noopener noreferrer" class="app-switcher-ext">↗</a>
|
||||
</div>
|
||||
<div class="app-switcher-item" style="background:rgba(255,255,255,0.07)">
|
||||
|
|
@ -1561,7 +1561,7 @@
|
|||
<div class="section alt" id="identity">
|
||||
<div class="section-inner">
|
||||
<span class="section-label green">Identity Layer</span>
|
||||
<h2>rIDs — powered by EncryptID</h2>
|
||||
<h2>rIdentity — powered by EncryptID</h2>
|
||||
<p class="section-desc">
|
||||
A single identity layer that turns a fingerprint or face scan into full-stack
|
||||
access — encrypted storage, signed votes, community treasury, and more —
|
||||
|
|
@ -1831,7 +1831,7 @@
|
|||
✓ rFunds → funds.yourdomain.org
|
||||
✓ rFiles → files.yourdomain.org
|
||||
✓ rMaps → maps.yourdomain.org
|
||||
✓ rIDs → id.yourdomain.org
|
||||
✓ rIdentity → id.yourdomain.org
|
||||
...and every other app in the suite
|
||||
</pre>
|
||||
</div>
|
||||
|
|
@ -1916,7 +1916,7 @@
|
|||
</a>
|
||||
<a href="https://ridentity.online" class="demo-card" target="_blank" rel="noopener noreferrer">
|
||||
<div class="demo-card-badge" style="background:#6ee7b7;">rId</div>
|
||||
<h3>Try rIDs</h3>
|
||||
<h3>Try rIdentity</h3>
|
||||
<p>Register with a passkey and see zero-knowledge identity in action</p>
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -1951,7 +1951,7 @@
|
|||
<a href="https://rfiles.online">rFiles</a>
|
||||
<a href="https://rdata.online">rData</a>
|
||||
<a href="https://rwork.online">rWork</a>
|
||||
<a href="https://ridentity.online">rIDs</a>
|
||||
<a href="https://ridentity.online">rIdentity</a>
|
||||
<a href="https://rstack.online" style="color:#94a3b8;">rStack</a>
|
||||
</div>
|
||||
<p>rStack — open source, self-hosted, community-owned</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue