Layered head silhouettes in white on black.

Build Log

This site is also a labor of love. Posting change logs here for the fun of it..

Build log launched

Created a dedicated build log page and wired it into the main nav.

View snippet
<nav class="nav-links">
                  ...
                  <a href="build-log.html">Build Log</a>
                  <a href="about.html">About</a>
                  ...
                  </nav>

About the archive page

Added a page explaining the why, how it is built, and long-term intent.

View snippet
<main>
                  <section class="section">
                  <h1 class="page-title">About the archive</h1>
                  <p class="page-intro">A place to keep the work alive.</p>
                  </section>
                  </main>

Embed and meta cleanup

Added lazy loading to embeds and improved social sharing metadata.

View snippet
<meta property="og:title" content="Zach Isn't
                  Dead">
                  <link rel="preconnect" href="https://fonts.googleapis.com">
                  <iframe loading="lazy" title="Instagram feed" ...></iframe>