Mercurial > web
diff code/index.html @ 81:eb3bbc61bc17
Use flexbox for lots more things
this should make stuff actually work on safari. HOPEFULLY.
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Mon, 20 May 2024 04:00:58 -0400 |
parents | 815c0da68384 |
children | bac91b82b969 |
line wrap: on
line diff
--- a/code/index.html Mon May 20 03:46:03 2024 -0400 +++ b/code/index.html Mon May 20 04:00:58 2024 -0400 @@ -3,10 +3,12 @@ title: code --- <div id="schism" class="content drop-shadow-box"> - <a target="_blank" href="https://schismtracker.org/" class="drop-shadow-text prettylink project-title"> - Schism Tracker - </a> - <span class="align-right drop-shadow-text blog-footer"><i>640k ought to be enough for anybody</i></span> + <div class="project-title-container"> + <a target="_blank" href="https://schismtracker.org/" class="drop-shadow-text prettylink project-title"> + Schism Tracker + </a> + <span class="project-quip drop-shadow-text"><i>640k ought to be enough for anybody</i></span> + </div> <hr class="project-separator"> <span class="drop-shadow-text"> A modern clone of <a class="prettylink" href="http://web.archive.org/web/20041009160352/http://www.users.on.net/~jtlim/ImpulseTracker/">Impulse Tracker</a> written in C with SDL2. I'm the primary maintainer nowadays, with <a class="prettylink" href="https://sagamusix.de">Saga Musix</a> and <a class="prettylink" href="https://pengaru.com/">Vito Caputo</a> helping out as well. Should run on pretty much everything except MS-DOS. @@ -16,8 +18,10 @@ <br> <div id="msvpvf" class="content drop-shadow-box"> - <a target="_blank" href="https://sr.ht/~mrpapersonic/msvpvf" class="drop-shadow-text prettylink project-title">msvpvf</a> - <span class="align-right drop-shadow-text blog-footer"><i>backwards compatibility? what's that?</i></span> + <div class="project-title-container"> + <a target="_blank" href="https://sr.ht/~mrpapersonic/msvpvf" class="drop-shadow-text prettylink project-title">msvpvf</a> + <span class="project-quip drop-shadow-text"><i>backwards compatibility? what's that?</i></span> + </div> <hr class="project-separator"> <span class="drop-shadow-text"> A bite-sized Windows application to backport Vegas Pro project @@ -41,8 +45,10 @@ <br> <div id="wgsdk" class="content drop-shadow-box"> - <a target="_blank" href="https://sr.ht/~mrpapersonic/wgsdk" class="drop-shadow-text prettylink project-title">wgsdk</a> - <span style="display: table-cell; vertical-align:bottom;" class="align-right drop-shadow-text blog-footer"><i>winamp, really? what year is it?</i></span> + <div class="project-title-container"> + <a target="_blank" href="https://sr.ht/~mrpapersonic/wgsdk" class="drop-shadow-text prettylink project-title">wgsdk</a> + <span class="project-quip drop-shadow-text"><i>winamp, really? what year is it?</i></span> + </div> <hr class="project-separator"> <span class="drop-shadow-text"> A Winamp plugin that uses the Discord GameSDK to provide rich @@ -55,8 +61,10 @@ <br> <div id="libedl" class="content drop-shadow-box"> - <a target="_blank" href="https://sr.ht/~mrpapersonic/libedl" class="drop-shadow-text prettylink project-title">libedl</a> - <span class="align-right drop-shadow-text blog-footer"><i>it's just a special csv file</i></span> + <div class="project-title-container"> + <a target="_blank" href="https://sr.ht/~mrpapersonic/libedl" class="drop-shadow-text prettylink project-title">libedl</a> + <span class="project-quip drop-shadow-text"><i>it's just a special csv file</i></span> + </div> <hr class="project-separator"> <span class="drop-shadow-text"> A C library to parse and edit Vegas Pro EDL files.