diff options
author | P. J. McDermott <pjm@nac.net> | 2011-11-02 01:56:45 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2011-11-02 01:56:45 (EDT) |
commit | 570fec1594fd66054404def4c2aef6bb1a0ddfca (patch) | |
tree | 7252e33934fe958555693bf40bc817f48aa2aa2c /includes/header.html | |
parent | 42afd0dbffcfd9d063998be837ae1b78ec3ad54c (diff) | |
download | www-570fec1594fd66054404def4c2aef6bb1a0ddfca.zip www-570fec1594fd66054404def4c2aef6bb1a0ddfca.tar.gz www-570fec1594fd66054404def4c2aef6bb1a0ddfca.tar.bz2 |
Turn static HTML index page into SSI documents.
Diffstat (limited to 'includes/header.html')
-rwxr-xr-x | includes/header.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/includes/header.html b/includes/header.html new file mode 100755 index 0000000..7c9baab --- /dev/null +++ b/includes/header.html @@ -0,0 +1,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ésumé</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> |