diff --git a/index.html b/index.html index 7bd3ef4..ca391f5 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,17 @@ - + Schism Tracker + + + + + + @@ -33,7 +39,7 @@

Overview

successfully built for Windows, Mac OS X, Linux, FreeBSD, OpenBSD, AmigaOS, BeOS, and even the Wii. Schism - will most likely build on any architecture supported by GCC4 (e.g. + will most likely build on any architecture supported by GCC (e.g. alpha, m68k, arm, etc.) but it will probably not be as well-optimized on many systems.

@@ -41,21 +47,72 @@

Overview

-

Download

+

Downloads

Latest release: - 20190805 + 20260524

-
+
+ +
+

Community

+
+

+ IRC: Join #schism on + Libera.Chat with your favorite IRC + client. +

+

+ Discord: The #schismtracker channel in + TARC is the + de facto channel for Schism Tracker. +

@@ -77,6 +134,10 @@

Development

OS X, or Linux.

+

+ Found a bug or have a feature request? Post it on the + issue tracker. +

diff --git a/style.css b/style.css index 1f9cd5c..cce2b09 100644 --- a/style.css +++ b/style.css @@ -20,6 +20,7 @@ section h1 span { position: relative; top: -.7em; background: rgb(179,147,120); img#logo { margin: 1rem auto; display: block; + image-rendering: pixelated; } section div { @@ -54,3 +55,8 @@ code, pre { color: #449848; margin: 1rem; } + +/* Make the downloads list a bit less cramped */ +li { + margin-top: 0.1em; +}