diff --git a/assets/interests/omori.png b/assets/interests/omori.png
index 88707c5..0f861bf 100644
Binary files a/assets/interests/omori.png and b/assets/interests/omori.png differ
diff --git a/assets/interests/oneshot.png b/assets/interests/oneshot.png
new file mode 100644
index 0000000..47e3418
Binary files /dev/null and b/assets/interests/oneshot.png differ
diff --git a/assets/interests/yume.png b/assets/interests/yume.png
new file mode 100644
index 0000000..05e52d1
Binary files /dev/null and b/assets/interests/yume.png differ
diff --git a/assets/links/gitea.svg b/assets/links/gitea.svg
index f9413c3..f05266b 100644
--- a/assets/links/gitea.svg
+++ b/assets/links/gitea.svg
@@ -1,2 +1,2 @@
-
+
\ No newline at end of file
diff --git a/assets/links/github.svg b/assets/links/github.svg
index 0261ad1..c13af8b 100644
--- a/assets/links/github.svg
+++ b/assets/links/github.svg
@@ -1,4 +1,2 @@
-
+
\ No newline at end of file
diff --git a/assets/links/lastfm.svg b/assets/links/lastfm.svg
index 4059dad..930a44d 100644
--- a/assets/links/lastfm.svg
+++ b/assets/links/lastfm.svg
@@ -1,6 +1,2 @@
-
+
\ No newline at end of file
diff --git a/assets/links/steam.svg b/assets/links/steam.svg
index 95ca2d1..d822465 100644
--- a/assets/links/steam.svg
+++ b/assets/links/steam.svg
@@ -1,15 +1,3 @@
-
-
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 8f2622d..b551827 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@
-
+
@@ -31,25 +31,33 @@
hi, i go by minish online. i enjoy programming & reverse engineering.
my current main projects are
+ -
+ clip album [wip] -
+ search, sort, and filter through video clips
+
-
breeze -
a simple, performant file upload server
-
- hls_convert -
- easily download videos and fix embeds
-
- -
- uproot -
- for the ultimate gaming in class enjoyers
+ some more business-oriented projects w/ my friends
+
and i'm looking to learn more about
+
+ - rendering
+ - machine learning
+ - optimization + simd
+ - networking, infrastructure, & devops
+
some stuff i like:
-
+
- omori
- deltarune
+ - oneshot
- inabakumori
- cafe de touhou
+ - yume nikki
@@ -68,7 +76,7 @@
-
+
diff --git a/style.css b/style.css
index 08c007e..148e4cf 100644
--- a/style.css
+++ b/style.css
@@ -16,7 +16,7 @@ body {
overflow: hidden;
}
-#bordeur {
+#border {
position: absolute;
top: 0;
left: 0;
@@ -79,7 +79,7 @@ main {
@media only screen and (max-width: 700px) {
main {
- min-width: 90dvw;
+ min-width: 92dvw;
}
#bordeur {
@@ -89,6 +89,21 @@ main {
#icon {
display: none;
}
+
+ #learning {
+ grid-template-columns: auto;
+ }
+}
+
+@media only screen and (min-width: 701px) {
+ #learning {
+ grid-template-columns: auto auto;
+ }
+}
+
+::selection {
+ color: #fff;
+ background: var(--accent);
}
a:link,
@@ -119,7 +134,7 @@ h2 {
}
#yapping {
- justify-self: right;
+ justify-self: left;
}
ul {
@@ -131,16 +146,28 @@ li {
padding-left: 6px;
}
-.interests {
+#learning {
display: grid;
- grid-template-columns: auto auto;
}
-.interests img {
+#interests {
+ display: grid;
+ grid-template-columns: auto auto auto;
+}
+
+#interests img {
height: 1.75em;
vertical-align: middle;
}
+#interests img#yume, #interests img#oneshot {
+ height: 20px;
+}
+
+#interests img#yume {
+ image-rendering: pixelated;
+}
+
hr {
margin-bottom: 10px;
margin-top: 12px;
@@ -158,7 +185,5 @@ hr {
}
#cont {
- padding-top: 1px;
-
margin-top: auto;
}
\ No newline at end of file