diff --git a/static/thumbnails/glitch.png b/static/thumbnails/glitch.png
new file mode 100644
index 0000000000000000000000000000000000000000..008718a155cafd3c40ce2ad435b57d31c73bbd5e
Binary files /dev/null and b/static/thumbnails/glitch.png differ
diff --git a/static/thumbnails/projects.xcf b/static/thumbnails/projects.xcf
new file mode 100644
index 0000000000000000000000000000000000000000..45b73868cfe521e6abc044efe34562d4b7101aa8
Binary files /dev/null and b/static/thumbnails/projects.xcf differ
diff --git a/static/thumbnails/qwe-editor.png b/static/thumbnails/qwe-editor.png
new file mode 100644
index 0000000000000000000000000000000000000000..8ec53132f2758e19c899a529d321f19a3241946c
Binary files /dev/null and b/static/thumbnails/qwe-editor.png differ
diff --git a/static/thumbnails/toy-debugger.png b/static/thumbnails/toy-debugger.png
new file mode 100644
index 0000000000000000000000000000000000000000..a1e1f80bc38b195632820531c9b9db73a97162d8
Binary files /dev/null and b/static/thumbnails/toy-debugger.png differ
diff --git a/templates/base.html b/templates/base.html
index ab8e74838e3afeb75cb22823efaa321a2bac502a..e81ad58ea9b05e44303f31c5d188de32363cde35 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,115 +1,120 @@
-
-
-
+
+
+
- {{ block "title" . }}{{ .Config.Title }}{{ end }}
-
-
-
-
+ {{ block "title" . }}{{ .Config.Title }}{{ end }}
+
+
+
+
-
+ @media print {
+ header, footer { display: none; }
+ }
+
-
-
+
+
-
-
+
+
-
- {{ block "content" . }}{{ end }}
-
+
+ {{ block "content" . }}{{ end }}
+
-
-
+
+
diff --git a/templates/index.html b/templates/index.html
index 7de8ba2fe7d712856b7b0aca8772877315cc3825..0fd6f7f5ccb556668d3baa2b29882e9037d193ba 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -2,69 +2,84 @@ {{ template "base.html" . }}
{{ define "content" }}
+
+
+

+
glitch x11 window manager
+
+
+

+
qwe code editor
+
+
+

+
toy debugger
+
+
+
- Notes / Posts
-
- {{ range .Pages }}
- {{ if and (not .Draft) (or (eq .Type "note") (eq .Type "post")) }}
- -
-
-
-
-
-
- {{ .Title }}
-
- {{ if .Meta.tags }}
- {{ range .Meta.tags }}{{ . }}{{ end }}
- {{ end }}
-
-
-
- {{ end }}
- {{ end }}
-
+ Notes / Posts
+
+ {{ range .Pages }}
+ {{ if and (not .Draft) (or (eq .Type "note") (eq .Type "post")) }}
+ -
+
+
+
+
+
+ {{ .Title }}
+
+ {{ if .Meta.tags }}
+ {{ range .Meta.tags }}{{ . }}{{ end }}
+ {{ end }}
+
+
+
+ {{ end }}
+ {{ end }}
+
- Tools / Experiments
-
+ Tools / Experiments
+
{{ end }}