site

bvnf.space sources
Log | Files | Refs

commit 676eca7573a1a7fdc6c0517638a595980ba7a71d
parent 86a1923fff690b6da2df625a2ca43f90303d0563
Author: aabacchus <ben@bvnf.space>
Date:   Tue,  8 Feb 2022 03:23:45 +0000

bookmarks list: add

Diffstat:
Abookmarks.html | 34++++++++++++++++++++++++++++++++++
Mindex.html | 1+
2 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/bookmarks.html b/bookmarks.html @@ -0,0 +1,34 @@ +<!DOCTYPE html> +<html lang=en> + <head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" > + <title>ben's bookmarks</title> + <link rel="stylesheet" href="style.css" type="text/css"> + <link rel="icon" href=data:,> + </head> + <body> + <header><nav> + <a href="./">[Home]</a> + <a href="blog/">[Blog]</a> + <a href="https://git.bvnf.space/">[Git]</a> + <a href="books/">[Books]</a> + </nav></header> + <h1>ben's bookmarks</h1> + <p>This unordered list is presented to you as a node in a federated list of + interesting websites (read <a href="https://memex.marginalia.nu/log/19-website-discoverability-crisis.gmi">this</a>). + You are encouraged to create your own list of bookmarkings linking to websites you find interesting.</p> + <ul> + <li><a href="https://armaanb.net/">armaanb.net</a></li> + <li><a href="https://nihaljere.xyz/">nihaljere.xyz</a></li> + <li><a href="https://cemkeylan.com/">cemkeylan.com</a></li> + <li><a href="https://git-bruh.duckdns.org/">git-bruh.duckdns.org</a></li> + <li><a href="http://midfavila.chaosnet.org/">midfavila.chaosnet.org</a></li> + <li><a href="https://dilyn.cc/">dilyn.cc</a></li> + <li><a href="https://causal.agency/">causal.agency</a></li> + <li><a href="https://bsd.lv/">bsd.lv</a></li> + <li><a href="https://hmbrg.xyz/">hmbrg.xyz</a></li> + <li><a href="https://rgz.ee/">rgz.ee</a></li> + </ul> + </body> +</html> diff --git a/index.html b/index.html @@ -49,6 +49,7 @@ I put more content on my gemini server, which can be accessed <a href="gemini://bvnf.space/">here</a>.<br> You can also:<br> - read some <a href="books/">books</a><br> + - view my list of <a href="bookmarks.html">interesting websites</a><br> - download some <a href="/pub/">tarballs</a><br> - read some <a href="/logs/">IRC logs</a><br> - look at an <a href="//kiss.bvnf.space/">archive of the KISS website</a>