diff --git a/John-Shaver-Resume-2018.pdf b/John-Shaver-Resume-2018.pdf new file mode 100644 index 0000000..559a06a Binary files /dev/null and b/John-Shaver-Resume-2018.pdf differ diff --git a/index.html b/index.html index cc8687b..90d125f 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@
-

John Shaver

+

John Shaver

Full-Stack Engineer and Devops Enthusiast
diff --git a/render-pdf.sh b/render-pdf.sh new file mode 100755 index 0000000..1523461 --- /dev/null +++ b/render-pdf.sh @@ -0,0 +1,8 @@ +#! /bin/sh + +npx http-server & +sleep 6; +chromium --headless --disable-gpu --run-all-compositor-stages-before-draw --print-to-pdf="./John-Shaver-Resume-2018.pdf" http://localhost:8080/ --virtual-time-budget=10000; +kill %1; +exit; + diff --git a/style.css b/style.css index d53f732..b7567d9 100644 --- a/style.css +++ b/style.css @@ -443,6 +443,7 @@ svg.ts-logo { .no-print { display:none; } + } @@ -459,4 +460,11 @@ svg.ts-logo { .source-link a { color: #DDD; +} + +a.download-button { + position: absolute; + right: 7rem; + top: 0.75em; + font-size: 1.5rem; } \ No newline at end of file