working on redoing home nave and what not

This commit is contained in:
Pagwin 2024-12-18 01:19:31 -05:00
parent 1ed3dbd19e
commit bddc001298
No known key found for this signature in database
GPG key ID: 81137023740CA260
2 changed files with 5 additions and 6 deletions

View file

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -24,13 +24,12 @@
<body> <body>
<!-- originally handled dark v light via js but decided it would be better to just do it all in css and have no toggle 8a7917a0cd34bd7637d9a9a8ad327e4b847cdeed is the last commit where I had the system setup --> <!-- originally handled dark v light via js but decided it would be better to just do it all in css and have no toggle 8a7917a0cd34bd7637d9a9a8ad327e4b847cdeed is the last commit where I had the system setup -->
<header id="header"> <header id="header">
<a class="nav-link" rel="prefetch" href="/">Home</a> <a class="icon" rel="prefetch" href="/"><object class="icon svg" data="/static/images/house.svg"
<a class="nav-link" rel="prefetch" href="/posts/">All Posts</a> alt="home"></object></a>
<a class="nav-link" href="/links/">Other places I'm at</a>
<div class="back-shover"></div> <div class="back-shover"></div>
<a class="icon" href="/index.xml"> <object width="100" height="100" class="icon svg" <a class="icon" href="/index.xml"> <object class="icon svg" data="/static/images/rss.svg"
data="/static/images/rss.svg">atom/rss/web alt="web feed"></object>
feed</object></a> </a>
</header> </header>
<div id="content-outer"> <div id="content-outer">
<div id="content"> <div id="content">