From e168ae25762956c89826874d137ff19ff8b885dc Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 12 Oct 2022 15:20:09 -0500 Subject: update resume Signed-off-by: Matt Strapp --- content/resume.md | 18 +++++++++++------- update_resume.sh | 5 +++++ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/content/resume.md b/content/resume.md index 920e566..881c863 100644 --- a/content/resume.md +++ b/content/resume.md @@ -6,15 +6,19 @@ aliases = ["portfolio", "resume"] author = "Matt Strapp" +++ +If you want it as a PDF, [contact me](/about/#contact) + + --- +
-**Matthew Strapp** +# **Matthew Strapp** (814)732-0836 | [matt@mattstrapp.net](mailto:matt@mattstrapp.net) | [git.mattstrapp.net](https://git.mattstrapp.net)
-# Experience +## Experience - @@ -33,7 +37,7 @@ author = "Matt Strapp" - Made an ASP.NET API that took a feedback form and added it to the company CRM system - - Made a C# program that helped the company migrate CRM systems + - Made a C## program that helped the company migrate CRM systems - Created a Go application allowing automated translation between ANSI X12 EDI and a proprietary format @@ -63,7 +67,7 @@ author = "Matt Strapp" - Read about the latest products being manufactured and sold to be able to answer questions -# Education +## Education -
@@ -80,7 +84,7 @@ author = "Matt Strapp"
-# Leadership +## Leadership - @@ -104,7 +108,7 @@ author = "Matt Strapp" - Hosted the Academic Affairs Committee meetings over Zoom -# Projects +## Projects -
@@ -173,7 +177,7 @@ author = "Matt Strapp" - Set up a fixed-sized FIFO cache to reduce needed disk I/O and increase speed -# Technical Skills +## Technical Skills
diff --git a/update_resume.sh b/update_resume.sh index acad4cf..d0d45ca 100644 --- a/update_resume.sh +++ b/update_resume.sh @@ -1,7 +1,12 @@ #!/bin/sh pandoc --from latex+ascii_identifiers ./resume.tex --to commonmark+ascii_identifiers -o content/resume.md +sed -i 's/# /## /g' content/resume.md +# Make my name more prominent :) +sed -i '3 s/./# &/' content/resume.md + # Add the hugo stuff +sed -i '1s/^/If you want it as a PDF, [contact me](\/about\/\#contact)\n\n --- \n\n/' content/resume.md sed -i '1s/^/+++\n\n/' content/resume.md sed -i '1s/^/author = "Matt Strapp"\n/' content/resume.md sed -i '1s/^/aliases = ["portfolio", "resume"]\n/' content/resume.md -- cgit v1.2.3