summaryrefslogtreecommitdiffstats
path: root/includes/header.html
blob: 7c9baab83992030b7be551935ec90ff82250737c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>

<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
		<meta name="author" content="Patrick 'P. J.' McDermott <mailto:pjm@nac.net>">
		<meta name="description" content="The resume, software, and essays of P. J. McDermott -- a computer science student, software and (wannabe) hardware hacker, and advocate for software and cultural freedom.">
		<title>P. J. McDermott</title>
		<link rel="stylesheet" type="text/css" href="main.css">
	</head>
	<body>
		<div class="header">
			<a href="#body" class="skip">Skip to body</a>
			<h1>P. J. M<span class="super">c</span>Dermott</h1>
			<p>Computer science student, software and (wannabe) hardware hacker, and advocate for software and cultural freedom.</p>
		</div>
		<div class="menu">
			<ul>
				<li>
					<a href="contact.html">Contact</a>
				</li>
				<li>
					<a href="resume.html">R&#233;sum&#233;</a>
				</li>
				<li>
					<a href="essays/">Essays</a>
				</li>
				<li>
					<a href="projects/">Projects</a>
				</li>
			</ul>
		</div>
		<div class="body">
			<a id="body"></a>