noemiweb/portfolio.html

66 lines
No EOL
3 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="noemi's portfolio" property="og:title">
<title>nyoemii = she/they</title>
<link rel="stylesheet" href="./css/main.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><a>my personal projects</a></h1>
</section>
<hr class="hr2">
<section class="main" id="project-list">
<h1><a class="no-decor">project list</a></h1>
<hr>
<div class="projects-grid">
<div class="project-box">
<h3><a href="https://github.com/nyoemii/MysticalAgricultureCalculator" target="_blank">Mystical
Agriculture Calculator</a></h3>
<p>My self-made CLI tool made to calculate <a
href="https://www.curseforge.com/minecraft/mc-mods/mystical-agriculture">Mystical
Agriculture</a> essences for Minecraft mod automation.</p>
<p></p>
<div class="project-tech">Windows • C#</div>
</div>
<hr>
<div class="project-box">
<h3><a href="https://github.com/nyoemii/CatgirlFinder" target="_blank">CatgirlFinder</a></h3>
<p>A small iOS app I made with help from <a href="https://github.com/llsc12">llsc12</a> which
just fetches catgirl pictures xd</p>
<p></p>
<div class="project-tech">iOS • Swift</div>
</div>
<hr>
<div class="project-box">
<h3><a href="https://github.com/nyoemii/nyoetools" target="_blank">nyoetools</a></h3>
<p>Discord userapp that has some neat features for me and friends :3</p>
<p></p>
<div class="project-tech">Discord • Python</div>
</div>
<hr>
<div class="project-box">
<h3><a href="https://songs.nyoemii.dev" target="_blank">Navidrome Music Instance</a></h3>
<p>My personal Navidrome instance, where I host some of my music ^_^</p>
<p></p>
<div class="project-tech">Music Streaming • Self-Hosted</div>
</div>
</div>
</section>
</div>
</div>
</body>
<footer>
<p>&copy;2026 nyoemii -- made with love by me :3 </p>
</footer>
</html>