Fix html
This commit is contained in:
parent
f45f0f0b08
commit
6549538977
18
index.html
18
index.html
@ -176,14 +176,19 @@
|
|||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 0.12em;
|
letter-spacing: 0.12em;
|
||||||
|
cursor: pointer;
|
||||||
|
text-decoration: none;
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge--accent {
|
.badge--accent {
|
||||||
border-color: rgba(56, 189, 248, 0.7);
|
border-color: rgba(148, 163, 184, 0.55);
|
||||||
background: var(--accent-soft);
|
background: rgba(15, 23, 42, 0.85);
|
||||||
color: #e0f2fe;
|
color: var(--text-muted);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.hero-meta {
|
.hero-meta {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
@ -339,13 +344,6 @@
|
|||||||
running fully on self-hosted hardware.
|
running fully on self-hosted hardware.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="badge-row">
|
|
||||||
<div class="badge badge--accent">K3s · Argo CD · GitOps</div>
|
|
||||||
<div class="badge">Grafana & Prometheus</div>
|
|
||||||
<div class="badge">Keycloak SSO</div>
|
|
||||||
<div class="badge">Cloudflare · Tunnels</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="hero-meta">
|
<div class="hero-meta">
|
||||||
<div><strong>Primary use:</strong> learning, demos & side projects</div>
|
<div><strong>Primary use:</strong> learning, demos & side projects</div>
|
||||||
<div><strong>Status:</strong> internal lab — not a production service provider</div>
|
<div><strong>Status:</strong> internal lab — not a production service provider</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user