aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.xyz>2023-12-15 19:38:20 +0100
committerAdam Stück <adam@adast.xyz>2023-12-15 19:38:20 +0100
commit30f34c4e509ce1b3b64dd4229fdd4b6ea7786a51 (patch)
treee1ee2bc70999e0b89ad9b3a4da968cfa2bd664fd
parentbc283c80e68fbca88c7146e26cebe950bc2ce185 (diff)
home: update links section
-rw-r--r--build/atom.xml2
-rw-r--r--build/index.html11
-rw-r--r--index.md10
3 files changed, 13 insertions, 10 deletions
diff --git a/build/atom.xml b/build/atom.xml
index 9d6bafb..4d857a6 100644
--- a/build/atom.xml
+++ b/build/atom.xml
@@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Adam Stück's blog</title>
<link href="https://adast.dk/atom.xml" rel="self" />
- <updated>2023-12-15T18:24:06Z</updated>
+ <updated>2023-12-15T19:37:58Z</updated>
<author>
<name>Adam Stück</name>
</author>
diff --git a/build/index.html b/build/index.html
index 01e4a61..a572cd9 100644
--- a/build/index.html
+++ b/build/index.html
@@ -18,11 +18,12 @@
<p>I'm passionate about open source software, usability, performance, privacy, and
minimal design. This small piece of the internet stores a growing collection of
my personal <a href="https://bt.ht/dump">brain dumps</a>.</p>
-<table>
-<tr><th>Service</th><th>Description</th><th>Link</th></tr>
-<tr><td>sourcehut</td><td>Code</td><td><a href="https://sr.ht/~adamski">~adamski</a></td></tr>
-<tr><td>peertube</td><td>Videos, streams</td><td><a href="https://tv.adast.dk/a/adam">tv.adast.dk</a></td></tr>
-</table>
+<p><dl>
+ <dt><b>sourcehut</b></dt>
+ <dd><a href="https://sr.ht/~adamski">~adamski</a></dd>
+ <dt><b>peertube</b></dt>
+ <dd><a href="https://tv.adast.dk/a/adam">tv.adast.dk</a></dd>
+</dl></p>
<h2>Articles</h2>
<ul>
<li>2023-03-04 &middot; <a href="2023-02/">Status update, February 2023</a></li>
diff --git a/index.md b/index.md
index 62476a0..e8812ae 100644
--- a/index.md
+++ b/index.md
@@ -4,9 +4,11 @@ I'm passionate about open source software, usability, performance, privacy, and
minimal design. This small piece of the internet stores a growing collection of
my personal [brain dumps](https://bt.ht/dump).
-|Service|Description|Link|
-|---|---|
-|sourcehut|Code|[~adamski](https://sr.ht/~adamski)|
-|peertube|Videos, streams|[tv.adast.dk](https://tv.adast.dk/a/adam)|
+<dl>
+ <dt><b>sourcehut</b></dt>
+ <dd><a href="https://sr.ht/~adamski">~adamski</a></dd>
+ <dt><b>peertube</b></dt>
+ <dd><a href="https://tv.adast.dk/a/adam">tv.adast.dk</a></dd>
+</dl>
## Articles