Initial commit

This commit is contained in:
2025-10-03 16:04:40 +03:00
commit ed2d8e7533
57 changed files with 3601 additions and 0 deletions

132
public/index.html Normal file
View File

@@ -0,0 +1,132 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://finmoon.net/rss.xml">
<title></title>
<link rel="preload" href="https://finmoon.net/css/style.css" as="style">
<link rel="stylesheet" href="https://raw.githack.com/Speyll/suCSS/main/reset-min.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://raw.githack.com/Speyll/suCSS/main/suCSS-min.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://finmoon.net/css/style.css">
<link rel="stylesheet" href="https://finmoon.net/css/custom.css">
<!-- Add favicon with appropriate sizes -->
<link rel="icon" href="https:&#x2F;&#x2F;finmoon.net/favicon.ico">
</head>
<body>
<nav id="nav-bar">
<a href="&#x2F;" class="">
&#x2F;home&#x2F;
</a>
<a href="&#x2F;ru" class="">
</a>
<a href="&#x2F;about" class="">
&#x2F;about&#x2F;
</a>
<a href="&#x2F;ru&#x2F;about" class="">
</a>
<a href="&#x2F;links" class="">
&#x2F;links&#x2F;
</a>
<a href="&#x2F;ru&#x2F;links" class="">
</a>
<a href="&#x2F;blog" class="">
&#x2F;blog&#x2F;
</a>
<a href="&#x2F;ru&#x2F;blog" class="">
</a>
<a href="&#x2F;ru" class="">
&#x2F;ru&#x2F;
</a>
<a href="&#x2F;" class="">
</a>
<div class="theme-toggle" id="theme-toggle" role="button" tabindex="0" aria-label="Toggle theme"
data-icon-base="https://finmoon.net/icons.svg"
data-icon-dark="#darkMode"
data-icon-light="#lightMode"
data-sound-src="https://finmoon.net/click.ogg">
<svg class="icon">
<use id="theme-icon"></use>
</svg>
</div>
</nav>
<main>
<h1 id="welcome">Welcome</h1>
<p>you are now browsing my (FM's) personal website. look around and have some fun (although for now there's little content, but I plan to fix that relatively soon)</p>
<p>for now you are free to <a href="https://finmoon.net/./about">learn about me</a></p>
<p>you can always email me at <a href="mailto:finonmoon@gmail.com">finonmoon@gmail.com</a>. my other contacts can be found <a href="https://finmoon.net/./links">here</a></p>
<p>i also have a blog. you can find the recent blogposts below. you also can subscribe to my <a href="https://finmoon.net/./rss.xml">rss feed</a></p>
<h1 id="recent-blogposts">Recent blogposts</h1>
<blockquote>
<p><em>Coming soon(tm)</em></p>
</blockquote>
<h4 id="all-posts"><a href="https://finmoon.net/./blog">all posts</a></h4>
</main>
<footer>
<hr />
<div id="footer-container">
<p>Copyright FinMoon 2025</p>
<p>
Made using
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/Speyll/anemone"
>anemone</a
>
Zola theme
</p>
</div>
</footer>
<!-- Move JS to end of body and add defer -->
<script src="https://finmoon.net/js/script.js" defer></script>
</body>
</html>