From 24f58db4f910cee66be7ba54ba10f68c6bfae4e3 Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Fri, 24 May 2024 09:28:07 -0400 Subject: [PATCH] Work exp colors --- assets/sass/main.scss | 16 ++++++++++++++++ content/resume/_index.md | 2 +- layouts/shortcodes/resume/work-experience.html | 14 ++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 layouts/shortcodes/resume/work-experience.html diff --git a/assets/sass/main.scss b/assets/sass/main.scss index aed1e68..c0d05b9 100644 --- a/assets/sass/main.scss +++ b/assets/sass/main.scss @@ -654,6 +654,22 @@ header {// {{{ } }// }}} + .company { + color: #fe4646; + font-weight: bold; + font-size: 1.1em; + margin-bottom: 5px; + } + + .position { + // color: black; + color: $base-sky-blue; + font-weight: bold; + // font-style: italic; + font-size: 1em; + margin-bottom: 5px; + } + .institution { color: $base-yellow; font-weight: bold; diff --git a/content/resume/_index.md b/content/resume/_index.md index 821d4e3..911795e 100644 --- a/content/resume/_index.md +++ b/content/resume/_index.md @@ -5,7 +5,7 @@ draft: false --- {{% resume/section "Work Experience" %}} -{{% resume/education name="Red Hat" +{{% resume/work-experience name="Red Hat" 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** diff --git a/layouts/shortcodes/resume/work-experience.html b/layouts/shortcodes/resume/work-experience.html new file mode 100644 index 0000000..e97492c --- /dev/null +++ b/layouts/shortcodes/resume/work-experience.html @@ -0,0 +1,14 @@ +
+
+
+

+ {{ .Get "name" }} +

+
+
{{ .Get "date" }}
+
+ + + {{ .Get "title" }} + +