- <head>
- <meta charset="utf-8">
- <meta name=viewport content="width=device-width, initial-scale=1">
- <meta name="description" content="Amin Bandali is a graduate
- student at WatForm, the co-host of the Emacs.el
- podcast, a free software advocate, and a volunteer
- webmaster for the GNU project."/>
- <title>Amin Bandali</title>
- <link rel="stylesheet" href="/style.css" />
- </head>
- <body>
- <header>
- <h1><a href="images/amin.png">Amin Bandali</a>’s personal site</h1>
- <span id="sub">
- Graduate student at University of Waterloo supervised by
- <a href="https://cs.uwaterloo.ca/~nday/">Nancy Day</a>
- </span>
- </header>
+<head>
+<meta charset="utf-8"/>
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>Amin Bandali's Personal Site</title>
+<link rel="icon" href="/gnu.ico"/>
+<link rel="stylesheet" href="/style.css"/>
+</head>
+<body>
+<header>
+<h1>Amin Bandali's Personal Site</h1>
+</header>
+<nav>
+<ul>
+<li><a href="/#papers">Publications</a></li>
+<li><a href="/#projects">Projects</a></li>
+<li><a href="/#notes">Notes</a></li>
+<li><a href="/cv" title="curriculum vitae">CV</a></li>
+<li><a href="/contact">Contact</a></li>
+</ul>
+</nav>
+<main>
+<section id="intro">
+<p>Hi, I'm Amin. I am currently a graduate student at the
+<a href="//watform.uwaterloo.ca">Waterloo Formal Methods</a>
+group at the University of Waterloo, supervised by
+<a href="//cs.uwaterloo.ca/~nday/">Nancy Day</a>.
+The main goal of my research is
+improving <strong>software and systems reliability</strong>
+through application of
+<a href="//en.wikipedia.org/wiki/Formal_methods">formal methods</a>.</p>