No known key found for this signature in database
GPG Key ID: 6DEED612B26C08E2
4 changed files with
21 additions and
4 deletions
-
assets/sass/main.scss
-
content/resume/_index.md
-
layouts/shortcodes/resume/references.html
-
static/pdf
|
|
@ -550,7 +550,8 @@ header {// {{{ |
|
|
|
|
|
|
|
h1 {// {{{ |
|
|
|
color: $base-orange; |
|
|
|
margin-top: 1.3rem; |
|
|
|
// margin-top: 1.3rem; |
|
|
|
margin-top: 1rem; |
|
|
|
font-size: 1.2em; |
|
|
|
|
|
|
|
// @media (max-width: $phone-width) { |
|
|
@ -587,6 +588,10 @@ header {// {{{ |
|
|
|
// } |
|
|
|
}// }}} |
|
|
|
|
|
|
|
ul { |
|
|
|
margin-bottom: 5px; |
|
|
|
} |
|
|
|
|
|
|
|
#projects {// {{{ |
|
|
|
// // h1 { |
|
|
|
// // margin-bottom: 3px; |
|
|
@ -605,7 +610,8 @@ header {// {{{ |
|
|
|
} |
|
|
|
|
|
|
|
.project-header { |
|
|
|
margin-bottom: .6em; |
|
|
|
// margin-bottom: .6em; |
|
|
|
margin-bottom: .1em; |
|
|
|
} |
|
|
|
|
|
|
|
.project-link { |
|
|
|
|
|
@ -6,7 +6,7 @@ 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. |
|
|
@ -94,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 %}}<!--- }}} --> |
|
|
|
|
|
|
|
<!-- vim: fdm=marker --> |
|
|
@ -0,0 +1,5 @@ |
|
|
|
<div class="references"> |
|
|
|
<span> |
|
|
|
{{ .Get "title" }} |
|
|
|
</span> |
|
|
|
</div> |
|
|
@ -1 +1 @@ |
|
|
|
Subproject commit 04d46a7a67c14ef33a15dd9e7f504a68d4d62b3b |
|
|
|
Subproject commit 441dbce684ca1985dd263ea62fbf1dbd79f50d5f |