revamp the site and go fully static
[~bandali/bndl.org] / projects.html
diff --git a/projects.html b/projects.html
new file mode 100644 (file)
index 0000000..0ec9997
--- /dev/null
@@ -0,0 +1,38 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8" />
+<meta name="author" content="bandali" />
+<meta name="viewport" content="width=device-width, initial-scale=1" />
+<title>projects &mdash; bandali</title>
+<link rel="canonical" href="https://bndl.org/projects.html" />
+<link rel="alternate" href="bandali-projects.txt" title="plain text" type="text/plain" />
+<style>
+body {
+  line-height: 1.6;
+  max-width: 37.5em;
+  margin: 0 auto;
+  padding: 0 1em;
+}
+@media (prefers-color-scheme: dark) {
+  body { background: #1c1c1c; color: white; }
+  a:link { color: #acdeff; }
+  a:visited { color: #f8f; }
+  a:active { color: #e00; }
+}
+</style>
+</head>
+<body>
+<h1><a href=".">bandali</a>'s projects</h1>
+<p>This page used to contain a list of some of the free software
+projects I had started or contributed to at some point, but it started
+to get a bit unwieldy and frequently out-of-date, so I decided to
+retire it.</p>
+
+<p>I'll instead directly refer you to
+my <a href="https://git.shemshak.org/~bandali">public git
+repositories</a> and
+my <a href="https://savannah.gnu.org/users/bandali">Savannah
+profile</a>.</p>
+</body>
+</html>