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>bandali's personal site</title> | |
8 | <link rel="canonical" href="https://bndl.org" /> | |
9 | <link rel="alternate" href="bandali.txt" title="plain text" type="text/plain" /> | |
10 | <link rel="alternate" href="notes.atom" title="notes atom feed" type="application/atom+xml" /> | |
11 | <link rel="alternate" href="notes.rss" title="notes rss feed" type="application/rss+xml" /> | |
12 | <link rel="alternate" href="fa/" hreflang="fa" title="persian" /> | |
13 | <style> | |
14 | body { | |
15 | line-height: 1.6; | |
16 | max-width: 37.5em; | |
17 | margin: 0 auto; | |
18 | padding: 0 1em; | |
19 | } | |
20 | details { margin: 1em 0; } | |
21 | details summary { cursor: pointer; } | |
22 | #copy { font-size: 0.84em; } | |
23 | #copy p { padding: 0 2em; } | |
24 | #fa { text-decoration: none; } | |
25 | #fa:hover, #fa:focus { text-decoration: underline; } | |
26 | ul { list-style-type: none; padding: 0; } | |
27 | ul li { margin: 0.25em 0; } | |
28 | @media (prefers-color-scheme: dark) { | |
29 | body { background: #1c1c1c; color: white; } | |
30 | a:link { color: #acdeff; } | |
31 | a:visited { color: #f8f; } | |
32 | a:active { color: #e00; } | |
33 | } | |
34 | </style> | |
35 | </head> | |
36 | <body> | |
37 | <h1>bandali's personal site</h1> | |
38 | <nav> | |
39 | <a href="projects.html">projects</a> | |
40 | | <a href="cv.html">cv</a> | |
41 | | <a href="contact.html">contact</a> | |
42 | | <a href="bandali.txt">plain text</a> | |
43 | | <a href="fa/" hreflang="fa" title="Persian" id="fa">فارسی</a> | |
44 | </nav> | |
45 | ||
46 | <p>I am a <a href="https://www.gnu.org/philosophy/free-sw.html">free | |
47 | software</a> activist and <a href="mmath.html">computing | |
48 | scientist</a>. I'm a GNU maintainer | |
49 | of <a href="https://jami.net">Jami</a> | |
50 | and <a href="https://www.gnu.org/software/gnuzilla/">GNU IceCat</a>. | |
51 | I also wear a few other hats around GNU, including helping run the | |
52 | Savannah forge for GNU and non-GNU software as a Savannah hacker, and | |
53 | serving as an assistant GNUisance.</p> | |
54 | ||
55 | <h2 id="notes">notes</h2> | |
56 | <p>Here are notes and writings about topics or issues I care about, | |
57 | which you can also read via <a href="notes.atom">Atom</a> | |
58 | or <a href="notes.rss">RSS</a> feeds.</p> | |
59 | ||
60 | <ul> | |
61 | <li><a href="libreplanet-2021.html">LibrePlanet 2021: Jami and how it | |
62 | empowers users</a> <small>(March 20, 2021)</small></li> | |
63 | <li><a href="fsf-internship-beyond.html">My internship with the FSF | |
64 | tech team and beyond</a> <small>(December 18, 2020)</small></li> | |
65 | <li><a href="fsf-internship-intro.html">Internship with the FSF tech | |
66 | team</a> <small>(May 29, 2020)</small></li> | |
67 | <li><a href="computing.html">How I do my Computing</a> | |
68 | <small>(September 14, 2019)</small></li> | |
69 | </ul> | |
70 | ||
71 | <hr /> | |
72 | <details id="copy"> | |
73 | <summary>Copyright © 2012–2021 bandali</summary> | |
74 | <p>Copying and distribution of this file, with or without | |
75 | modification, are permitted in any medium without royalty provided the | |
76 | copyright notice and this notice are preserved. This file is offered | |
77 | as-is, without any warranty.</p> | |
78 | </details> | |
79 | </body> | |
80 | </html> |