Compare commits

...

10 Commits

Author SHA1 Message Date
minish 0516fca76b
release repo 01/13 2025-01-13 19:32:38 -05:00
minish 3bc051facd
rev 12/01 2024-12-01 22:29:29 -05:00
minish 2f2e6f8402
fix mobile icon 2024-11-02 23:11:50 -04:00
minish ca9553b483
update metadata again, + icon on mobile 2024-11-02 22:55:13 -04:00
minish 145452e422
update metadata 2024-11-02 21:06:46 -04:00
minish a213353fbe
fix icon 2024-11-01 17:35:34 -04:00
minish 293bffd28e
revision 2024-11-01 2024-11-01 17:26:07 -04:00
minish 13459f0bee
update status of infra project 2024-10-15 17:39:46 -04:00
minish d22d0e86be
minor update 2024-09-22 01:34:44 -04:00
minish 099e17b511
better mobile again 2024-08-15 19:37:52 -04:00
9 changed files with 164 additions and 124 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 54 KiB

BIN
assets/iconb.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

BIN
assets/interests/eva.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

BIN
assets/interests/twewy.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -10,12 +10,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="darkreader-lock">
<meta name="color-scheme" content="only light">
<meta name="color-scheme" content="dark">
<meta name="description" content="website of minish 🌾">
<meta name="description" content="my personal website. come look around!">
<meta name="theme-color" content="#c4b5a1">
<meta property="og:image" content="https://min.rip/assets/iconb.webp">
<title>min.rip</title>
<title>minish</title>
<script>0</script>
</head>
@ -26,52 +27,64 @@
<main>
<div id="floats">
<div id="yapping">
<h1>hi, world!</h1>
<h2>i am minish</h2>
<p>hi, i go by minish online. i enjoy programming & reverse engineering.</p>
<p>my current main projects are</p>
<span>
<h1 id="title">hi there!</h1>
<img src="/assets/icon.webp" alt="" class="icon" id="icon-mobile">
</span>
<h2>i'm minish</h2>
<p>thanks for visiting! i go by minish online. i enjoy programming & reverse engineering.</p>
<p>a few of my recent projects are ..</p>
<ul>
<li>
<a href="#">clip album</a> [wip] -
search, sort, and filter through video clips
<a href="https://git.min.rip/min/nixos-configs">nixos-configs</a> -
dotfiles for nixos on laptop
</li>
<li>
<a href="https://git.min.rip/min/breeze">breeze</a> -
a simple, performant file upload server
</li>
<li>
some more business-oriented projects w/ my friends
<a href="#">clip album</a> [wip] -
search, sort, and filter through video clips
</li>
<li>
<a href="https://git.min.rip/min/infra">infra</a> -
infrastructure as code w/ nix
</li>
<li>and smaller random things when im bored</li>
</ul>
<p>and i'm looking to learn more about</p>
<ul id="learning">
<li>rendering</li>
<li>machine learning</li>
<li><span title="(at a low level)">optimization</span> + simd</li>
<li>networking, infrastructure, & devops</li>
</ul>
<p>some stuff i like:</p>
<ul id="interests">
<li>omori <img src="/assets/interests/omori.png" alt=""></li>
<p>here's some media i like</p>
<ul class="interests">
<li>yume nikki <img src="/assets/interests/yume.png" alt="" class="h20 pix"></li>
<li>oneshot <img src="/assets/interests/oneshot.png" alt="" class="h20"></li>
<li>deltarune <img src="/assets/interests/deltarune.png" alt=""></li>
<li>oneshot <img src="/assets/interests/oneshot.png" alt="" id="oneshot"></li>
<li>bocchi the rock <img src="/assets/interests/kessoku.webp" alt=""></li>
<li>twewy <img src="/assets/interests/twewy.webp" alt=""></li>
<li>evangelion <img src="/assets/interests/eva.webp" alt=""></li>
</ul>
<details>
<summary><small>and more before</small></summary>
<ul class="interests">
<li>inabakumori <img src="/assets/interests/inabakumori.webp" alt=""></li>
<li>cafe de touhou <img src="/assets/interests/cdth.webp" alt=""></li>
<li>yume nikki <img src="/assets/interests/yume.png" alt="" id="yume"></li>
<li>omori <img src="/assets/interests/omori.png" alt=""></li>
<li>cave story <img src="/assets/interests/doukutsu.png" alt="" class="h16 pix"></li>
<li>celeste <img src="/assets/interests/celeste.png" alt=""></li>
</ul>
</details>
</div>
<img src="/assets/icon.webp" alt="" id="icon">
<img src="/assets/icon.webp" alt="" class="icon" id="icon-desktop">
</div>
<div id="cont">
<hr>
<div id="links">
<a href="https://git.min.rip/min">
<img src="/assets/links/gitea.svg" alt="gitea"
title="a lot of stuff here is privated. it might look kind of empty">
title="a lot of stuff here is set to private">
</a>
<a href="https://github.com/minishd">
<img src="/assets/links/github.svg" alt="github"
title="i use my gitea more than my github, but there's some stuff here">
title="i use gitea more">
</a>
<a href="https://www.last.fm/user/minishc">
<img src="/assets/links/lastfm.svg" alt="last.fm" title="music i listen to">

View File

@ -46,7 +46,8 @@ body {
width: 100vw;
height: 100vh;
background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.53)), url(/assets/bg.webp);
background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.53)),
url(/assets/bg.webp);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
@ -74,7 +75,8 @@ main {
color: #fff;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
@media only screen and (max-width: 700px) {
@ -82,22 +84,36 @@ main {
min-width: 92dvw;
}
#bordeur {
#border {
border-width: 0px;
}
#icon {
#icon-desktop {
display: none;
}
#learning {
grid-template-columns: auto;
#title,
#icon-mobile {
display: inline-block;
vertical-align: middle;
}
.interests {
grid-template-columns: auto auto;
}
}
@media only screen and (min-width: 701px) {
#learning {
grid-template-columns: auto auto;
.interests {
grid-template-columns: auto auto auto;
}
#icon-mobile {
display: none;
}
#yapping {
max-width: 450px;
}
}
@ -110,7 +126,7 @@ a:link,
a:visited,
a:hover,
a:active {
color: var(--accent-b)
color: var(--accent-b);
}
h2 {
@ -124,7 +140,7 @@ h2 {
display: flex;
}
#icon {
#icon-desktop {
justify-self: right;
/* make some space around it */
@ -133,6 +149,17 @@ h2 {
height: 7em;
}
#icon-mobile {
height: 2.25em;
margin-left: 10px;
}
.icon {
filter: drop-shadow(1px 1px 0 var(--accent))
drop-shadow(-1px 1px 0 var(--accent)) drop-shadow(1px -1px 0 var(--accent))
drop-shadow(-1px -1px 0 var(--accent));
}
#yapping {
justify-self: left;
}
@ -150,21 +177,21 @@ li {
display: grid;
}
#interests {
.interests {
display: grid;
grid-template-columns: auto auto auto;
}
#interests img {
.interests img {
height: 1.75em;
vertical-align: middle;
}
#interests img#yume, #interests img#oneshot {
.interests img.h20 {
height: 20px;
}
#interests img#yume {
.interests img.h16 {
height: 16px;
}
.interests img.pix {
image-rendering: pixelated;
}