1
0
mirror of https://github.com/osmarks/website synced 2025-08-30 01:07:57 +00:00

Front page and typographical redesign

This commit is contained in:
osmarks
2024-10-25 17:13:38 +01:00
parent 9801444628
commit 65b45f0f2d
7 changed files with 47 additions and 31 deletions

View File

@@ -7,7 +7,7 @@ block content
Read my opinions via the internet.
div.blog
each post, i in posts
.autocol.imbox(style=hashBG("blog", i))
.autocol.imbox(style=hashBG("blog", i, 180))
if images.hasOwnProperty(post.slug)
+image(images[post.slug])
div
@@ -28,7 +28,7 @@ block content
Various web projects I have put together over many years. Made with at least four different JS frameworks. Some of them are bad.
div.experiments
each experiment, i in experiments
.autocol.imbox(style=hashBG("experiments", i))
.autocol.imbox(style=hashBG("experiments", i, 120))
if images.hasOwnProperty(experiment.slug)
+image(images[experiment.slug])
div