Sets up about and home pages.

This commit is contained in:
2025-06-22 10:37:21 -07:00
parent 5a17ff266d
commit 9dcf57a730
10 changed files with 108 additions and 129 deletions

View File

@@ -1,11 +1,11 @@
---
import SidebarLink from './SidebarLink.astro';
import Logo from './Logo.astro';
import Blazestar from './Blazestar.astro';
---
<header>
<nav>
<h2><Logo></Logo></h2>
<h2><Blazestar /></h2>
<div class="internal-links">
<SidebarLink href="/">Home</SidebarLink>
<SidebarLink href="/blog">Blog</SidebarLink>
@@ -38,9 +38,10 @@ import Logo from './Logo.astro';
margin: 0;
padding: 0 1em;
}
h2 {
margin-bottom: 0.5em;
font-size: 1em;
font-size: 1.5em;
}
h2 a,