diff --git a/assets/sass/main.scss b/assets/sass/main.scss index 9050296..dc2bcc0 100644 --- a/assets/sass/main.scss +++ b/assets/sass/main.scss @@ -500,7 +500,7 @@ header {// {{{ #contact-info {// {{{ @include side-margin-em(0); // @include vert-padding-rem(0.5); - @include a-color($base-sky-blue); + // @include a-color($base-sky-blue); // min-width: $max-page-width; @media (min-width: 1200px) { .container{ @@ -646,6 +646,7 @@ header {// {{{ .project-title { // color: $base-blue; color: black; + display: inline; } .project-link { @@ -706,6 +707,11 @@ header {// {{{ margin-bottom: 15px; } + .languages { + // font-style: italic; + // font-size: .9em; + } + .institution { // color: $base-yellow; // color: $base-dark-orange; @@ -996,7 +1002,8 @@ article.single section.body h5 { color: #515151; } article.single section.body h6 { color: #747369; } // article.single section.body a,a:visited { color: #a06700; } -article.single section.body a,a:visited { color: $base-sky-blue; } +// article.single section.body a,a:visited { color: $base-sky-blue; } +// article.single section.body a,a:visited { color: $base-sky-blue; } /* Article Elements */ diff --git a/content/resume/_index.md b/content/resume/_index.md index 767eb6d..da76012 100644 --- a/content/resume/_index.md +++ b/content/resume/_index.md @@ -6,7 +6,7 @@ draft: false {{% resume/section "Work Experience" %}} {{% resume/work-experience name="Red Hat" -title="Cloud/Software Engineer Intern" date="May 2020 — Aug 2021" %}} +title="Cloud/Software Engineer Intern" languages="GoLang, Kubernetes, Jenkins" date="May 2020 — Aug 2021" %}} - Reduced deployment time by **66%** by [implementing ability](https://github.com/apache/incubator-kie-kogito-operator/commit/175a6356c5474f2360ccb8ae835e0b9b2d653cf1) to deploy locally-compiled binaries onto **Kubernetes**/**OpenShift** using only command-line (**GoLang** used for this and below). @@ -27,8 +27,8 @@ title="Cloud/Software Engineer Intern" date="May 2020 — Aug 2021" %}} -{{% resume/project name="AWS/Kubernetes/Terraform" -url="https://kevin-mok.com/server/" date="May 2024" show="true" %}} +{{% resume/project name="AWS Server" +url="https://kevin-mok.com/server/" languages="AWS, Kubernetes, Terraform, Docker" date="May 2024" show="true" %}} - Deployed [various web apps](https://kevin-mok.com/server/) using **Docker** (Compose) on an **AWS EC2** Debian/**Linux** server. @@ -53,7 +53,7 @@ url="https://kevin-mok.com/server/" date="May 2024" show="true" %}} -{{% resume/project name="Rarity Surf" +{{% resume/project name="Rarity Surf" languages="Python, Django, React" date="Oct 2021" show="true" %}} - Web app to give rarity rankings to NFT's within minutes of their metadata being revealed and check which are listed (based on rarity and price filters) on the OpenSea marketplace using their API. @@ -72,7 +72,7 @@ date="Oct 2021" show="true" %}} {{% resume/project name="Astronofty" -url="https://github.com/Kevin-Mok/astronofty" date="Jan 2023" +url="https://github.com/Kevin-Mok/astronofty" languages="React, Solidity" date="Jan 2023" show="true" %}} - Created for a 36 hour hackathon (UofTHacks X) where it [**came 2nd overall**](https://devpost.com/software/astronofty). diff --git a/layouts/shortcodes/resume/project.html b/layouts/shortcodes/resume/project.html index 770f0ef..08dc70b 100644 --- a/layouts/shortcodes/resume/project.html +++ b/layouts/shortcodes/resume/project.html @@ -4,6 +4,7 @@