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
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ <h3>Hold forecasts to outturns</h3>
<p class="chooser-note"><a href="/models/">Explore all six models</a> or <a href="/models/#compare">compare their assumptions side by side</a>.</p>
</section>

<section class="home-proof" aria-label="Why PolicyEngine Macro">
<div><strong>Hosted tools</strong><span>No PolicyEngine account or API key</span></div>
<div><strong>Preserved vintages</strong><span>Official data stored point in time</span></div>
<div><strong>Public forecast record</strong><span>Rounds fixed before outturns</span></div>
<div><strong>Honest validation</strong><span>Benchmarks and failures published</span></div>
</section>

<section id="validation" class="band">
<div class="band-head">
<span class="kicker mono">02 — validation</span>
Expand Down Expand Up @@ -184,12 +191,6 @@ <h2>Run hosted models—or use the code directly.</h2>
</div>
</section>

<section class="home-proof" aria-label="Why PolicyEngine Macro">
<div><strong>Hosted tools</strong><span>No PolicyEngine account or API key</span></div>
<div><strong>Preserved vintages</strong><span>Official data stored point in time</span></div>
<div><strong>Public forecast record</strong><span>Rounds fixed before outturns</span></div>
<div><strong>Honest validation</strong><span>Benchmarks and failures published</span></div>
</section>

</main>

Expand Down
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,13 @@ h1, h2, h3, p, figcaption, a { overflow-wrap: anywhere; }

.hero-fig figcaption {
margin-top: var(--s-3);
margin-left: auto;
margin-right: auto;
font-size: var(--fs-body-sm);
line-height: 1.55;
color: var(--paper-faint);
max-width: 46ch;
text-align: center;
}
.hero-fig figcaption a { color: var(--brand-strong); }

Expand Down