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
2 changes: 1 addition & 1 deletion site/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const packs = [
<header class="hero">
<div class="wrap hero-grid">
<div class="hero-copy">
<h1>Your taste,<br />not the model’s</h1>
<h1>Clever code<br />is a <span class="squiggle">liability</span></h1>
<p class="lede">
AI agents are rats in a maze. They reach for what they know, and what they know is
<strong><a class="ilink" href="https://github.com/openai/codex/issues/28224" target="_blank" rel="noopener">slop</a></strong>.
Expand Down
5 changes: 5 additions & 0 deletions site/src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ section { padding: 6.5rem 0; border-top: 1px solid var(--line-soft); }
font-size: clamp(2.8rem, 5.4vw, 4.5rem);
font-weight: 400; line-height: 1.02; letter-spacing: -.025em;
}
.hero h1 .squiggle {
text-decoration: underline wavy var(--flag);
text-decoration-thickness: 2px;
text-underline-offset: .12em;
}
.hero .lede {
margin-top: 1.6rem; max-width: 32rem;
font-size: clamp(1.3rem, 1.9vw, 1.6rem); color: var(--ink);
Expand Down