noemiweb/index.html

72 lines
No EOL
3.6 KiB
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="noemis puppyhouse :3" property="og:title">
<meta content="stupid puppygirl coding thing" property="og:description">
<meta content="https://nyoemii.dev" property="og:url">
<meta content="https://nyoemii.dev/media/img/pfp.jpg" property="og:image">
<meta content="#4db9a7" data-react-helmet="true" name="theme-color">
<title>nyoemii = she/they</title>
<link rel="stylesheet" href="./css/main.css?v=3">
<link rel="stylesheet" href="./css/prism.css">
</head>
<header>
<nav><a href="./index.html">main</a> <a href="./portfolio.html">projects</a> <a href="./aboutme.html">about</a></nav>
</header>
<body>
<div class="content">
<div class="main-content">
<section class="title">
<h1><img class="title-img" src="media/img/pfp-new.png" alt="puppyy :3" width="80px" title=":3"><a> nyoemii </a></h1>
</section>
<hr class="hr2">
<section class="main" id="about-me">
<h2><a class="no-decor">about me</a></h2>
<p>haiiii -w-<br>
my name is noemi and i'm a <span id="age" title="born on September 23, 2004">&hellip;</span> old 🏳️‍⚧️ girl from germany who also
loves doing <a href="portfolio.html">silly stuff :3</a>.<br>
i finished school on the 9th of july 2025 ^w^<br>
in the process of learning python only for now, possibly picking up other languages some day<br>
i used claude.ai to generate my css for me because i literally cba to bother with css<br>
<br>
i've been on hrt since <span id="hrt" title="since April 26, 2025">&hellip;</span>
</p>
</section>
<section class="main" id="contact-me">
<h2><a class="no-decor">how to contact me</a></h2>
<p>if you desperately need to contact me for something important, please do over this mail:</p>
<ul>
<li><a href="mailto:me@nyoemii.dev">me(at)nyoemii(dot)dev</a></li>
</ul>
<p>or if you haven't gotten a reply since some days, contact me on discord:</p>
<ul>
<li>nyoemii</li>
</ul>
</section>
<section class="main" id="links">
<h2><a class="no-decor">links of my friends</a></h2>
<pre><code class="language-html">&lt;!-- if you want to hotlink my button, feel free:--&gt;
&lt;a href="https://nyoemii.dev"&gt;
&lt;img src="https://nyoemii.dev/media/img/button.png" alt="noemi's puppyhouse" /&gt;
&lt;/a&gt;</code></pre>
<a href="https://circulars.dev"><img src="https://circulars.dev/circular-88x31.gif"></a>
<a href="https://cdstx4.xyz/"><img src="https://cdstx4.xyz/badge/stx4_88x31.png"></a>
<a href="https://nekohaxx.dev/"><img src="https://nyoemii.dev/media/img/88x31.png"></a>
</section>
</div>
</div>
<script src="js/prism.js"></script>
<script>
age.textContent = Math.round((new Date() - new Date("Sep 23 2004")) / (100 * 60 * 60 * 24 * 365)) / 10 + " year";
hrt.textContent = Math.round((new Date() - new Date("Apr 26 2025")) / (100 * 60 * 60 * 24 * 365)) + " months";
</script>
</body>
<footer>
<p>&copy;2026 nyoemii -- made with love by me :3 </p>
</footer>
</html>