Mercurial > web
comparison 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 |
comparison
equal
deleted
inserted
replaced
80:ec24b7d30ce9 | 81:eb3bbc61bc17 |
---|---|
1 --- | 1 --- |
2 layout: default | 2 layout: default |
3 title: code | 3 title: code |
4 --- | 4 --- |
5 <div id="schism" class="content drop-shadow-box"> | 5 <div id="schism" class="content drop-shadow-box"> |
6 <a target="_blank" href="https://schismtracker.org/" class="drop-shadow-text prettylink project-title"> | 6 <div class="project-title-container"> |
7 Schism Tracker | 7 <a target="_blank" href="https://schismtracker.org/" class="drop-shadow-text prettylink project-title"> |
8 </a> | 8 Schism Tracker |
9 <span class="align-right drop-shadow-text blog-footer"><i>640k ought to be enough for anybody</i></span> | 9 </a> |
10 <span class="project-quip drop-shadow-text"><i>640k ought to be enough for anybody</i></span> | |
11 </div> | |
10 <hr class="project-separator"> | 12 <hr class="project-separator"> |
11 <span class="drop-shadow-text"> | 13 <span class="drop-shadow-text"> |
12 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. | 14 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. |
13 </span> | 15 </span> |
14 </div> | 16 </div> |
15 | 17 |
16 <br> | 18 <br> |
17 | 19 |
18 <div id="msvpvf" class="content drop-shadow-box"> | 20 <div id="msvpvf" class="content drop-shadow-box"> |
19 <a target="_blank" href="https://sr.ht/~mrpapersonic/msvpvf" class="drop-shadow-text prettylink project-title">msvpvf</a> | 21 <div class="project-title-container"> |
20 <span class="align-right drop-shadow-text blog-footer"><i>backwards compatibility? what's that?</i></span> | 22 <a target="_blank" href="https://sr.ht/~mrpapersonic/msvpvf" class="drop-shadow-text prettylink project-title">msvpvf</a> |
23 <span class="project-quip drop-shadow-text"><i>backwards compatibility? what's that?</i></span> | |
24 </div> | |
21 <hr class="project-separator"> | 25 <hr class="project-separator"> |
22 <span class="drop-shadow-text"> | 26 <span class="drop-shadow-text"> |
23 A bite-sized Windows application to backport Vegas Pro project | 27 A bite-sized Windows application to backport Vegas Pro project |
24 files to older versions. | 28 files to older versions. |
25 </span> | 29 </span> |
39 </div> | 43 </div> |
40 | 44 |
41 <br> | 45 <br> |
42 | 46 |
43 <div id="wgsdk" class="content drop-shadow-box"> | 47 <div id="wgsdk" class="content drop-shadow-box"> |
44 <a target="_blank" href="https://sr.ht/~mrpapersonic/wgsdk" class="drop-shadow-text prettylink project-title">wgsdk</a> | 48 <div class="project-title-container"> |
45 <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> | 49 <a target="_blank" href="https://sr.ht/~mrpapersonic/wgsdk" class="drop-shadow-text prettylink project-title">wgsdk</a> |
50 <span class="project-quip drop-shadow-text"><i>winamp, really? what year is it?</i></span> | |
51 </div> | |
46 <hr class="project-separator"> | 52 <hr class="project-separator"> |
47 <span class="drop-shadow-text"> | 53 <span class="drop-shadow-text"> |
48 A Winamp plugin that uses the Discord GameSDK to provide rich | 54 A Winamp plugin that uses the Discord GameSDK to provide rich |
49 presence. | 55 presence. |
50 </span> | 56 </span> |
53 </div> | 59 </div> |
54 | 60 |
55 <br> | 61 <br> |
56 | 62 |
57 <div id="libedl" class="content drop-shadow-box"> | 63 <div id="libedl" class="content drop-shadow-box"> |
58 <a target="_blank" href="https://sr.ht/~mrpapersonic/libedl" class="drop-shadow-text prettylink project-title">libedl</a> | 64 <div class="project-title-container"> |
59 <span class="align-right drop-shadow-text blog-footer"><i>it's just a special csv file</i></span> | 65 <a target="_blank" href="https://sr.ht/~mrpapersonic/libedl" class="drop-shadow-text prettylink project-title">libedl</a> |
66 <span class="project-quip drop-shadow-text"><i>it's just a special csv file</i></span> | |
67 </div> | |
60 <hr class="project-separator"> | 68 <hr class="project-separator"> |
61 <span class="drop-shadow-text"> | 69 <span class="drop-shadow-text"> |
62 A C library to parse and edit Vegas Pro EDL files. | 70 A C library to parse and edit Vegas Pro EDL files. |
63 </span> | 71 </span> |
64 <br><br> | 72 <br><br> |