site: fix Hephaestus nav wrap; logo + OG tags on tools and releases pages
hephaestus/index.html inlines its own nav CSS instead of loading shared.css, so the injected logo SVG had no size rule and rendered at 300x150, pushing the brand onto its own row. Added the three .logo rules to its inline style. tools/ and releases/ were parked during the 0.3.18 ship; now carry the same inline logo and Open Graph tags as the rest of the site.
This commit is contained in:
parent
9e6af78e11
commit
089805c498
3 changed files with 22 additions and 2 deletions
|
|
@ -32,6 +32,9 @@
|
||||||
border-bottom:1px solid var(--line)}
|
border-bottom:1px solid var(--line)}
|
||||||
.topnav .brand{font-weight:600;color:var(--ink);text-decoration:none;margin-right:14px;font-size:15px;letter-spacing:.2px}
|
.topnav .brand{font-weight:600;color:var(--ink);text-decoration:none;margin-right:14px;font-size:15px;letter-spacing:.2px}
|
||||||
.topnav .brand .g{color:var(--acid)}
|
.topnav .brand .g{color:var(--acid)}
|
||||||
|
.topnav .brand .logo{width:24px;height:16px;vertical-align:-2px;margin-right:8px}
|
||||||
|
.topnav .brand .logo .l1{stroke:var(--mut)}
|
||||||
|
.topnav .brand .logo .l2{stroke:var(--acid)}
|
||||||
.topnav a{color:var(--mut);text-decoration:none;padding:6px 12px;border-radius:8px;font-size:14px}
|
.topnav a{color:var(--mut);text-decoration:none;padding:6px 12px;border-radius:8px;font-size:14px}
|
||||||
.topnav a:hover{color:var(--ink);background:var(--panel)}
|
.topnav a:hover{color:var(--ink);background:var(--panel)}
|
||||||
.topnav a.here{color:var(--acid);background:rgba(214,255,61,.08)}
|
.topnav a.here{color:var(--acid);background:rgba(214,255,61,.08)}
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,14 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:site_name" content="Silent Mode">
|
||||||
|
<meta property="og:title" content="Silent Mode — releases &amp; checksums">
|
||||||
|
<meta property="og:url" content="https://silentmode.st/releases/">
|
||||||
|
<meta property="og:image" content="https://silentmode.st/brand/og.png">
|
||||||
|
<meta property="og:image:width" content="1200">
|
||||||
|
<meta property="og:image:height" content="630">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<title>Silent Mode — releases & checksums</title>
|
<title>Silent Mode — releases & checksums</title>
|
||||||
<style>
|
<style>
|
||||||
:root{--bg:#0b0e14;--panel:#141a24;--line:rgba(255,255,255,.09);--ink:#e7eaf1;--mut:#8b98a9;--dim:#5e6678;--acid:#d6ff3d}
|
:root{--bg:#0b0e14;--panel:#141a24;--line:rgba(255,255,255,.09);--ink:#e7eaf1;--mut:#8b98a9;--dim:#5e6678;--acid:#d6ff3d}
|
||||||
|
|
@ -33,7 +41,7 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<nav class="topnav">
|
<nav class="topnav">
|
||||||
<a class="brand" href="../">⛓️ Silent <span class="g">Mode</span></a>
|
<a class="brand" href="../"><svg class="logo" viewBox="0 0 32 20" aria-hidden="true"><rect class="l1" x="1.5" y="3.5" width="17" height="13" rx="6.5" ry="6.5" fill="none" stroke-width="2.6"/><rect class="l2" x="13.5" y="3.5" width="17" height="13" rx="6.5" ry="6.5" fill="none" stroke-width="2.6"/></svg>Silent <span class="g">Mode</span></a>
|
||||||
<a href="../tools/">Theseus</a>
|
<a href="../tools/">Theseus</a>
|
||||||
<a href="../prometheus/">Prometheus</a>
|
<a href="../prometheus/">Prometheus</a>
|
||||||
<a href="../sirius/">Sirius</a>
|
<a href="../sirius/">Sirius</a>
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,15 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Theseus — Silent Mode</title>
|
<title>Theseus — Silent Mode</title>
|
||||||
<meta name="description" content="Silent Mode's own clients: Theseus Navigator for Windows and Android (browsers that speak the BCH name registry natively, Ariadne resolver built in), the public relay, the Firefox extension, and the standalone Ariadne Resolver for system-wide use.">
|
<meta name="description" content="Silent Mode's own clients: Theseus Navigator for Windows and Android (browsers that speak the BCH name registry natively, Ariadne resolver built in), the public relay, the Firefox extension, and the standalone Ariadne Resolver for system-wide use.">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:site_name" content="Silent Mode">
|
||||||
|
<meta property="og:title" content="Theseus — Silent Mode">
|
||||||
|
<meta property="og:description" content="Silent Mode's own clients: Theseus Navigator for Windows and Android (browsers that speak the BCH name registry natively, Ariadne resolver built in), the public relay, the Firefox extension, and the standalone Ariadne Resolver for system-wide use.">
|
||||||
|
<meta property="og:url" content="https://silentmode.st/tools/">
|
||||||
|
<meta property="og:image" content="https://silentmode.st/brand/og.png">
|
||||||
|
<meta property="og:image:width" content="1200">
|
||||||
|
<meta property="og:image:height" content="630">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<link rel="stylesheet" href="../shared.css">
|
<link rel="stylesheet" href="../shared.css">
|
||||||
<style>
|
<style>
|
||||||
/* Flagship — ONE panel with a shared description, two versions inside.
|
/* Flagship — ONE panel with a shared description, two versions inside.
|
||||||
|
|
@ -71,7 +80,7 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<nav class="topnav">
|
<nav class="topnav">
|
||||||
<a class="brand" href="../">⛓️ Silent <span class="g">Mode</span></a>
|
<a class="brand" href="../"><svg class="logo" viewBox="0 0 32 20" aria-hidden="true"><rect class="l1" x="1.5" y="3.5" width="17" height="13" rx="6.5" ry="6.5" fill="none" stroke-width="2.6"/><rect class="l2" x="13.5" y="3.5" width="17" height="13" rx="6.5" ry="6.5" fill="none" stroke-width="2.6"/></svg>Silent <span class="g">Mode</span></a>
|
||||||
<a href="./" class="here">Theseus</a>
|
<a href="./" class="here">Theseus</a>
|
||||||
<a href="../prometheus/">Prometheus</a>
|
<a href="../prometheus/">Prometheus</a>
|
||||||
<a href="../sirius/">Sirius</a>
|
<a href="../sirius/">Sirius</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue