Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,11 @@ <h2>🚀 Accelerate the Doom</h2>
not official measurements. Sources: Google/DeepMind energy reports, Microsoft sustainability
disclosures, Epoch AI compute trends, AI Index 2024.
</p>
<p class="footer-disclaimer footer-meta-irony">
🔥 This site was built using AI coding agents across 27 pull requests,
consuming an estimated <strong>~4,000,000 tokens</strong> in the process —
adding to the very problem it tracks.
</p>
</div>
</footer>

Expand Down
11 changes: 11 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,17 @@ footer strong { color: var(--accent-2); }
color: var(--text-muted);
}

.footer-meta-irony {
margin-top: 0.75rem;
font-style: italic;
opacity: 0.75;
}

.footer-meta-irony strong {
color: var(--accent);
font-style: normal;
}

/* ---- Section Labels ---- */
.section-label {
font-size: 0.7rem;
Expand Down
Loading