From 760385e87e1a4807e6b4f96af4f9d8393cf6aba3 Mon Sep 17 00:00:00 2001 From: Lizz Westman <4702622+lizzwestman@users.noreply.github.com> Date: Sat, 11 May 2019 20:16:42 -0700 Subject: [PATCH] create resume.html --- _layouts/resume.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 _layouts/resume.html diff --git a/_layouts/resume.html b/_layouts/resume.html new file mode 100644 index 0000000000..72a5eb1dfa --- /dev/null +++ b/_layouts/resume.html @@ -0,0 +1,20 @@ + + + +{% include head.html %} + + + {% include nav.html %} + {% include about.html %} + + {% include services-ltbg.html %} + + + {% include aside.html %} + {% include contact.html %} + + {% include footer.html %} + {% include scripts.html %} + + +