From 7949cdfaecbf5613b4e83a1e648b8a716d27ed41 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 25 Jan 2026 17:44:59 +0100 Subject: Add thumbnails --- templates/base.html | 229 ++++++++++++++++++++++++++------------------------- templates/index.html | 135 ++++++++++++++++-------------- 2 files changed, 192 insertions(+), 172 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index ab8e748..e81ad58 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,115 +1,120 @@ - - - - - {{ block "title" . }}{{ .Config.Title }}{{ end }} - - - - - - - - - - - -
- -
- -
- {{ block "content" . }}{{ end }} -
- - - + + + + + {{ block "title" . }}{{ .Config.Title }}{{ end }} + + + + + + + + + + + +
+ +
+ +
+ {{ block "content" . }}{{ end }} +
+ + + diff --git a/templates/index.html b/templates/index.html index 7de8ba2..0fd6f7f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,69 +2,84 @@ {{ define "content" }} +
+
+ +
glitch x11 window manager
+
+
+ +
qwe code editor
+
+
+ +
toy debugger
+
+
+
-

Notes / Posts

- +

Notes / Posts

+
-

Tools / Experiments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Title
Visualizations and exploration of binary fileshttps://mitjafelicijan.github.io/binary-visualization/
Easy convert between HEX to RGBAhttps://mitjafelicijan.github.io/hextorgba/
Unicode symbol explorerhttps://mitjafelicijan.github.io/symbols/
GGUF model list & toolshttps://mitjafelicijan.github.io/gguf-list/
Soundscapes boardhttps://mitjafelicijan.github.io/soundscapes/
Maps of DOOM and other well known WADShttps://mitjafelicijan.github.io/mapsofdoom/
+

Tools / Experiments

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Title
Visualizations and exploration of binary fileshttps://mitjafelicijan.github.io/binary-visualization/
Easy convert between HEX to RGBAhttps://mitjafelicijan.github.io/hextorgba/
Unicode symbol explorerhttps://mitjafelicijan.github.io/symbols/
GGUF model list & toolshttps://mitjafelicijan.github.io/gguf-list/
Soundscapes boardhttps://mitjafelicijan.github.io/soundscapes/
Maps of DOOM and other well known WADShttps://mitjafelicijan.github.io/mapsofdoom/
{{ end }} -- cgit v1.2.3