diff --git a/index.html b/index.html index dab4849..7a59f52 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,14 @@ + + + + + min.rip @@ -17,36 +22,32 @@
- my avatar +

hi, world!

i am minish

hi, i go by minish online. i enjoy programming & reverse engineering.

+

my current main projects are

    - my current main projects are - -
  • - breeze - - a simple, performant file upload server -
  • -
  • - hls_convert - - easily download videos and fix embeds -
  • -
  • - uproot - - for the ultimate gaming in class enjoyers -
  • -
    +
  • + breeze - + a simple, performant file upload server +
  • +
  • + hls_convert - + easily download videos and fix embeds +
  • +
  • + uproot - + for the ultimate gaming in class enjoyers +
+

some stuff i like:

    - some stuff i like: - -
  • omori
  • -
  • deltarune
  • -
  • inabakumori
  • -
  • cafe de touhou
  • -
    +
  • omori
  • +
  • deltarune
  • +
  • inabakumori
  • +
  • cafe de touhou
diff --git a/style.css b/style.css index 5472351..e36318f 100644 --- a/style.css +++ b/style.css @@ -122,16 +122,16 @@ ul { } -span.interests { - display: grid; - grid-template-columns: auto auto; -} - li { /* move the bulletpoint 6px inward on itself */ padding-left: 6px; } +.interests { + display: grid; + grid-template-columns: auto auto; +} + .interests img { height: 1.75em; vertical-align: middle;