Resume: add ref section

This commit is contained in:
2023-09-16 09:56:36 -04:00
parent 68a7866b18
commit e3c8fee6e8
4 changed files with 21 additions and 4 deletions

View File

@@ -550,7 +550,8 @@ header {// {{{
h1 {// {{{ h1 {// {{{
color: $base-orange; color: $base-orange;
margin-top: 1.3rem; // margin-top: 1.3rem;
margin-top: 1rem;
font-size: 1.2em; font-size: 1.2em;
// @media (max-width: $phone-width) { // @media (max-width: $phone-width) {
@@ -587,6 +588,10 @@ header {// {{{
// } // }
}// }}} }// }}}
ul {
margin-bottom: 5px;
}
#projects {// {{{ #projects {// {{{
// // h1 { // // h1 {
// // margin-bottom: 3px; // // margin-bottom: 3px;
@@ -605,7 +610,8 @@ header {// {{{
} }
.project-header { .project-header {
margin-bottom: .6em; // margin-bottom: .6em;
margin-bottom: .1em;
} }
.project-link { .project-link {

View File

@@ -6,7 +6,7 @@ draft: false
{{% resume/section "Work Experience" %}}<!--- {{{ --> {{% resume/section "Work Experience" %}}<!--- {{{ -->
{{% resume/education name="Red Hat" {{% 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 - Reduced deployment time by **66%** by implementing ability to
deploy locally-compiled binaries onto **Kubernetes**/**OpenShift** deploy locally-compiled binaries onto **Kubernetes**/**OpenShift**
using only command-line. using only command-line.
@@ -94,4 +94,10 @@ title="Computer Science Specialist — 3.84 GPA (CS)" date="2018 — 2023" %}}
{{% /resume/section %}}<!--- }}} --> {{% /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 --> <!-- vim: fdm=marker -->

View File

@@ -0,0 +1,5 @@
<div class="references">
<span>
{{ .Get "title" }}
</span>
</div>