website/public/index.html

56 lines
2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/css.css">
</head>
<body style="background-color: #222;">
<div id="content">
<div class="header" style="grid-area: header1; text-align: center">
<h1>SpoodyThe<span style="color:var(--background-text)">.</span>One</h1>
</div>
<div class="content" style="grid-area: content1">
<h2>Things I like</h2>
<ul>
<li><a href="https://myanimelist.net/animelist/unplowed">Anime</a></li>
<li>Programming</li>
<li>Gaming</li>
<li>Vim motions</li>
</ul>
</div>
<div class="content" style="grid-area: content2">
<h2>Projects I've finished</h2>
<ul>
<li><a href="/posts?post=openbirch">Openbirch</a><br>(made it to an alpha release)</li>
<li><a href="/posts?post=minecraft-proxy">Minecraft server
hibernator</a></li>
<li><a href="https://gitlab.com/SpoodyTheOne/the-wheel">Wheel of names drinking game</a><br>(scraping the bottom
of the barrel for finished projects)</li>
</ul>
</div>
<!-- <div class="content" style="grid-area: content3">content</div> -->
<div class="footer" style="grid-area: footer1"><marquee>Footer</marquee></div>
<div class="footer" style="grid-area: footer2; text-align: center">
<!-- <a href="https://nixwebr.ing/next/<name>">&leftarrow; prev</a> <a href="https://nixwebr.ing">nixwebr.ing</a> -->
<!-- <a href="https://nixwebr.ing/prev/<name>">next &rightarrow;</a> -->
webbringGg
</div>
<div class="footer" style="grid-area: footer3; text-align: center;">
<!-- <a href="https://512kb.club"><img style="aspect-ratio: 234.383/30" height=30 -->
<!-- alt="a proud member of the green team of 512KB club" -->
<!-- src="https://512kb.club/assets/images/green-team.svg"></a> -->
aspirant of 512kb.club
</div>
</div>
<div id="background"></div>
<script src="/main.js"></script>
<script>
generate_background();
</script>
</body>
</html>