diff options
author | Aaron Ball <nullspoon@oper.io> | 2022-02-18 20:19:05 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2022-02-18 20:25:31 -0700 |
commit | b5b9debcaf0e461bd23e81955fe48995a54822b1 (patch) | |
tree | 5654a94b9b992e456159e5e85aeb258c5b848f0f /res | |
parent | c5a315eede02fed1974e59276ded46c331eef511 (diff) | |
download | resume-b5b9debcaf0e461bd23e81955fe48995a54822b1.tar.gz resume-b5b9debcaf0e461bd23e81955fe48995a54822b1.tar.xz |
General rewording across most jobs and fix header and Makefile
The header file was missed in a previous commit. This also fixes the
makefile by adding the setup target as a depenency to the default so the
out directory exists as expected at build time.
Diffstat (limited to 'res')
-rw-r--r-- | res/header.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/header.html b/res/header.html new file mode 100644 index 0000000..f31af56 --- /dev/null +++ b/res/header.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<meta name="generator" content="CommonMark"> +<title>Aaron Ball Resume</title> +<style type="text/css"> |