X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/bndl.org/blobdiff_plain/4ad3138c4814ad02d9101676e95d436adb00818d..1e34cd296bf13d9b29c6c28441a531dda7f81a71:/index.html?ds=sidebyside diff --git a/index.html b/index.html index 2bdb4b8..1888e27 100644 --- a/index.html +++ b/index.html @@ -1,66 +1,80 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> - <head> - <meta charset="utf-8" /> - <meta name=viewport content="width=device-width, initial-scale=1" /> - <title>Amin Bandali's Personal Site</title> - <meta - name="description" - content="Amin Bandali is a graduate student at WatForm, a free - software activist, and a GNU webmaster and volunteer." /> - <link rel="stylesheet" href="/style.css" /> - </head> - <body> - <main> - <header> - <h1 id="title">bandali's</h1> - <h2 id="subtitle">corner on the interwebs</h2> - </header> - <section> - <p> - hi, i'm - <a href="images/bandali-with-rms.jpg" - title="photo of bandali with rms wearing a âpay cash donât be trackedâ pin">amin bandali</a>, - often just <code>bandali</code> around the web. - </p> - </section> - <h3>academia</h3> - <section> - <nav> - <ul id="academia"> - <li><a href="cv">cv</a></li> - <li><a href="publications">publications</a></li> - <li><a href="research-interests">research interests</a></li> - </ul> - </nav> - <p> - i'm a graduate student at <a href="https://watform.uwaterloo.ca">watform</a> - at university of waterloo, supervised by - <a href="https://cs.uwaterloo.ca/~nday/">dr. nancy day</a>. - my research at watform focuses on formal logic, model - checking, and verification. see my research interests link - above for more details. - </p> - </section> - <h3>personal</h3> - <section> - <nav> - <ul id="personal"> - <li><a href="blog">blog</a></li> - <li><a href="now">now</a></li> - <li><a href="computing">computing</a></li> - <li><a href="contact">contact</a></li> - </ul> - </nav> - <p> - iâm a <a href="https://www.gnu.org/philosophy/free-sw.html">free software</a> - and <a href="https://www.gnu.org/licenses/copyleft.html">copyleft</a> activist, - an <a href="https://www.fsf.org/associate/">fsf associate member</a>, - and a <a href="https://www.gnu.org/people/webmeisters.html#bandali">gnu webmaster</a> - and volunteer. i co-host the <a href="https://emacsel.com">emacs.el</a> podcast, - and i'm organizing <a href="https://emacsconf.org/2019/">emacsconf 2019</a> this fall. - </p> - </section> - </main> - </body> +<head> +<meta charset="utf-8" /> +<meta name="author" content="bandali" /> +<meta name="viewport" content="width=device-width, initial-scale=1" /> +<title>bandali's personal site</title> +<link rel="canonical" href="https://bndl.org" /> +<link rel="alternate" href="bandali.txt" title="plain text" type="text/plain" /> +<link rel="alternate" href="notes.atom" title="notes atom feed" type="application/atom+xml" /> +<link rel="alternate" href="notes.rss" title="notes rss feed" type="application/rss+xml" /> +<link rel="alternate" href="fa/" hreflang="fa" title="persian" /> +<style> +body { + line-height: 1.6; + max-width: 37.5em; + margin: 0 auto; + padding: 0 1em; +} +details { margin: 1em 0; } +details summary { cursor: pointer; } +#copy { font-size: 0.84em; } +#copy p { padding: 0 2em; } +#fa { text-decoration: none; } +#fa:hover, #fa:focus { text-decoration: underline; } +ul { list-style-type: none; padding: 0; } +ul li { margin: 0.25em 0; } +@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>bandali's personal site</h1> +<nav> +<a href="projects.html">projects</a> +| <a href="cv.html">cv</a> +| <a href="contact.html">contact</a> +| <a href="bandali.txt">plain text</a> +| <a href="fa/" hreflang="fa" title="Persian" id="fa">ÙارسÛ</a> +</nav> + +<p>I am a <a href="https://www.gnu.org/philosophy/free-sw.html">free +software</a> activist and <a href="mmath.html">computing +scientist</a>. I'm a GNU maintainer +of <a href="https://jami.net">Jami</a> +and <a href="https://www.gnu.org/software/gnuzilla/">GNU IceCat</a>. +I also wear a few other hats around GNU, including helping run the +Savannah forge for GNU and non-GNU software as a Savannah hacker, and +serving as an assistant GNUisance.</p> + +<h2 id="notes">notes</h2> +<p>Here are notes and writings about topics or issues I care about, +which you can also read via <a href="notes.atom">Atom</a> +or <a href="notes.rss">RSS</a> feeds.</p> + +<ul> +<li><a href="libreplanet-2021.html">LibrePlanet 2021: Jami and how it +empowers users</a> <small>(March 20, 2021)</small></li> +<li><a href="fsf-internship-beyond.html">My internship with the FSF +tech team and beyond</a> <small>(December 18, 2020)</small></li> +<li><a href="fsf-internship-intro.html">Internship with the FSF tech +team</a> <small>(May 29, 2020)</small></li> +<li><a href="computing.html">How I do my Computing</a> +<small>(September 14, 2019)</small></li> +</ul> + +<hr /> +<details id="copy"> +<summary>Copyright © 2012–2021 bandali</summary> +<p>Copying and distribution of this file, with or without +modification, are permitted in any medium without royalty provided the +copyright notice and this notice are preserved. This file is offered +as-is, without any warranty.</p> +</details> +</body> </html>