Commit | Line | Data |
---|---|---|
7b376474 AB |
1 | <!doctype html> |
2 | <html lang="en"> | |
3 | <head> | |
4 | <meta charset="utf-8" /> | |
5 | <meta name="author" content="bandali" /> | |
6 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
7 | <title>projects — bandali</title> | |
8 | <link rel="canonical" href="https://bndl.org/projects.html" /> | |
9 | <link rel="alternate" href="bandali-projects.txt" title="plain text" type="text/plain" /> | |
10 | <style> | |
11 | body { | |
12 | line-height: 1.6; | |
13 | max-width: 37.5em; | |
14 | margin: 0 auto; | |
15 | padding: 0 1em; | |
16 | } | |
17 | @media (prefers-color-scheme: dark) { | |
18 | body { background: #1c1c1c; color: white; } | |
19 | a:link { color: #acdeff; } | |
20 | a:visited { color: #f8f; } | |
21 | a:active { color: #e00; } | |
22 | } | |
23 | </style> | |
24 | </head> | |
25 | <body> | |
26 | <h1><a href=".">bandali</a>'s projects</h1> | |
27 | <p>This page used to contain a list of some of the free software | |
28 | projects I had started or contributed to at some point, but it started | |
29 | to get a bit unwieldy and frequently out-of-date, so I decided to | |
30 | retire it.</p> | |
31 | ||
32 | <p>I'll instead directly refer you to | |
33 | my <a href="https://git.shemshak.org/~bandali">public git | |
34 | repositories</a> and | |
35 | my <a href="https://savannah.gnu.org/users/bandali">Savannah | |
36 | profile</a>.</p> | |
37 | </body> | |
38 | </html> |