IF.TTT explainer: add hero artwork

This commit is contained in:
root 2025-12-28 22:09:32 +00:00
parent 7595f716c8
commit 2938ab2c9f
4 changed files with 20 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 KiB

View file

@ -71,6 +71,13 @@
<aside class="hero__card" aria-label="What a trace page shows">
<div class="card">
<div class="card__media">
<img
src="./assets/red-team-doc-1024-559.jpg"
alt="InfraFabric Red Team dossier cover with “EYES ONLY // DAVE” stamp"
loading="lazy"
/>
</div>
<div class="card__hdr">
<div class="badge badge--ok">VERIFIED</div>
<div class="badge">QUANTUM READY (optional)</div>

View file

@ -256,6 +256,19 @@ h1 {
overflow: hidden;
}
.card__media {
border-bottom: 1px solid var(--border);
background: #111827;
}
.card__media img {
display: block;
width: 100%;
height: 162px;
object-fit: cover;
opacity: 0.95;
}
.card__hdr {
padding: 12px 12px;
border-bottom: 1px solid var(--border);
@ -624,4 +637,3 @@ details p {
font-size: 34px;
}
}