simplify and use css grids
[~bandali/bndl.org] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <meta name=viewport content="width=device-width, initial-scale=1" />
6 <title>Amin Bandali's Personal Site</title>
7 <meta
8 name="description"
9 content="Amin Bandali is a graduate student at WatForm, a free
10 software activist, and a GNU webmaster and volunteer." />
11 <link rel="stylesheet" href="/style.css" />
12 </head>
13 <body>
14 <main>
15 <header>
16 <h1 id="title">bandali's</h1>
17 <h2 id="subtitle">corner on the interwebs</h2>
18 </header>
19 <h3>academia</h3>
20 <section>
21 <nav>
22 <ul id="academia">
23 <li><a href="cv">cv</a></li>
24 <li><a href="publications">publications</a></li>
25 <li><a href="research-interests">research interests</a></li>
26 </ul>
27 </nav>
28 </section>
29 <h3>personal</h3>
30 <section>
31 <nav>
32 <ul id="personal">
33 <li><a href="blog">blog</a></li>
34 <li><a href="now">now</a></li>
35 <li><a href="computing">computing</a></li>
36 <li><a href="contact">contact</a></li>
37 </ul>
38 </nav>
39 </section>
40 </main>
41 </body>
42 </html>