Upload files to "/"
Changed the plugin version and adjusted the GUI
This commit is contained in:
10
index.html
10
index.html
@@ -13,7 +13,7 @@
|
||||
Accent: blue (#2d6cdf), faithful to the reference file.
|
||||
Content: index2.html + updated facts from the GitHub repo
|
||||
(Electrum 4.7.2, PyQt6, install flow, Anticipate/Postpone,
|
||||
Server-column states, release v0.5.1, MIT license).
|
||||
Server-column states, release v0.5.18, MIT license).
|
||||
All UI copy is in English by project convention.
|
||||
=========================================================
|
||||
-->
|
||||
@@ -91,7 +91,8 @@ header.hero{padding:56px 0 40px;border-bottom:1px solid var(--line);background:
|
||||
}
|
||||
.hero h1 .blue{color:var(--accent)}
|
||||
.hero .lead{color:var(--muted);font-size:17px;max-width:540px;margin:0 0 26px}
|
||||
.cta-row{display:flex;gap:11px;flex-wrap:wrap;margin-bottom:22px}
|
||||
.cta-row{display:grid;grid-template-columns:1fr 1fr;gap:11px;max-width:540px;margin-bottom:22px}
|
||||
.cta-row .btn{justify-content:center;text-align:center}
|
||||
.btn{
|
||||
font:inherit;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;
|
||||
padding:11px 18px;border-radius:9px;border:1px solid var(--accent);
|
||||
@@ -244,6 +245,7 @@ footer .built{font-size:13px;color:var(--muted);margin-top:8px}
|
||||
.hero .wrap{grid-template-columns:1fr;gap:28px}
|
||||
.hero-card{order:-1}
|
||||
.cols-3,.steps,.install-grid{grid-template-columns:1fr}
|
||||
.cta-row{grid-template-columns:1fr;max-width:none}
|
||||
.cols-2{grid-template-columns:1fr}
|
||||
.hero h1{font-size:34px}
|
||||
.topbar nav a:not(.x):not(.manifesto){display:none}
|
||||
@@ -298,7 +300,7 @@ footer .built{font-size:13px;color:var(--muted);margin-top:8px}
|
||||
<div class="name">BAL Protocol</div>
|
||||
<div class="tag">Electrum plugin + Will-Executor</div>
|
||||
<div class="stats">
|
||||
<div class="stat"><div class="n">v0.5.1</div><div class="l">Latest release</div></div>
|
||||
<div class="stat"><div class="n">v0.5.18</div><div class="l">Latest release</div></div>
|
||||
<div class="stat"><div class="n">10 yr</div><div class="l">Min. support</div></div>
|
||||
<div class="stat"><div class="n">MIT</div><div class="l">License</div></div>
|
||||
<div class="stat"><div class="n">100%</div><div class="l">Bitcoin-funded</div></div>
|
||||
@@ -590,7 +592,7 @@ footer .built{font-size:13px;color:var(--muted);margin-top:8px}
|
||||
<a href="https://bitcoin-after.life">bitcoin-after.life</a>
|
||||
<a href="mailto:info@bitcoin-after.life">info@bitcoin-after.life</a>
|
||||
<a href="https://x.com/BitcoinAfterLif">@BitcoinAfterLif</a>
|
||||
<a href="https://bitcoin-after.life/public_key.gpg">PGP Key</a>
|
||||
<a href="https://bitcoin-after.life/pgp">PGP Key</a>
|
||||
<a href="https://bitcoin-after.life/gitea/bitcoinafterlife">Source Code</a>
|
||||
</div>
|
||||
<div class="built">Built with ₿itcoin. No FIAT was used in the making of this protocol.</div>
|
||||
|
||||
Reference in New Issue
Block a user