revision 2024-11-01

This commit is contained in:
minish 2024-11-01 17:26:07 -04:00
parent 13459f0bee
commit 293bffd28e
Signed by: min
GPG Key ID: FEECFF24EF0CE9E9
4 changed files with 129 additions and 116 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 54 KiB

BIN
assets/interests/eva.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<link rel="icon" href="/assets/icon.webp"> <link rel="icon" href="/assets/icon2.webp">
<link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/style.css">
<link rel="canonical" href="https://min.rip"> <link rel="canonical" href="https://min.rip">
@ -12,10 +12,10 @@
<meta name="darkreader-lock"> <meta name="darkreader-lock">
<meta name="color-scheme" content="only light"> <meta name="color-scheme" content="only light">
<meta name="description" content="website of minish 🌾"> <meta name="description" content="hi world">
<meta name="theme-color" content="#c4b5a1"> <meta name="theme-color" content="#c4b5a1">
<title>min.rip</title> <title>minish</title>
<script>0</script> <script>0</script>
</head> </head>
@ -26,10 +26,10 @@
<main> <main>
<div id="floats"> <div id="floats">
<div id="yapping"> <div id="yapping">
<h1>hi, world!</h1> <h1>hi world !</h1>
<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>my current main projects are</p> <p>a few of my recent projects are &ndash;</p>
<ul> <ul>
<li> <li>
<a href="https://git.min.rip/min/breeze">breeze</a> - <a href="https://git.min.rip/min/breeze">breeze</a> -
@ -39,6 +39,10 @@
<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
</li> </li>
<li>
<a href="#">clip album</a> [wip] -
search, sort, and filter through video clips
</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
@ -46,33 +50,39 @@
</ul> </ul>
<p>currently learning more about ..</p> <p>currently learning more about ..</p>
<ul id="learning"> <ul id="learning">
<li>web development</li>
<li>rendering</li> <li>rendering</li>
<li>networking/infrastructure</li>
<li>calculus</li> <li>calculus</li>
<li>networking, infrastructure, & devops</li>
<li>psychology</li>
</ul> </ul>
<p>some stuff i like:</p> <p>some things i like</p>
<ul id="interests"> <ul class="interests">
<li>omori <img src="/assets/interests/omori.png" alt=""></li>
<li>deltarune <img src="/assets/interests/deltarune.png" alt=""></li> <li>deltarune <img src="/assets/interests/deltarune.png" alt=""></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>evangelion <img src="/assets/interests/eva.webp" alt=""></li>
</ul>
<details>
<summary><small>and more random stuff before</small></summary>
<ul class="interests">
<li>inabakumori <img src="/assets/interests/inabakumori.webp" alt=""></li> <li>inabakumori <img src="/assets/interests/inabakumori.webp" alt=""></li>
<li>cafe de touhou <img src="/assets/interests/cdth.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"></li>
</ul> </ul>
</details>
</div> </div>
<img src="/assets/icon.webp" alt="" id="icon"> <img src="/assets/icon2.webp" alt="" id="icon">
</div> </div>
<div id="cont"> <div id="cont">
<hr> <hr>
<div id="links"> <div id="links">
<a href="https://git.min.rip/min"> <a href="https://git.min.rip/min">
<img src="/assets/links/gitea.svg" alt="gitea" <img src="/assets/links/gitea.svg" alt="gitea"
title="a lot of stuff here is privated. it might look kind of empty"> title="it might look kind of empty. a lot of stuff here is privated">
</a> </a>
<a href="https://github.com/minishd"> <a href="https://github.com/minishd">
<img src="/assets/links/github.svg" alt="github" <img src="/assets/links/github.svg" alt="github"
title="i use my gitea more than my github, but there's some stuff here"> title="there's some stuff here, but i use gitea more">
</a> </a>
<a href="https://www.last.fm/user/minishc"> <a href="https://www.last.fm/user/minishc">
<img src="/assets/links/lastfm.svg" alt="last.fm" title="music i listen to"> <img src="/assets/links/lastfm.svg" alt="last.fm" title="music i listen to">

View File

@ -46,7 +46,8 @@ body {
width: 100vw; width: 100vw;
height: 100vh; 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-attachment: fixed;
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -74,7 +75,8 @@ main {
color: #fff; 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) { @media only screen and (max-width: 700px) {
@ -90,10 +92,6 @@ main {
display: none; display: none;
} }
#interests {
grid-template-columns: auto auto;
}
#learning { #learning {
grid-template-columns: auto; grid-template-columns: auto;
} }
@ -103,10 +101,10 @@ main {
#learning { #learning {
grid-template-columns: auto auto; grid-template-columns: auto auto;
} }
#interests {
grid-template-columns: auto auto auto;
} }
.interests {
grid-template-columns: auto auto;
} }
::selection { ::selection {
@ -118,7 +116,7 @@ a:link,
a:visited, a:visited,
a:hover, a:hover,
a:active { a:active {
color: var(--accent-b) color: var(--accent-b);
} }
h2 { h2 {
@ -139,6 +137,10 @@ h2 {
margin-left: 24px; margin-left: 24px;
height: 7em; height: 7em;
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 { #yapping {
@ -158,20 +160,21 @@ li {
display: grid; display: grid;
} }
#interests { .interests {
display: grid; display: grid;
} }
#interests img { .interests img {
height: 1.75em; height: 1.75em;
vertical-align: middle; vertical-align: middle;
} }
#interests img#yume, #interests img#oneshot { .interests img#yume,
.interests img#oneshot {
height: 20px; height: 20px;
} }
#interests img#yume { .interests img#yume {
image-rendering: pixelated; image-rendering: pixelated;
} }