bank landing: stack bar links to libeufin tags on git.taler.net
Blue technical bar: libeufin-bank / libeufin-common 1.6.6 each link to the v1.6.6 tag commit on https://git.taler.net/taler/libeufin/ (not git-www).
This commit is contained in:
parent
2e088f95cd
commit
7a427fff5e
1 changed files with 31 additions and 0 deletions
|
|
@ -69,6 +69,31 @@
|
|||
margin: 0 auto;
|
||||
padding: 2.25rem 1.25rem 3.5rem;
|
||||
}
|
||||
/* Technical stack strip (software + versions) — top of page */
|
||||
.stack-bar {
|
||||
margin: 0;
|
||||
padding: 0.35rem 0.75rem;
|
||||
background: #0042b3;
|
||||
color: #d6e4ff;
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
|
||||
font-size: 0.62rem;
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.02em;
|
||||
line-height: 1.35;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid rgba(164, 201, 255, 0.35);
|
||||
}
|
||||
.stack-bar strong {
|
||||
color: #fff;
|
||||
font-weight: 650;
|
||||
}
|
||||
.stack-bar .sep { color: rgba(164, 201, 255, 0.55); margin: 0 0.2rem; }
|
||||
.stack-bar a {
|
||||
color: #a4c9ff;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid rgba(164, 201, 255, 0.4);
|
||||
}
|
||||
.stack-bar a:hover { color: #fff; border-bottom-color: #fff; }
|
||||
.hero {
|
||||
text-align: center;
|
||||
margin: 0 0 1.75rem;
|
||||
|
|
@ -984,6 +1009,12 @@
|
|||
<script src="/intro/qrcode.min.js"></script>
|
||||
</head>
|
||||
<body data-shop-theme="bank">
|
||||
<p class="stack-bar" role="note" title="Taler software on this bank service (links → git.taler.net tags)">
|
||||
<strong>stack</strong><span class="sep">·</span>
|
||||
<a href="https://git.taler.net/taler/libeufin/commit/ab00480dd9b3be50704fb449b750c764fd4c1de0.html" target="_blank" rel="noopener noreferrer" title="libeufin tag v1.6.6">libeufin-bank 1.6.6</a>
|
||||
<span class="sep">·</span>
|
||||
<a href="https://git.taler.net/taler/libeufin/commit/ab00480dd9b3be50704fb449b750c764fd4c1de0.html" target="_blank" rel="noopener noreferrer" title="libeufin tag v1.6.6">libeufin-common 1.6.6</a>
|
||||
</p>
|
||||
<main>
|
||||
<header class="hero">
|
||||
<span class="badge">Intergalactic · GOA · no IBAN</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue