Commit graph

10 commits

Author SHA1 Message Date
Daniel Gibson
32a1364d37 Newspost, add iddevnet link, tweak CSS
newspost with miscellaneous news since last release

finally add link to our iddevnet mirror

tweaked CSS to waste less space
2021-12-20 06:30:55 +01:00
Daniel Gibson
94800ef49f Link all releases, not just the latest one, at "Downloads"
so people don't miss Release Candidates
2020-07-14 15:25:31 +02:00
Daniel Gibson
3df00e2fb6 Link the ModWiki 2018-12-17 00:14:44 +01:00
Daniel Gibson
89b749a1bd 1.5.0 release news; link mods page
I removed the 1.5.0 RC news posts, as they would be largely redundant
to the 1.5.0 announcement.
2018-12-16 03:34:05 +01:00
Daniel Gibson
78f401afac Make the page look better on smartphones
The logo scales, there's some (implicit through max-width 92%) padding
on left/right of content, the page itself shouldn'tt have to be scrolled
left/right (code snippets now wrap, tables can be scrolled by themselves
without scrolling the whole site)
2018-07-24 16:08:19 +02:00
Daniel Gibson
8e9e5ed7da Minor layout tweaks, fixed some typos 2018-07-11 04:00:48 +02:00
Daniel Gibson
a37c18dbce og:image meta tag and image for it 2018-07-11 00:22:06 +02:00
Daniel Gibson
883d7f93cb fonts
using bitstream vera (as a fallback if system doesn't have dejavu)
because it's relatively small
2018-07-11 00:02:59 +02:00
Daniel Gibson
f96b5c86f8 screenshots and shrinked versions of them
small versions created with:
for i in dhewm3-*.jpg ; do convert $i -resize x200 small-$i ; done
2018-07-10 23:48:08 +02:00
Daniel Gibson
057b8db187 build index.html from index.md and html parts; more screenshots
the text-heavy sections of index.html (About, News, How to Install) are
now generated from MD, which makes writing them less painful.
2018-07-10 10:42:35 +02:00