jtm.dev/resume/index.html

37 lines
957 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Resume - James T. Martin's</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">
<header>
<span class="site-title">
<a href="/">James T. Martin</a>
</span>
<nav>
<ul>
<li><a href="/projects/">Projects</a>
<li><a href="/resume/">Resume</a>
<li><a href="/contact">Contact</a>
</ul>
</nav>
</header>
<main>
<article>
<header>
<h2>Resumes</h2>
<p>I have different resumes for different jobs.
</header>
<ul>
<li>TODO: <a href="web-developer">Web Developer</a>
<li><a href="software-developer">Software Developer</a>
<li>TODO: <a href="compiler-developer">Compiler Developer</a>
<li>TODO: <a href="general-laborer">General Laborer</a>
</ul>
</article>
</main>