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:
@@ -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
|
||||
|
Reference in New Issue
Block a user