Homepage h1s back to section heads (links row left the vault index); LinkedIn in nav + footer

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
wes
2026-07-21 22:10:55 -04:00
co-authored by Claude Fable 5
parent 8f48656e91
commit 97d302e9af
+4 -17
View File
@@ -71,6 +71,7 @@ const pageUrl = new URL(Astro.url.pathname, Astro.site);
<a href="https://resume.c0smere.net/raywes88/easy-bronze-gazelle" <a href="https://resume.c0smere.net/raywes88/easy-bronze-gazelle"
>resume</a >resume</a
> >
<a href="https://www.linkedin.com/in/wesley-m-ray/">linkedin</a>
</nav> </nav>
</div> </div>
<div id="hq" class="header-quote" hidden> <div id="hq" class="header-quote" hidden>
@@ -100,7 +101,8 @@ const pageUrl = new URL(Astro.url.pathname, Astro.site);
<p> <p>
Wesley Ray · <a href="https://blog.c0smere.net">blog</a> · Wesley Ray · <a href="https://blog.c0smere.net">blog</a> ·
<a href="https://git.c0smere.net/wes">git</a> · <a href="https://git.c0smere.net/wes">git</a> ·
<a href="https://resume.c0smere.net/raywes88/easy-bronze-gazelle">resume</a> <a href="https://resume.c0smere.net/raywes88/easy-bronze-gazelle">resume</a> ·
<a href="https://www.linkedin.com/in/wesley-m-ray/">linkedin</a>
</p> </p>
<div id="odometer" hidden> <div id="odometer" hidden>
<div class="odo-display" id="odo-digits" aria-live="off"></div> <div class="odo-display" id="odo-digits" aria-live="off"></div>
@@ -757,23 +759,8 @@ const pageUrl = new URL(Astro.url.pathname, Astro.site);
font-weight: 800; font-weight: 800;
margin: 2.4rem 0 0.75rem; margin: 2.4rem 0 0.75rem;
} }
/* the vault-authored links row at the very top: render as a small
uppercase link bar, not a display heading */
.home main > h1:first-child { .home main > h1:first-child {
margin: 0 0 0.5rem; margin-top: 0.75rem;
font-size: 0.8rem;
font-weight: 400;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--muted);
}
.home main > h1:first-child a {
color: var(--muted);
text-decoration: none;
}
.home main > h1:first-child a:hover {
color: var(--link-bright);
text-decoration: underline;
} }
.home main h2 { .home main h2 {
font-size: 0.85rem; font-size: 0.85rem;