Skip to content

Commit 6c8632b

Browse files
committed
fix: add NSF footer
Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
1 parent b371a16 commit 6c8632b

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

assets/css/extended/homepage.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,18 @@
151151
.dark .project-card:hover {
152152
box-shadow: 0 2px 12px rgba(255, 255, 255, 0.05);
153153
}
154+
155+
/* ── NSF footer ──────────────────────────────────────────────────────────── */
156+
.nsf-footer {
157+
border-top: 1px solid var(--border);
158+
padding: 1.25rem var(--gap);
159+
max-width: calc(var(--main-width) + var(--gap) * 2);
160+
margin: 0 auto;
161+
}
162+
163+
.nsf-footer p {
164+
font-size: 0.8rem;
165+
color: var(--secondary);
166+
line-height: 1.6;
167+
margin: 0;
168+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<div class="nsf-footer">
2+
<p>Support for this work was provided by NSF grant <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2209877&amp;HistoricalAwards=false">OAC-2209877</a>.
3+
Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s)
4+
and do not necessarily reflect the views of the National Science Foundation.</p>
5+
</div>

0 commit comments

Comments
 (0)