IF.TTT explainer: add hero artwork
This commit is contained in:
parent
7595f716c8
commit
2938ab2c9f
4 changed files with 20 additions and 1 deletions
BIN
ifttt/assets/red-team-doc-1024-559.jpg
Normal file
BIN
ifttt/assets/red-team-doc-1024-559.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 122 KiB |
BIN
ifttt/assets/red-team-stamp-600.png
Normal file
BIN
ifttt/assets/red-team-stamp-600.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 561 KiB |
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue