10 Commits (9a60ac7081900007d6cc9e8a1e8ce35c9dd61d18)

Author SHA1 Message Date
supakeen 9a60ac7081 Left-align content.
Aligning the content to the left allows for a more consistent experience
while resizing.
2 years ago
supakeen 3d1fcc171d Play with the background for prefers-dark. 2 years ago
supakeen 6bdf36c5dd Cleanup of CSS.
All units expressed in `rem`, invert logo in prefers-dark, padding
around the footer.
2 years ago
supakeen c8b92358bb Text line-height and link hovers, semantics.
The general 'good readability' rule is to have a bit larger line-height,
aside from this I've added some interactivity to links by hovering over
them.

I also replaced `staticContent` with `article` for semantics.
2 years ago
supakeen 38925e7381 Dark mode through media query.
Browsers can prefer a certain color scheme. This commit implements a new
dark color scheme for the website which is supposed to be a placeholder,
better colors could be chosen.
2 years ago
supakeen 22023e63ee Add media queries for larger screens.
It is hard for people to keep track of very wide pages (and
sentences), with these mediaqueries the width of the site is limited on
screens that are wider than a 1000, or 1400 pixels.
2 years ago
supakeen 9b8425b094 Simplify layout and templates.
By removing wrapper elements and switching to a CSS grid layout there
are overall less elements to style while providing the same
possibilities.
2 years ago
Sven Slootweg 78a0c5a051 WIP 2 years ago
Sven Slootweg 8537fb91e0 WIP, sync 3 years ago
Sven Slootweg 3f67beaaa6 Initial commit 3 years ago