Commit | Line | Data |
---|---|---|
ef72be3e AB |
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 | <header> | |
15 | <h1 id="title">bandali's</h1> | |
16 | <h2 id="subtitle">corner on the interwebs</h2> | |
17 | </header> | |
18 | <section> | |
19 | <h3>academia</h3> | |
20 | <div class="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 | </div> | |
29 | </section> | |
30 | <section> | |
31 | <h3>personal</h3> | |
32 | <div class="section"> | |
33 | <nav> | |
34 | <ul id="personal"> | |
35 | <li><a href="blog">blog</a></li> | |
36 | <li><a href="now">now</a></li> | |
37 | <li><a href="computing">computing</a></li> | |
38 | <li><a href="contact">contact</a></li> | |
39 | </ul> | |
40 | </nav> | |
41 | </div> | |
42 | </section> | |
43 | </body> | |
44 | </html> |