From 20a120e33e27c8296c3f086137fd398e978a90dd Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Sat, 16 Sep 2023 10:00:59 -0400 Subject: [PATCH] Resume: add ref section --- content/resume/_index.md | 10 +++++++++- layouts/shortcodes/resume/references.html | 5 +++++ static/pdf | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 layouts/shortcodes/resume/references.html diff --git a/content/resume/_index.md b/content/resume/_index.md index 8b4fdbf..f0e8e84 100644 --- a/content/resume/_index.md +++ b/content/resume/_index.md @@ -6,12 +6,14 @@ draft: false {{% resume/section "Work Experience" %}} {{% resume/education name="Red Hat" -title="Cloud Engineer Intern" date="May 2020 — Aug 2021" %}} +title="Cloud/Software Engineer Intern" date="May 2020 — Aug 2021" %}} - Reduced deployment time by **66%** by implementing ability to deploy locally-compiled binaries onto **Kubernetes**/**OpenShift** using only command-line. - Implemented ability for Kubernetes operator to fetch data from a deployed service and update config with data. +- Refactored probes to have default values assigned based on + deployed YAML while also fixing reconciliation issues. - Automated the promotion and release process as part of the **Jenkins** release pipeline. - Wrote documentation on how to get started with the project to onboard new @@ -92,4 +94,10 @@ title="Computer Science Specialist — 3.84 GPA (CS)" date="2018 — 2023" %}} {{% /resume/section %}} +{{% resume/section "References" %}} + +{{% resume/references title="See my LinkedIn (Kev-Mok) for references from my Red Hat managers/mentee and a startup client." %}} + +{{% /resume/section %}} + diff --git a/layouts/shortcodes/resume/references.html b/layouts/shortcodes/resume/references.html new file mode 100644 index 0000000..d448089 --- /dev/null +++ b/layouts/shortcodes/resume/references.html @@ -0,0 +1,5 @@ +
+ + {{ .Get "title" }} + +
diff --git a/static/pdf b/static/pdf index 3159769..441dbce 160000 --- a/static/pdf +++ b/static/pdf @@ -1 +1 @@ -Subproject commit 315976967251a1e66d8ab826d83824f3ba594081 +Subproject commit 441dbce684ca1985dd263ea62fbf1dbd79f50d5f