# HG changeset patch # User Paper # Date 1736384180 18000 # Node ID c6457452675f1a615c2de216d9a7d081f361971b # Parent a8449f9a55d4e990291a2f595af027521fe9f610 why are you gay? diff -r a8449f9a55d4 -r c6457452675f _data/blips.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/_data/blips.yml Wed Jan 08 19:56:20 2025 -0500 @@ -0,0 +1,6 @@ +- url: '/media/blips/religion0.gif' + alt: '0% religion' +- url: '/media/blips/linux.png' + alt: 'Linux' +- url: '/media/blips/it.png' + alt: 'Impulse Tracker' \ No newline at end of file diff -r a8449f9a55d4 -r c6457452675f _data/plugs.yml --- a/_data/plugs.yml Tue Jan 07 19:01:38 2025 -0500 +++ b/_data/plugs.yml Wed Jan 08 19:56:20 2025 -0500 @@ -1,6 +1,3 @@ -- url: '/media/plugs/schism.gif' - href: 'https://schismtracker.org/' - alt: 'Schism Tracker' - url: '/media/plugs/openmpt.png' href: 'https://openmpt.org/' alt: 'OpenMPT' diff -r a8449f9a55d4 -r c6457452675f css/style.css --- a/css/style.css Tue Jan 07 19:01:38 2025 -0500 +++ b/css/style.css Wed Jan 08 19:56:20 2025 -0500 @@ -190,6 +190,7 @@ object-fit: contain; } +.blips-list, .plugs-list { display: flex; width: 100%; @@ -201,20 +202,29 @@ row-gap: 0.5em; } +.blips-list-item, .plugs-list-item { display: block; - width: 88px; - height: 31px; - opacity: 80%; image-rendering: pixelated; } +.blips-list-item:hover, .plugs-list-item:hover { opacity: 100%; } +.plugs-list-item { + width: 88px; + height: 31px; +} + +.blips-list-item { + width: 80px; + height: 15px; +} + .code-block { overflow-x: scroll; background-color: rgba(0, 0, 0, 0.6); diff -r a8449f9a55d4 -r c6457452675f index.html --- a/index.html Tue Jan 07 19:01:38 2025 -0500 +++ b/index.html Wed Jan 08 19:56:20 2025 -0500 @@ -28,7 +28,7 @@ E-mail (paper@tflc.us); please send me plain text email if possible.
  • - IRC; you can usually find me in #openmpt on Libera Chat. + IRC; you can usually find me as slipofpaper in #openmpt on Libera Chat.
  • Discord (@slipofpaper) @@ -45,10 +45,17 @@
    -
    {% for plug in site.data.plugs %} {{ plug.alt }} {% endfor %}
    + +
    + +
    + {% for blip in site.data.blips %} + {{ blip.alt }} + {% endfor %} +
    diff -r a8449f9a55d4 -r c6457452675f media/blips/it.png Binary file media/blips/it.png has changed diff -r a8449f9a55d4 -r c6457452675f media/blips/linux.png Binary file media/blips/linux.png has changed diff -r a8449f9a55d4 -r c6457452675f media/blips/religion0.gif Binary file media/blips/religion0.gif has changed diff -r a8449f9a55d4 -r c6457452675f media/plugs/schism.gif Binary file media/plugs/schism.gif has changed diff -r a8449f9a55d4 -r c6457452675f media/plugs/tarc.webp Binary file media/plugs/tarc.webp has changed