blob: 41cf355c5c8bae29269dea907fd845aeaff206a9 (
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
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Patrick “P. J.” McDermott</title>
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<!--#if expr="'$HEADER' eq 'web'" -->
<!--#include virtual="/header/web.html" -->
<!--#elif expr="'$HEADER' eq 'confidential'" -->
<!--#include virtual="/header/confidential.html" -->
<!--#endif -->
<!--#include virtual="/section/edu.html" -->
<!--#include virtual="/section/hon.html" -->
<!--#include virtual="/section/skl.html" -->
<!--#include virtual="/section/wor.html" -->
<!--#include virtual="/section/prj.html" -->
<!--#include virtual="/section/afl.html" -->
<!--#include virtual="/section/hob.html" -->
<!-- include virtual="/section/ref.html" -->
</body>
</html>
|