Initial commit
This commit is contained in:
142
public/about/index.html
Normal file
142
public/about/index.html
Normal file
@@ -0,0 +1,142 @@
|
||||
<!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> | About Me</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://finmoon.net/favicon.ico">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
|
||||
<nav id="nav-bar">
|
||||
|
||||
<a href="/" class="">
|
||||
|
||||
/home/
|
||||
</a>
|
||||
|
||||
<a href="/ru" class="">
|
||||
|
||||
|
||||
</a>
|
||||
|
||||
<a href="/about" class="">
|
||||
|
||||
/about/
|
||||
</a>
|
||||
|
||||
<a href="/ru/about" class="">
|
||||
|
||||
|
||||
</a>
|
||||
|
||||
<a href="/links" class="">
|
||||
|
||||
/links/
|
||||
</a>
|
||||
|
||||
<a href="/ru/links" class="">
|
||||
|
||||
|
||||
</a>
|
||||
|
||||
<a href="/blog" class="">
|
||||
|
||||
/blog/
|
||||
</a>
|
||||
|
||||
<a href="/ru/blog" class="">
|
||||
|
||||
|
||||
</a>
|
||||
|
||||
<a href="/ru" class="">
|
||||
|
||||
/ru/
|
||||
</a>
|
||||
|
||||
<a href="/" 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>
|
||||
|
||||
<article class="post">
|
||||
<header class="post-header">
|
||||
|
||||
|
||||
|
||||
|
||||
<h1>About Me</h1>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="post-content">
|
||||
<p>still live in moscow. HSE Law'30, but applying abroad</p>
|
||||
<p>love photography, scuba diving and other cool stuff</p>
|
||||
<p>proud fedora linux user 🎩</p>
|
||||
<p>[redacted for russian law reasons]</p>
|
||||
<h1 id="me">me:</h1>
|
||||
<div >
|
||||
<img src="/files/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>
|
||||
Reference in New Issue
Block a user