bunch of styling and filelr content as well as nav generation

This commit is contained in:
2026-02-03 10:44:52 -08:00
parent 16479476a8
commit 23ebc8ae7f
6 changed files with 355 additions and 70 deletions

View File

@ -16,6 +16,9 @@
<!-- <meta property="og:image" content="/assets/img/logo.jpg" />
<meta property="og:image:alt" content="block print in black and orange of a rufous hummingbird in flight with tail flared. the hummingbird holds a banner that reads 'become ungovernable.'" /> -->
<!-- JS -->
<script src="/assets/scripts/nav.js" defer></script>
<!-- CSS -->
<link rel="stylesheet" href="/assets/styles/main.css">
<link rel="stylesheet" href="/assets/styles/palette.css">
@ -23,9 +26,7 @@
</head>
<body>
<header>
<nav>
</nav>
<nav id="top-nav"><!-- auto-generated by nav.js --></nav>
</header>
<main id="main">
<h1>Site palette</h1>
@ -38,5 +39,6 @@
<p class="color" id="orange-dark">#ba4f1d</p>
<p class="color" id="orange-light">#e88a5c</p>
</main>
<footer id="footer"><!-- auto-generated by nav.js --></footer>
</body>
</html>