sites: pantheon links open the sibling's own Name.X site, not the gateway path
Every pantheon card and footer entry across Sirius.X and Hephaestus.X was routing through the gateway path form (silentmode.st/bns/<name>.x/) instead of the sibling's own BCNR name. Inside Theseus that meant every "Open →" bounced through the relay to reach a site the browser could have resolved directly — and Silentmode was linked as silentmode.st/bns/silentmode.x/ even though silentmode.x resolves the same way in Theseus. Rewrote every pantheon href to https://<name>.x/. Silentmode, Sirius, Theseus, Hephaestus, Prometheus, Helios, Hermes all reach each other by name. Sirius.X pantheon also picked up the same polish Hephaestus already carried: acid .X on every title, Theseus.X card gets its own compass brand mark instead of the generic 🧭 emoji, the Hephaestus.X card swaps its old 🔥 emoji for the forge ⚒️ mark, the .lbl wrapper collapses the h3's own 8px gap so "Silentmode .X" stops splitting across the name and the suffix.
This commit is contained in:
parent
105a245b2f
commit
b149fbb95b
1 changed files with 16 additions and 13 deletions
29
index.html
29
index.html
|
|
@ -145,6 +145,9 @@
|
|||
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}
|
||||
.card{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:18px 20px}
|
||||
.card h3{margin:0 0 .5rem;display:flex;align-items:center;gap:8px}
|
||||
.card h3 .g{color:var(--acid)}
|
||||
.card h3 .lbl{display:inline-flex;align-items:center;gap:6px}
|
||||
.card h3 svg.brandmk{width:20px;height:20px;flex:none;vertical-align:middle}
|
||||
.card p{margin:0;color:var(--mut);font-size:14px}
|
||||
.card .cta{margin-top:14px;justify-content:flex-start}
|
||||
.dot{width:9px;height:9px;border-radius:50%;display:inline-block}
|
||||
|
|
@ -429,45 +432,45 @@
|
|||
resolver, plus the silentmode.st gateway for browsers without one.</p>
|
||||
<div class="grid">
|
||||
<div class="card">
|
||||
<h3><span class="dot d-chain"></span> ⛓️ Silentmode.X</h3>
|
||||
<h3><span class="dot d-chain"></span><span class="lbl">⛓️ Silentmode<span class="g">.X</span></span></h3>
|
||||
<p>The project umbrella. Redirects to <code>silentmode.st</code> where every pillar
|
||||
has its own landing page + download hub.</p>
|
||||
<div class="cta"><a class="btn ghost" href="https://silentmode.st/bns/silentmode.x/" rel="noopener">Open →</a></div>
|
||||
<div class="cta"><a class="btn ghost" href="https://silentmode.x/" rel="noopener">Open →</a></div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3><span class="dot d-chain"></span> <svg width="16" height="16" viewBox="0 0 64 64" style="vertical-align:-3px;margin-right:4px" aria-hidden="true"><rect width="64" height="64" rx="12" fill="#0b0e14"/><path d="M32 4 L36.4 27.6 L60 32 L36.4 36.4 L32 60 L27.6 36.4 L4 32 L27.6 27.6 Z" fill="#d6ff3d"/></svg>Sirius.X <span class="pill">you're here</span></h3>
|
||||
<h3><span class="dot d-chain"></span><span class="lbl"><svg class="brandmk" viewBox="0 0 64 64" aria-hidden="true"><rect width="64" height="64" rx="12" fill="#0b0e14"/><path d="M32 4 L36.4 27.6 L60 32 L36.4 36.4 L32 60 L27.6 36.4 L4 32 L27.6 27.6 Z" fill="#d6ff3d"/></svg>Sirius<span class="g">.X</span></span><span class="pill">you're here</span></h3>
|
||||
<p>Names on Bitcoin Cash — register, resolve, verify, manage. This site.</p>
|
||||
<div class="cta"><a class="btn ghost" href="./">Home →</a></div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3><span class="dot d-chain"></span> 🧭 Theseus.X</h3>
|
||||
<h3><span class="dot d-chain"></span><span class="lbl"><svg class="brandmk" viewBox="0 0 64 64" aria-hidden="true"><rect width="64" height="64" rx="12" fill="#0b0e14"/><path d="M32 6 L38 32 L26 32 Z" fill="#e04e4e"/><path d="M38 32 L32 58 L26 32 Z" fill="#d6ff3d"/><path d="M6 32 L32 27 L58 32 L32 37 Z" fill="#d6ff3d" opacity=".55"/><circle cx="32" cy="32" r="3" fill="#0b0e14"/></svg>Theseus<span class="g">.X</span></span></h3>
|
||||
<p>The browser that speaks BCNR natively — Chromium build with the resolver baked in,
|
||||
no OS-level daemon or root-store install.</p>
|
||||
<div class="cta"><a class="btn ghost" href="./theseus">Learn more →</a></div>
|
||||
<div class="cta"><a class="btn ghost" href="https://theseus.x/" rel="noopener">Open →</a></div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3><span class="dot d-srv"></span> 🔥 Hephaestus.X</h3>
|
||||
<h3><span class="dot d-srv"></span><span class="lbl">⚒️ Hephaestus<span class="g">.X</span></span></h3>
|
||||
<p>The forge. Forgejo instance for the ecosystem's git repos, backed by BCH wallet
|
||||
auth. Sirius's own source lives here.</p>
|
||||
<div class="cta"><a class="btn ghost" href="https://code.silentmode.st/" rel="noopener">Open →</a></div>
|
||||
<div class="cta"><a class="btn ghost" href="https://hephaestus.x/" rel="noopener">Open →</a></div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3><span class="dot d-sia"></span> 🔮 Prometheus.X</h3>
|
||||
<h3><span class="dot d-sia"></span><span class="lbl">🔮 Prometheus<span class="g">.X</span></span></h3>
|
||||
<p>Fire from the chain. The project's foresight / experimentation layer.
|
||||
Redirects to <code>silentmode.st/prometheus/</code> today.</p>
|
||||
<div class="cta"><a class="btn ghost" href="https://silentmode.st/bns/prometheus.x/" rel="noopener">Open →</a></div>
|
||||
<div class="cta"><a class="btn ghost" href="https://prometheus.x/" rel="noopener">Open →</a></div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3><span class="dot d-sia"></span> ☀️ Helios.X</h3>
|
||||
<h3><span class="dot d-sia"></span><span class="lbl">☀️ Helios<span class="g">.X</span></span></h3>
|
||||
<p>The public gaze. Analytics, dashboards, transparency reports.
|
||||
Redirects to <code>silentmode.st/helios/</code> today.</p>
|
||||
<div class="cta"><a class="btn ghost" href="https://silentmode.st/bns/helios.x/" rel="noopener">Open →</a></div>
|
||||
<div class="cta"><a class="btn ghost" href="https://helios.x/" rel="noopener">Open →</a></div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3><span class="dot d-srv"></span> ✉️ Hermes.X</h3>
|
||||
<h3><span class="dot d-srv"></span><span class="lbl">✉️ Hermes<span class="g">.X</span></span></h3>
|
||||
<p>Messenger. Nostr-based messaging bound to a BCNR name via the <code>np</code>
|
||||
+ <code>nr</code> records. Redirects to <code>silentmode.st/hermes/</code>.</p>
|
||||
<div class="cta"><a class="btn ghost" href="https://silentmode.st/bns/hermes.x/" rel="noopener">Open →</a></div>
|
||||
<div class="cta"><a class="btn ghost" href="https://hermes.x/" rel="noopener">Open →</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue