astolfo.org/_includes/base.html
Nico 221763a105
redo header
a lot a lot better now, actually matches nav bar too. probably replace
image in it with something else later. and make the marquee seem endless
and add more lines to it and stuff
2025-09-03 01:25:14 +10:00

57 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html lang="en-AU">
<head>
<title>astolfo.org</title>
<meta charset="utf-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/bundle.css">
<link rel="icon" type="image/x-icon" href="/img/favicon.ico">
</head>
<body>
<header>
<marquee>astolfo is such a cutie // church of astolfo!! // such a good girl // breathing in his bussy gas rn</marquee>
<div class="flex">
<h1 id="wave-text">
<span style="animation-delay: 0.1s;">a</span><span style="animation-delay: 0.2s;">s</span><span style="animation-delay: 0.3s;">t</span><span style="animation-delay: 0.4s;">o</span><span style="animation-delay: 0.5s;">l</span><span style="animation-delay: 0.6s;">f</span><span style="animation-delay: 0.8s;">o</span><span style="animation-delay: 0.9s;">!</span>
</h1>
<img src="/img/astolfos/header.gif">
</div>
</header>
<div id="main-page">
<nav>
<ul>
<li><a href="/">home</a></li>
<li><a href="/blog">blog</a></li>
<li><a href="/store">store</a></li>
<li><a href="https://git.astolfo.org">git</a></li>
</ul>
</nav>
<div style="margin: 2em;">{{ content }}</div>
</div>
<footer class="horizontal-flex">
<marquee id="footer-scroll" style="font-size: 13vw; width: 50%; box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset; background-color: var(--accent2); border-radius: var(--rounding)">astolfo.org</marquee>
<!-- idk put astolfo in a train here, learn pixel art someday -->
<div>
<div style="display: flex;" class="horizontal-flex">
<ul>
<li><a href="/">home</a></li>
<li><a href="/blog/">blog</a></li>
<li><a href="/store">store</a></li>
<li><a href="https://status.astolfo.org">status</a></li>
</ul>
<ul>
<li><a href="https://git.astolfo.org">git</a></li>
<li><a href="https://sso.astolfo.org">sso</a></li>
</ul>
</div>
<hr>
<p>site build at commit [PUT COMMIT HERE]. <br>source avaliable at <a href="https://git.nijika.astolfo.org/astolfo/astolfo.org">git.nijika.astolfo.org/astolfo/astolfo.org</a></p>
<p>all text, html and css licensed under <a href="https://opensource.org/license/0bsd">BSD0</a> unless noted otherwise.</p>
</div>
</footer>
</body>
</html>