From 49cda38430a145626bbd9f728e11df3261e0fa7f Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Thu, 18 Jan 2024 10:35:24 -0500 Subject: [PATCH] Resume: make links visible --- assets/sass/main.scss | 7 ++++++- content/letter | 2 +- content/resume/_index.md | 7 ++++--- layouts/shortcodes/resume/education.html | 3 ++- layouts/shortcodes/resume/references.html | 4 +--- static/pdf | 2 +- 6 files changed, 15 insertions(+), 10 deletions(-) diff --git a/assets/sass/main.scss b/assets/sass/main.scss index 3e08011..e0b6029 100644 --- a/assets/sass/main.scss +++ b/assets/sass/main.scss @@ -107,6 +107,7 @@ body { // font-size: 100%; font-size: 15px; // font-size: 20px; + // font-size: 22px; /* font-family: 'Source Code Pro', monospace; */ font-family: 'Hack', monospace; display: flex; @@ -542,7 +543,8 @@ header {// {{{ #resume {// {{{ a {// {{{ - text-decoration: none; + // text-decoration: none; + text-decoration: underline; &:hover { text-decoration: underline; } @@ -615,6 +617,9 @@ header {// {{{ } .project-link { + &:link { + text-decoration: none; + } &:hover { text-decoration: none; } diff --git a/content/letter b/content/letter index 1467546..1f7a5be 160000 --- a/content/letter +++ b/content/letter @@ -1 +1 @@ -Subproject commit 14675468468b11cfaeb63bfc1da5d412d318dce1 +Subproject commit 1f7a5be6bccc50267924927b218c3cf501604585 diff --git a/content/resume/_index.md b/content/resume/_index.md index 08726eb..1cae97b 100644 --- a/content/resume/_index.md +++ b/content/resume/_index.md @@ -30,7 +30,7 @@ title="Cloud/Software Engineer Intern" date="May 2020 — Aug 2021" %}} {{% resume/project name="Custom Kernel Module" url="https://kevin-mok.com/server/" date="Jan. 2022" show="true" %}} -- Wrote and installed a custom Linux kernel module in **C**. +- Wrote and installed a [custom Linux kernel module](https://github.com/Kevin-Mok/interceptor-kernel/blob/master/a1/interceptor.c) in **C**. - Intercepted pre-existing system calls using custom kernel module by sending commands to userspace. @@ -46,11 +46,12 @@ url="https://kevin-mok.com/server/" date="Jan. 2022" show="true" %}} {{% resume/project name="Personal Server" url="https://kevin-mok.com/server/" date="Aug. 2019 — present" show="true" %}} -- Deployed various web apps with backends using NGINX on a Debian/**Linux** server. +- Deployed [various web apps] with backends using NGINX on a Debian/**Linux** server. - Wrote a [**JavaScript** script][server script] and [systemd service][systemd service]/[timer] to display the uptime of my pages every hour. - Monitored system resources and performed system maintenance using tmux. +[various web apps]: https://kevin-mok.com/server/ [server script]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-status.js [systemd service]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.service [timer]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-pages.timer @@ -88,7 +89,7 @@ Kubernetes, **JavaScript**, **React**, **Python**, Go, Bash, Solidity, C, **Djan {{% resume/section education %}} {{% resume/education name="University of Toronto" -title="Computer Science Specialist — 3.84 GPA (CS), Graduated with High Distinction" date="2018 — 2023" %}} +title="Computer Science Specialist — 3.84 GPA (CS). Graduated with High Distinction." date="2018 — 2023" %}} {{% /resume/section %}} diff --git a/layouts/shortcodes/resume/education.html b/layouts/shortcodes/resume/education.html index a0b6fa9..e00ec8f 100644 --- a/layouts/shortcodes/resume/education.html +++ b/layouts/shortcodes/resume/education.html @@ -7,7 +7,8 @@
{{ .Get "date" }}
- + + {{ .Get "title" }} diff --git a/layouts/shortcodes/resume/references.html b/layouts/shortcodes/resume/references.html index 15fbee1..4162cbc 100644 --- a/layouts/shortcodes/resume/references.html +++ b/layouts/shortcodes/resume/references.html @@ -3,9 +3,7 @@ See my - LinkedIn - - for references from my Red Hat managers/mentee and a + LinkedIn for references from my Red Hat managers/mentee and a startup client. diff --git a/static/pdf b/static/pdf index 4ff1886..90229b4 160000 --- a/static/pdf +++ b/static/pdf @@ -1 +1 @@ -Subproject commit 4ff18861bc89b9eb06ac4f600dfce5673c6713d4 +Subproject commit 90229b43f7474ff13990421b8a2578f90c67b54c