Update nav: book icon logo, add Q&A link, remove Home link

This commit is contained in:
nmemmert
2026-05-05 16:39:25 -04:00
parent 7c02062663
commit 5088687b58
4 changed files with 48 additions and 12 deletions
+23
View File
@@ -1,3 +1,26 @@
export function BookIcon() {
return (
<svg width="32" height="32" viewBox="0 0 80 64" fill="none" aria-hidden="true">
<path
d="M40 56 C40 56 8 44 8 16 L8 8 L40 8 L40 56 Z"
stroke="currentColor" strokeWidth="3" strokeLinejoin="round" fill="rgba(30,24,14,0.85)"
/>
<path
d="M40 56 C40 56 72 44 72 16 L72 8 L40 8 L40 56 Z"
stroke="currentColor" strokeWidth="3" strokeLinejoin="round" fill="rgba(30,24,14,0.85)"
/>
<path d="M40 8 L40 56" stroke="currentColor" strokeWidth="2" />
<line x1="16" y1="20" x2="36" y2="20" stroke="currentColor" strokeWidth="2" strokeLinecap="round" />
<line x1="16" y1="28" x2="36" y2="28" stroke="currentColor" strokeWidth="2" strokeLinecap="round" />
<line x1="16" y1="36" x2="32" y2="36" stroke="currentColor" strokeWidth="2" strokeLinecap="round" />
<line x1="44" y1="20" x2="64" y2="20" stroke="currentColor" strokeWidth="2" strokeLinecap="round" />
<line x1="44" y1="28" x2="64" y2="28" stroke="currentColor" strokeWidth="2" strokeLinecap="round" />
<line x1="48" y1="36" x2="64" y2="36" stroke="currentColor" strokeWidth="2" strokeLinecap="round" />
<line x1="28" y1="58" x2="52" y2="58" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" />
</svg>
)
}
export function FacebookIcon() {
return (
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">