Resume: add ref section
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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 -->
|
||||||
|
|||||||
5
layouts/shortcodes/resume/references.html
Normal file
5
layouts/shortcodes/resume/references.html
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<div class="references">
|
||||||
|
<span>
|
||||||
|
{{ .Get "title" }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
Submodule static/pdf updated: 04d46a7a67...441dbce684
Reference in New Issue
Block a user