summaryrefslogtreecommitdiffstats
path: root/includes/header.html
blob: 5eb75778d304c73a4a9aa91b1b7b2246f10a3c2f (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
35
36
37
38
39
40
41
42
43
44
<!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 software and hardware hacker and advocate for software and cultural freedom.">
<!--#if expr="${title} = /^$/" -->
		<title>P. J. McDermott</title>
<!--#else -->
		<title><!--#echo var="title" --> - P. J. McDermott</title>
<!--#endif -->
		<link rel="stylesheet" type="text/css" href="/main.css">
	</head>
	<body>
		<div class="header">
			<a href="#body" class="skip">Skip to body</a>
			<h1><a href="/">P. J. M<span class="super">c</span>Dermott</a></h1>
			<p>Software and 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="/guides/">Guides</a>
				</li>
				<li>
					<a href="/essays/">Essays</a>
				</li>
				<li>
					<a href="/talks/">Talks</a>
				</li>
				<li>
					<a href="/projects/">Projects</a>
				</li>
			</ul>
		</div>
		<div class="body">
			<a id="body"></a>