From 90a87a6266b723b758375dcf1c4b155fda5b0e06 Mon Sep 17 00:00:00 2001 From: Kevin Matsubara Date: Sat, 20 Dec 2025 15:32:04 +0100 Subject: [PATCH] Put posts and events into a grid. --- portfolio/index.html | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/portfolio/index.html b/portfolio/index.html index 0c2c577..5402789 100644 --- a/portfolio/index.html +++ b/portfolio/index.html @@ -64,12 +64,24 @@ logosub: Personal Hakyll weblog
-

Recent posts

-$partial("templates/recent-posts.html")$ +
+ +
+

Recent posts

+ $partial("templates/recent-posts.html")$ + +

…or you can find more posts in the archives.

+
+ +
+

Upcoming events

+ $partial("templates/events.html")$ + +

Here you can find more events I attended: events.

+
+ +
+ -

…or you can find more posts in the archives.

-

Events

-$partial("templates/events.html")$ -

Here you can find more events I attended: events.