diff --git a/deploy.firebase.sh b/deploy.firebase.sh
index f7ead6f..dcfac22 100755
--- a/deploy.firebase.sh
+++ b/deploy.firebase.sh
@@ -30,6 +30,7 @@ trap cleanup EXIT
rm -rf $outdir
mkdir -p $outdir/public
cp homebrew/homebrew.html $outdir/public/index.html
+cp homebrew/homebrew.pdf $outdir/public/BreeLaPointeResume.pdf
cp -r ./homebrew/fonts $outdir/public/
(
diff --git a/src/homebrew/homebrew.html b/src/homebrew/homebrew.html
index 6570f64..e063138 100644
--- a/src/homebrew/homebrew.html
+++ b/src/homebrew/homebrew.html
@@ -31,10 +31,12 @@
Bree LaPointe
-
+
+
Download as PDF
+
Senior Software Engineer
diff --git a/src/homebrew/homebrew.tmpl b/src/homebrew/homebrew.tmpl
index 2d4a89f..e6a1548 100644
--- a/src/homebrew/homebrew.tmpl
+++ b/src/homebrew/homebrew.tmpl
@@ -31,10 +31,12 @@
{{ range .resume.name }}{{ . }} {{ end }}
-
+ {{ if .resume.pdf_file_name }}
+
Download as PDF
+ {{ end }}
{{ .resume.title }}
diff --git a/src/homebrew/homebrew.yaml b/src/homebrew/homebrew.yaml
index 0b71c56..34e8104 100644
--- a/src/homebrew/homebrew.yaml
+++ b/src/homebrew/homebrew.yaml
@@ -1,4 +1,5 @@
resume:
+ pdf_file_name: BreeLaPointeResume.pdf
name:
- Bree
- LaPointe