<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>
+ <main>
+ <header>
+ <h1 id="title">bandali's</h1>
+ <h2 id="subtitle">corner on the interwebs</h2>
+ </header>
<h3>academia</h3>
- <div class="section">
+ <section>
<nav>
<ul id="academia">
<li><a href="cv">cv</a></li>
<li><a href="research-interests">research interests</a></li>
</ul>
</nav>
- </div>
- </section>
- <section>
+ </section>
<h3>personal</h3>
- <div class="section">
+ <section>
<nav>
<ul id="personal">
<li><a href="blog">blog</a></li>
<li><a href="contact">contact</a></li>
</ul>
</nav>
- </div>
- </section>
+ </section>
+ </main>
</body>
</html>