add “on the side” bit
[~bandali/bndl.org] / index.html
index 3df0293..2a26b37 100644 (file)
     <link rel="stylesheet" href="/style.css" />
   </head>
   <body>
-    <header>
-      <h1 id="title">bandali's</h1>
-      <h2 id="subtitle">corner on the interwebs</h2>
-    </header>
-    <section>
-      <h3>academia</h3>
-      <div class="section">
+    <main>
+      <header>
+        <h1 id="title">bandali</h1>
+        <h2 id="subtitle">my corner of 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>
+            <li><a href="cv">CV</a></li>
+            <li><a href="publications">Publications</a></li>
+            <li><a href="research">Research interests</a></li>
           </ul>
         </nav>
-      </div>
-    </section>
-    <section>
-      <h3>personal</h3>
-      <div class="section">
+        <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.&nbsp;Nancy&nbsp;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>
+            <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>
-      </div>
-    </section>
+        <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&nbsp;2019</a> this fall.
+        </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">Emacs Lisp</a>.
+        </p>
+      </section>
+    </main>
   </body>
 </html>