rev 12/01

This commit is contained in:
minish 2024-12-01 22:29:29 -05:00
parent 2f2e6f8402
commit 3bc051facd
Signed by: min
GPG Key ID: FEECFF24EF0CE9E9
1 changed files with 9 additions and 15 deletions

View File

@ -32,13 +32,9 @@
<img src="/assets/icon.webp" alt="" class="icon" id="icon-mobile"> <img src="/assets/icon.webp" alt="" class="icon" id="icon-mobile">
</span> </span>
<h2>i am minish</h2> <h2>i am minish</h2>
<p>Hi, i go by minish online. i enjoy programming & reverse engineering.</p> <p>hi! i go by minish online. i enjoy programming & reverse engineering.</p>
<p>a few of my recent projects are &ndash;</p> <p>a few of my recent projects are &ndash;</p>
<ul> <ul>
<li>
<a href="https://git.min.rip/min/breeze">breeze</a> -
a simple, performant file upload server
</li>
<li> <li>
<a href="https://git.min.rip/min/infra">infra</a> - <a href="https://git.min.rip/min/infra">infra</a> -
infrastructure as code w/ nix infrastructure as code w/ nix
@ -47,23 +43,21 @@
<a href="#">clip album</a> [wip] - <a href="#">clip album</a> [wip] -
search, sort, and filter through video clips search, sort, and filter through video clips
</li> </li>
<li>
<a href="https://git.min.rip/min/breeze">breeze</a> -
a simple, performant file upload server
</li>
<li> <li>
<a href="https://git.min.rip/min/glcanvas">glcanvas</a> - <a href="https://git.min.rip/min/glcanvas">glcanvas</a> -
test project to learn webgl concepts test project to learn webgl concepts
</li> </li>
</ul> </ul>
<p>currently learning more about ..</p> <p>and many small projects ive made when im bored</p>
<ul id="learning"> <p>some media i enjoy</p>
<li>web development</li>
<li>rendering</li>
<li>networking/infrastructure</li>
<li>calculus</li>
</ul>
<p>some things i like</p>
<ul class="interests"> <ul class="interests">
<li>deltarune <img src="/assets/interests/deltarune.png" alt=""></li>
<li>yume nikki <img src="/assets/interests/yume.png" alt="" id="yume"></li> <li>yume nikki <img src="/assets/interests/yume.png" alt="" id="yume"></li>
<li>oneshot <img src="/assets/interests/oneshot.png" alt="" id="oneshot"></li> <li>oneshot <img src="/assets/interests/oneshot.png" alt="" id="oneshot"></li>
<li>deltarune <img src="/assets/interests/deltarune.png" alt=""></li>
<li>evangelion <img src="/assets/interests/eva.webp" alt=""></li> <li>evangelion <img src="/assets/interests/eva.webp" alt=""></li>
</ul> </ul>
<details> <details>
@ -99,4 +93,4 @@
</main> </main>
</body> </body>
</html> </html>