From 24fa9b6b84b233181b9c624826be5dd901fbe7d1 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 9 Feb 2025 03:34:10 +0100 Subject: New style --- templates/index.html | 107 ++++++++++++++++++++++++++------------------------- 1 file changed, 54 insertions(+), 53 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index f5821fc..28aa47e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,60 +1,61 @@ {{ template "base.html" . }} {{ define "content" }} -
- You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you. -
+
+

Visualizations and exploration of binary files

+

+ Examine graphical representations of binary files using diagrams that illustrate connections between pairs of bytes (digraphs) and triplets of bytes (trigraphs). + Check out the project page. +

+
+ + + +
+
- - Examine graphical representations of binary files using diagrams that - illustrate connections between pairs of bytes (digraphs) and triplets of - bytes (trigraphs). - +
+

More long form, ramblings etc

+ +
-
-

More long form, ramblings etc

- -
+
+

Notes?! Maybe useful

+ +
-
-

Notes?! Maybe useful

- -
- -
-

Small side projects I work/worked on

- -
+
+

Small side projects I work/worked on

+ +
{{ end }} -- cgit v1.2.3