Files
finmoon.net/public/ru/about/index.html
2025-10-03 16:04:40 +03:00

143 lines
3.8 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ru">
<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="">
</a>
<a href="&#x2F;ru" class="">
&#x2F;главная&#x2F;
</a>
<a href="&#x2F;about" class="">
</a>
<a href="&#x2F;ru&#x2F;about" class="">
&#x2F;обо мне&#x2F;
</a>
<a href="&#x2F;links" class="">
</a>
<a href="&#x2F;ru&#x2F;links" class="">
&#x2F;ссылки&#x2F;
</a>
<a href="&#x2F;blog" class="">
</a>
<a href="&#x2F;ru&#x2F;blog" class="">
&#x2F;блог&#x2F;
</a>
<a href="&#x2F;ru" class="">
</a>
<a href="&#x2F;" class="">
&#x2F;en&#x2F;
</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>
<article class="post">
<header class="post-header">
<h1>Обо мне</h1>
</header>
<div class="post-content">
<p>по чуть-чуть делаю что-то, учусь во вшэ (law'30). хочу (пере)поступать за границу</p>
<p>занимаюсь фотографией. люблю скуба дайвинг. катаюсь туда-сюда</p>
<p>proud fedora linux user 🎩</p>
<p>[redacted for russian law reasons]</p>
<h2 id="ia">я:</h2>
<div >
<img src="&#x2F;files&#x2F;me.jpg" alt="a photo of me">
</div>
</div>
</article>
</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>