summaryrefslogtreecommitdiff
path: root/www/index.vto
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2025-07-05 23:30:19 +0200
committerMike Vink <ivi@vinkies.net>2025-07-05 23:30:19 +0200
commit3bc2120ff43b602e5ad94c9e23949fed4b9bef76 (patch)
treefc004db523332d64730eeab32ba6365d85a1c34e /www/index.vto
parent04ca9a71150e1b940743d4b9f563d1aecb2cdf37 (diff)
update
Diffstat (limited to 'www/index.vto')
-rw-r--r--www/index.vto48
1 files changed, 28 insertions, 20 deletions
diff --git a/www/index.vto b/www/index.vto
index b5e731e..41ce3fd 100644
--- a/www/index.vto
+++ b/www/index.vto
@@ -2,44 +2,53 @@
title: Mike Vink
contacts:
- href: /publickey.gpg
- name: gpg
- description: Send me an encrypted email.
+ name: GnuPG
+ description: Click me, trust me.
- href: https://github.com/ivi-vink
- name: github
- description: I still use GitHub.
+ name: GitHub
+ description: CopilotHub?
- href: https://stackoverflow.com/users/16349137/carrot-the-king
name: stackoverflow
- description: I am a Lurker.
+ description: Nothing here, but I have one.
---
<html>
<head>
<title>{{ title }}</title>
- <link rel="stylesheet" href="/styles.css" />
+ <link rel="stylesheet" href="/tufte.css" />
</head>
<body>
<header>
- <h1>{{ title }}'s Webpage</h1>
+ <h1 class="webpagetitle">{{ title }}'s Webpage</h1>
</header>
<main>
<article>
<section>
<header>
+ </header>
+ <section>
+ <figure class="centered">
+ <a href="/picture-full.jpg">
+ <img class="rounded" src="/picture.jpg" alt="/picture.jpg" />
+ </a>
+ </figure>
+ <p>
+ <label for="sn-demo"
+ class="margin-toggle">
+ </label>
+ <input type="checkbox"
+ id="sn-demo"
+ class="margin-toggle"/>
<span class="marginnote">
- <figure class="rounded">
- <a href="/dunya-full.jpg">
- <img src="/dunya.jpg" alt="/dunya.jpg" />
+ <a href="/dunya-full.jpg" >
+ <img class="rounded" src="/dunya.jpg" alt="/dunya.jpg" />
Dunya
</a>
- </figure>
</span>
- </header>
- <figure class="rounded centered">
- <a href="/picture-full.jpg">
- <img src="/picture.jpg" alt="/picture.jpg" />
- </a>
- </figure>
- <p>
- Well Met Netizen! I am Mike Vink and this is my webpage.
+ Welcome, O, Surfer, I am Mike Vink and this is my webpage.
+ That blue russian cat there is dunya.
+
+ </p>
+ </section>
<h2>Contact Info</h2>
<dl>
<dt>
@@ -59,7 +68,6 @@ contacts:
</dd>
{{ /for }}
</dl>
- </p>
</section>
</article>
</main>