Resume: make links visible
This commit is contained in:
@@ -107,6 +107,7 @@ body {
|
|||||||
// font-size: 100%;
|
// font-size: 100%;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
// font-size: 20px;
|
// font-size: 20px;
|
||||||
|
// font-size: 22px;
|
||||||
/* font-family: 'Source Code Pro', monospace; */
|
/* font-family: 'Source Code Pro', monospace; */
|
||||||
font-family: 'Hack', monospace;
|
font-family: 'Hack', monospace;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -542,7 +543,8 @@ header {// {{{
|
|||||||
|
|
||||||
#resume {// {{{
|
#resume {// {{{
|
||||||
a {// {{{
|
a {// {{{
|
||||||
text-decoration: none;
|
// text-decoration: none;
|
||||||
|
text-decoration: underline;
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
@@ -615,6 +617,9 @@ header {// {{{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.project-link {
|
.project-link {
|
||||||
|
&:link {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Submodule content/letter updated: 1467546846...1f7a5be6bc
@@ -30,7 +30,7 @@ title="Cloud/Software Engineer Intern" date="May 2020 — Aug 2021" %}}
|
|||||||
{{% resume/project name="Custom Kernel Module"
|
{{% resume/project name="Custom Kernel Module"
|
||||||
url="https://kevin-mok.com/server/" date="Jan. 2022" show="true" %}}
|
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
|
- Intercepted pre-existing system calls using
|
||||||
custom kernel module by sending commands to
|
custom kernel module by sending commands to
|
||||||
userspace.
|
userspace.
|
||||||
@@ -46,11 +46,12 @@ url="https://kevin-mok.com/server/" date="Jan. 2022" show="true" %}}
|
|||||||
{{% resume/project name="Personal Server"
|
{{% resume/project name="Personal Server"
|
||||||
url="https://kevin-mok.com/server/" date="Aug. 2019 — present" show="true" %}}
|
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]
|
- Wrote a [**JavaScript** script][server script] and [systemd service][systemd service]/[timer]
|
||||||
to display the uptime of my pages every hour.
|
to display the uptime of my pages every hour.
|
||||||
- Monitored system resources and performed system maintenance using tmux.
|
- 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
|
[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
|
[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
|
[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/section education %}}<!--- {{{ -->
|
||||||
|
|
||||||
{{% resume/education name="University of Toronto"
|
{{% 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 %}}<!--- }}} -->
|
{{% /resume/section %}}<!--- }}} -->
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col text-right date">{{ .Get "date" }}</div>
|
<div class="col text-right date">{{ .Get "date" }}</div>
|
||||||
</div>
|
</div>
|
||||||
<span class="title">
|
<!-- <span class="title"> -->
|
||||||
|
<span>
|
||||||
{{ .Get "title" }}
|
{{ .Get "title" }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -3,9 +3,7 @@
|
|||||||
See my
|
See my
|
||||||
<a href="https://www.linkedin.com/in/Kev-Mok"
|
<a href="https://www.linkedin.com/in/Kev-Mok"
|
||||||
target="_blank">
|
target="_blank">
|
||||||
LinkedIn
|
LinkedIn</a> for references from my Red Hat managers/mentee and a
|
||||||
</a>
|
|
||||||
for references from my Red Hat managers/mentee and a
|
|
||||||
startup client.
|
startup client.
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Submodule static/pdf updated: 4ff18861bc...90229b43f7
Reference in New Issue
Block a user