diff options
Diffstat (limited to 'resume.shtml')
-rw-r--r-- | resume.shtml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/resume.shtml b/resume.shtml new file mode 100644 index 0000000..8f85b15 --- /dev/null +++ b/resume.shtml @@ -0,0 +1,23 @@ +<!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/afl.html" --> +<!--#include virtual="/section/hob.html" --> +<!-- include virtual="/section/ref.html" --> + </body> +</html> |