Browse Source

Resume: add ref section

resume-test
Kevin Mok 8 months ago
parent
commit
e3c8fee6e8
No known key found for this signature in database GPG Key ID: 6DEED612B26C08E2
  1. 10
      assets/sass/main.scss
  2. 8
      content/resume/_index.md
  3. 5
      layouts/shortcodes/resume/references.html
  4. 2
      static/pdf

10
assets/sass/main.scss

@ -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 {

8
content/resume/_index.md

@ -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 -->

5
layouts/shortcodes/resume/references.html

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

2
static/pdf

@ -1 +1 @@
Subproject commit 04d46a7a67c14ef33a15dd9e7f504a68d4d62b3b
Subproject commit 441dbce684ca1985dd263ea62fbf1dbd79f50d5f
Loading…
Cancel
Save