Browse Source

Resume: make links visible

canonical-openStack
Kevin Mok 4 months ago
parent
commit
49cda38430
No known key found for this signature in database GPG Key ID: 6DEED612B26C08E2
  1. 7
      assets/sass/main.scss
  2. 2
      content/letter
  3. 7
      content/resume/_index.md
  4. 3
      layouts/shortcodes/resume/education.html
  5. 4
      layouts/shortcodes/resume/references.html
  6. 2
      static/pdf

7
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;
}

2
content/letter

@ -1 +1 @@
Subproject commit 14675468468b11cfaeb63bfc1da5d412d318dce1
Subproject commit 1f7a5be6bccc50267924927b218c3cf501604585

7
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 %}}<!--- }}} -->

3
layouts/shortcodes/resume/education.html

@ -7,7 +7,8 @@
</div>
<div class="col text-right date">{{ .Get "date" }}</div>
</div>
<span class="title">
<!-- <span class="title"> -->
<span>
{{ .Get "title" }}
</span>
</div>

4
layouts/shortcodes/resume/references.html

@ -3,9 +3,7 @@
See my
<a href="https://www.linkedin.com/in/Kev-Mok"
target="_blank">
LinkedIn
</a>
for references from my Red Hat managers/mentee and a
LinkedIn</a> for references from my Red Hat managers/mentee and a
startup client.
</span>
</div>

2
static/pdf

@ -1 +1 @@
Subproject commit 4ff18861bc89b9eb06ac4f600dfce5673c6713d4
Subproject commit 90229b43f7474ff13990421b8a2578f90c67b54c
Loading…
Cancel
Save