jtm.dev/index.html

26 lines
566 B
HTML
Raw Normal View History

2019-10-30 22:53:09 -07:00
<!DOCTYPE html>
2019-12-21 18:35:48 -08:00
<html lang="en-US">
<meta charset="utf-8">
2019-10-30 22:53:09 -07:00
<title>James T. Martin</title>
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/png" href="/assets/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2019-10-30 22:53:09 -07:00
2019-12-21 18:35:48 -08:00
<header>
<span class="site-title">
<a href="/">James T. Martin</a>
</span>
<nav>
2019-12-21 18:35:48 -08:00
<ul>
<li><a href="/projects/">Projects</a>
<li><a href="/resume/">Resume</a>
<li><a href="/contact">Contact</a>
2019-12-21 18:35:48 -08:00
</ul>
</nav>
</header>
2019-12-21 18:35:48 -08:00
<main>
TODO: About me.
</main>