remove some vestigial files, add (gnu) favicon
authorAmin Bandali <bandali@gnu.org>
Fri, 20 Dec 2019 02:46:00 +0000 (21:46 -0500)
committerAmin Bandali <bandali@gnu.org>
Fri, 20 Dec 2019 02:46:00 +0000 (21:46 -0500)
by Naveen P L, under CC, from https://www.favicon.cc/?action=icon&file_id=19883

bandali-computing.html [deleted file]
bandali/theme.scm
common/banner.html [deleted file]
common/footer.html [deleted file]
common/gnu.ico [deleted file]
common/head.html [deleted file]
common/header.html [deleted file]
contact.html [deleted file]
index.html [deleted file]
static/gnu.ico [new file with mode: 0644]

diff --git a/bandali-computing.html b/bandali-computing.html
deleted file mode 100644 (file)
index 306e610..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8" />
-    <meta name=viewport content="width=device-width, initial-scale=1" />
-    <title>How I do my Computing | Amin Bandali</title>
-    <meta
-      name="description"
-      content="Amin Bandali's Computing" />
-    <link rel="stylesheet" href="/style.css" />
-  </head>
-  <body>
-    <nav><a href="/">bandali.eu.org</a> / bandali-computing.html</nav>
-    <main>
-      <h1>How I do my computing</h1>
-      <p>
-        (Inspired by computing pages of
-        <a href="https://stallman.org/stallman-computing.html">rms</a>
-        and
-        <a href="https://blog.vimuser.org/leah-computing.html">Leah Rowe</a>)
-      </p>
-
-      <h3>Computers</h3>
-      <p>
-        My main computer is a
-        soon-to-be-<a href="https://libreboot.org">librebooted</a>
-        ThinkPad X200.  This is the machine I use the most in or out
-        the house.  I also own and occasionally use a Dell XPS 15 more
-        as a “Desktop”, and a ThinkPad X220T tablet I use when reading
-        (and annotating) research papers.
-      </p>
-
-      <p>
-        I also have the privilege of having access to a fleet of beefy
-        servers through our school’s
-        <a href="https://csclub.uwaterloo.ca/">Computer Science Club</a>,
-        which I use for some heavier computations every now and
-        again.
-      </p>
-
-      <h4>GNU/Linux distros</h4>
-      <p>
-        I’ve used a large number of GNU/Linux distributions
-        throughout the years, but as of late, my favourite distros
-        are
-        <a href="https://guix.gnu.org">Guix&nbsp;System</a>,
-        <a href="https://trisquel.info">Trisquel</a>, and
-        <a href="https://www.debian.org">Debian</a> (with no
-        <code>contrib</code> or <code>non-free</code>).
-        I mostly use the
-        <a href="https://www.fsfla.org/ikiwiki/selibre/linux-libre/">GNU Linux-libre</a>
-        kernel.  Guix&nbsp;System comes with GNU Linux-libre out of
-        the box, and on Debian-based distros I install it from
-        jxself’s
-        <a href="https://jxself.org/linux-libre/">APT repository</a>.
-      </p>
-
-      <h4>Actual computing</h4>
-      <p>
-        I spend most of my time inside
-        <a href="https://www.gnu.org/software/emacs/">GNU Emacs</a>.
-      </p>
-
-      <h3>Cell phone</h3>
-      <p>
-        I have an old Nexus 5 I reluctantly use from time to time.
-        It runs LineageOS+microG without GApps.  Sadly it still
-        requires some blobs for functioning.  I can’t wait for lxo’s
-        <a href="https://www.fsfla.org/ikiwiki/blogs/lxo/pub/0G">0G</a>
-        to become a reality fast enough :)
-      </p>
-    </main>
-  </body>
-</html>
index aa82b85..44c00f6 100644 (file)
     (html
      (head
       (meta (@ (charset "utf-8")))
+      (meta (@ (name "viewport")
+               (content "width=device-width, initial-scale=1")))
       (title ,(if title (string-append title " — " (site-title site))
                   "Amin Bandali’s Personal Site"))
+      (link (@ (rel "icon")
+               (href "/gnu.ico")))
       ,(stylesheet "reset")
       ,(stylesheet "style"))
      (body
diff --git a/common/banner.html b/common/banner.html
deleted file mode 100644 (file)
index 85751b6..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-</head>
-<body>
-<header>
-  <h1>
-    <!--# if expr="$bpage = Home" -->
-    <a href="images/amin-with-rms.jpg"
-       title="photo of amin with rms wearing a &ldquo;pay cash don&rsquo;t be tracked&rdquo; pin">Amin Bandali</a>&rsquo;s personal site
-    <!--# else -->
-    Amin Bandali&rsquo;s personal site
-    <!--# endif -->
-  </h1>
-  <span id="sub">
-    <!--# if expr="$bpage = Home" -->
-    Graduate student at University of Waterloo supervised by
-    <a href="https://cs.uwaterloo.ca/~nday/">Nancy Day</a>
-    <!--# else -->
-    <a href=".">Home</a> &rarr; <!--# echo var="bpage" -->
-    <!--# endif -->
-  </span>
-</header>
diff --git a/common/footer.html b/common/footer.html
deleted file mode 100644 (file)
index 6ad61c8..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<footer>
-  <p>
-    Copyright (c) 2016&ndash;2019 Amin Bandali<br>
-    Verbatim copying and redistribution of this entire page are
-    permitted provided this notice is preserved.
-  </p>
-</footer>
-</body>
-</html>
diff --git a/common/gnu.ico b/common/gnu.ico
deleted file mode 100644 (file)
index e363826..0000000
Binary files a/common/gnu.ico and /dev/null differ
diff --git a/common/head.html b/common/head.html
deleted file mode 100644 (file)
index 8453227..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<meta charset="utf-8">
-<meta name=viewport content="width=device-width, initial-scale=1">
-<link rel="stylesheet" href="/~amin/style.css"/>
-<link rel="icon" type="image/png" href="/~amin/common/mab-icon.png"/>
diff --git a/common/header.html b/common/header.html
deleted file mode 100644 (file)
index 320d0f3..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
-<!--# include virtual="head.html" -->
diff --git a/contact.html b/contact.html
deleted file mode 100644 (file)
index fd14ff5..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8" />
-    <meta name=viewport content="width=device-width, initial-scale=1" />
-    <title>Contact Information | Amin Bandali</title>
-    <meta
-      name="description"
-      content="Amin Bandali's contact information" />
-    <link rel="stylesheet" href="/style.css" />
-  </head>
-  <body>
-    <nav><a href="/">bandali.eu.org</a> / contact.html</nav>
-    <main>
-      <h1>Contact information</h1>
-      <p>
-        Email is by far my preferred method of communication.  I may
-        be contacted at any of the following addresses (choose the
-        most closely related):
-
-        <ul>
-          <li>bandali@gnu.org</li>
-          <li>bandali@uwaterloo.ca</li>
-          <li>bandali@csclub.uwaterloo.ca</li>
-        </ul>
-
-        If you want to send me GPG-encrypted mail, you can use my
-        <a href="bandali-pubkey.txt">public key</a> with the
-        fingerprint&nbsp;
-        <code>BE62 7373 8E61 6D6D 1B3A  08E8 A21A 0202 4881 6103</code>.
-      </p>
-
-      <table>
-        <tbody>
-          <tr>
-            <td>IRC</td>
-            <td>
-              bandali on
-              <a href="https://freenode.net">freenode</a> and
-              <a href="https://wiki.mozilla.org/IRC">moznet</a>
-            </td>
-          </tr>
-          <tr>
-            <td>XMPP</td>
-            <td>
-              <a href="xmpp:bandali@member.fsf.org">
-                bandali@member.fsf.org</a>
-            </td>
-          </tr>
-          <tr>
-            <td>Matrix</td>
-            <td><a href="https://matrix.to/#/@bandali:matrix.org">
-              @bandali:matrix.org</a>
-            </td>
-          </tr>
-          <tr>
-            <td>Fediverse</td>
-            <td><a href="https://pleroma.site/bandali">
-              @bandali@pleroma.site</a>
-            </td>
-          </tr>
-        </tbody>
-      </table>
-
-      <h3>Elsewhere</h3>
-      <p>
-        You may also find me at a few other places online.  Stricken
-        through accounts are those I don’t use anymore, unless
-        absolutely necessary.
-      </p>
-      <ul>
-        <li><a href="https://libreplanet.org/wiki/User:Bandali">bandali</a> on LibrePlanet</li>
-        <li><a href="https://emacsconf.org/bandali">bandali</a> on EmacsConf</li>
-        <li><a href="https://savannah.gnu.org/users/bandali">bandali</a> on Savannah</li>
-        <li><a href="https://git.sr.ht/~bandali">bandali</a> on SourceHut</li>
-        <li><a href="https://lobste.rs/u/bandali">bandali</a> on Lobsters</li>
-        <li><a href="https://hackage.haskell.org/user/bandali">bandali</a> on Hackage</li>
-        <li><a href="https://gitlab.com/bandali">bandali</a> on GitLab</li>
-        <li><a href="https://news.ycombinator.com/user?id=bandali">bandali</a> on HN</li>
-        <li><a href="https://www.reddit.com/u/bandali">bandali</a> on reddit</li>
-        <li><del><a href="https://github.com/bandali0">bandali0</a> on GitHub</del></li>
-        <li><del><a href="https://twitter.com/bandali0">bandali0</a> on Twitter</del></li>
-      </ul>
-    </main>
-  </body>
-</html>
diff --git a/index.html b/index.html
deleted file mode 100644 (file)
index e51bf90..0000000
+++ /dev/null
@@ -1,151 +0,0 @@
-<!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>
-    <nav><span>bandali.eu.org</span></nav>
-    <main>
-      <h1 id="hiddentitle">Amin Bandali</h1>
-      <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>.
-          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.&nbsp;Nancy&nbsp;Day</a>.
-          The main goal of my research is improving
-          <strong>software and systems reliability</strong>
-          through application of <em>formal methods</em>.
-        </p>
-
-        <p>
-          My research at WatForm focuses on formal logic, model
-          checking, and verification.  I’m also interested in
-          programming languages, theorem provers, and their type
-          systems.  You may wish to view my
-          academic <a href="bandali-cv.html">curriculum vitae</a>.
-        </p>
-
-        <p class="notice">
-          <strong>SE 212 students:</strong>
-          see <a href="se212-f19/">here</a> for slides and other
-          material from the tutorials.
-        </p>
-
-        <p>
-          On the side, I dabble in <a href="https://leanprover.github.io">Lean</a>
-          and enjoy <a href="https://stallman.org/articles/on-hacking.html">hacking</a> on
-          <a href="https://www.gnu.org/software/emacs/manual/elisp.html">Elisp</a>.
-          I’m a <a href="https://www.gnu.org/philosophy/free-sw.html">Free Software</a> activist
-          and FSF <a href="https://www.fsf.org/associate/">supporter</a>, and a GNU maintainer
-          and <a href="https://www.gnu.org/people/webmeisters.html#bandali">webmaster</a>.
-          I co-host the <a href="https://emacsel.com">Emacs.el</a> podcast with
-          <a href="https://www.pygopar.com">Daniel Gopar</a>, and
-          organize <a href="https://emacsconf.org">EmacsConf</a> with
-          help from many wonderful people.
-
-          I am also a member of the Systems Committee for the
-          <a href="https://csclub.uwaterloo.ca">Computer Science Club
-            of the University of Waterloo</a>.
-        </p>
-
-        <p>
-          See my <a href="contact.html">contact</a> page for how to
-          best reach me.
-        </p>
-      </section>
-
-      <h3 id="papers">Papers</h3>
-      <dl>
-        <dt>
-          A Comparison of the Declarative Modelling Languages B,
-          Dash, and TLA<sup>+</sup>
-          <span class="plinks">
-            [
-            <a href="papers/modre2018-declarative.pdf">pdf</a>
-            |
-            <a href="papers/modre2018-declarative.bib">bib</a>
-            ]
-          </span>
-        </dt>
-        <dd>
-          Ali Abbassi,
-          <a href="https://bandali.eu.org">Amin Bandali</a>,
-          <a href="https://cs.uwaterloo.ca/~nday/">Nancy A. Day</a>,
-          and Jose Serna<br/>
-          <em>2018 IEEE 8th International Model-Driven Requirements
-            Engineering Workshop (MoDRE)</em><br/>
-          Copyright © 2018 IEEE.  All Rights Reserved.  Sadly.
-        </dd>
-      </dl>
-
-      <h3 id="talks">Talks</h3>
-      <dl>
-        <dt>
-          The Magic of Specifications and Type Systems
-          <span class="plinks">
-            [
-            <a href="talks/cucsc-2017-slides.pdf"
-               title="presented at the Canadian Undergraduate Computer Science Conference 2017,
-                     University of Toronto, Canada, June 15-17, 2017">slides</a>
-            |
-            <a href="talks/eecs4080-poster.pdf"
-               title="presented at the Lassonde Undergraduate Summer Student Research Conference,
-                     York University, Toronto, Canada, August 15, 2017">poster</a>
-            ]
-          </span>
-        </dt>
-        <dd>
-          <a href="https://bandali.eu.org">Amin Bandali</a>,
-          <a href="https://github.com/cipher1024">Simon Hudon</a>,
-          <a href="http://www.cse.yorku.ca/~jonathan/">Jonathan Ostroff</a>
-        </dd>
-      </dl>
-
-      <h3>Projects</h3>
-      <p>
-        Below are a number of free software projects I have worked on:
-      </p>
-      <dl>
-        <dt><a href="https://git.sr.ht/~bandali/george-mode">george-mode</a></dt>
-        <dd>Emacs major mode for editing George files</dd>
-
-        <dt><a href="https://git.uwaterloo.ca/bandali/alloy-catalyst">alloy-catalyst</a></dt>
-        <dd>Framework for performance analysis of Alloy models</dd>
-
-        <dt><a href="https://github.com/unitb/unitb-web">unitb-web</a></dt>
-        <dd>Web interface for Unit-B</dd>
-
-        <dt><a href="https://github.com/unitb/tex2png-hs">tex2png-hs</a></dt>
-        <dd>Library and CLI for converting TeX and LaTeX to PNG images</dd>
-      </dl>
-
-      <h3>Notes</h3>
-      <ul>
-        <!-- <li>
-             <a href="streaming-with-free-software.html">Streaming with
-             Free Software</a>
-             </li> -->
-        <li>
-          <a href="bandali-computing.html">How I do my computing</a>
-        </li>
-      </ul>
-    </main>
-    <footer>
-      <p>
-        Copyright © 2016–2019 Amin Bandali.
-        See <a href="/license.html">license.html</a> for license
-        conditions.  Please copy and share.
-      </p>
-    </footer>
-  </body>
-</html>
diff --git a/static/gnu.ico b/static/gnu.ico
new file mode 100644 (file)
index 0000000..e363826
Binary files /dev/null and b/static/gnu.ico differ