From 89aad6f8fa3e9aafb1589bc8a5a50f13bda950d3 Mon Sep 17 00:00:00 2001
From: Mike Vink
Date: Sun, 6 Jul 2025 12:35:28 +0200
Subject: host git
---
www/index.vto | 104 ++++++++++++++++++++++++++++++++--------------------------
www/tufte.css | 16 ++++-----
2 files changed, 64 insertions(+), 56 deletions(-)
diff --git a/www/index.vto b/www/index.vto
index 41ce3fd..6cdad59 100644
--- a/www/index.vto
+++ b/www/index.vto
@@ -6,72 +6,82 @@ contacts:
description: Click me, trust me.
- href: https://github.com/ivi-vink
name: GitHub
- description: CopilotHub?
+ description: Truely one of the gits of all time.
- href: https://stackoverflow.com/users/16349137/carrot-the-king
- name: stackoverflow
+ name: StackOverflow
description: Nothing here, but I have one.
---
{{ title }}
+
- {{ title }}'s Webpage
+ {{ title }}'s Webpage
-
- Contact Info
-
-
- email
-
-
- ivi at this site's parent domain.
-
+
+
+
-
diff --git a/www/tufte.css b/www/tufte.css
index 7ee0540..067fb3c 100644
--- a/www/tufte.css
+++ b/www/tufte.css
@@ -457,15 +457,6 @@ html, body {
margin: 0
}
-h1.webpagetitle {
- font-family: "Fira Sans",sans;
- text-align: center;
-}
-
-.imgfig {
- text-align: center ;
-}
-
img.rounded {
border-radius: 50% ;
}
@@ -474,3 +465,10 @@ img.rounded {
display: block;
margin: auto;
}
+.centered {
+ text-align: center;
+}
+
+table {
+ font-size: 1.4rem;
+}
--
cgit v1.2.3