Commit graph

17 commits

Author SHA1 Message Date
c0d63ab5f3
Update page templating to centralize header and metatada, add 404 page 2025-07-23 09:52:56 +10:00
16941f6074
Add bullet-point styling for markdown lists 2025-07-22 09:25:54 +10:00
2623244fb3
Fix background scaling (again (again))
Axel helped me unfuck the HTML and CSS so the background gradient
scaling no longer depends on the size of the body element, which I was
previously locking to the size of the outer html element, and locking
THAT to 100% of the view port size (which is awful code and bad practice)

Axel refactored this so that the outer html element and body element
both naturally scale to the browser size, as expected, and the CSS
background was changed to be fixed at 100% height/width regardless of
viewport size, which results in much cleaner code (thanks Axel)
2025-07-20 23:39:39 +10:00
138440d973
Fix content display on blog posts, fix background scaling (again), update styling for blog post content 2025-07-20 22:32:50 +10:00
3b17c1f479
Add CSS and HTML for blog post styling, remove unused flexbox elements 2025-07-20 19:51:11 +10:00
a865751408
Finalize styling changes to main page 2025-02-03 01:52:51 +10:00
cb89c32b1a
Finale background colour change (I swear) 2025-02-03 00:11:05 +10:00
1e6e340f56
Update background black fade level 2025-02-02 23:30:25 +10:00
a603a89938
Update background colours & body transparency 2025-02-02 23:24:12 +10:00
32bb30b256
Fix background styling & overflow issues on body element 2025-02-02 22:14:29 +10:00
c4877b6d37
Testing style/layout changes for responsive design 2025-02-02 20:13:30 +10:00
9c60f9a0e1
More styling changes 2025-02-02 07:13:41 +10:00
26a525eedd
Update link styling to be more in line with MDN style guide 2025-02-02 05:27:08 +10:00
c6c4b3a367
Add site header and restyle page content 2025-02-02 04:39:45 +10:00
3a1dddcf50
Fix gitignore file 2025-02-01 01:19:34 +10:00
22fcacaecc
Add gitignore and begin styling 2025-02-01 01:12:17 +10:00
7e3b4d9cbc
Initial commit 2025-01-31 21:17:47 +10:00