Resume: reduce font sizes
This commit is contained in:
@@ -105,8 +105,8 @@ body {
|
||||
color: $color;
|
||||
line-height: 1.5;
|
||||
// font-size: 100%;
|
||||
// font-size: 15px;
|
||||
font-size: 20px;
|
||||
font-size: 12px;
|
||||
// font-size: 20px;
|
||||
/* font-family: 'Source Code Pro', monospace; */
|
||||
font-family: 'Hack', monospace;
|
||||
display: flex;
|
||||
@@ -505,7 +505,8 @@ header {// {{{
|
||||
}
|
||||
}// }}}
|
||||
|
||||
font-size: .9em;
|
||||
// font-size: .9em;
|
||||
font-size: .8em;
|
||||
|
||||
.row {
|
||||
// flex-grow: 1;
|
||||
@@ -550,6 +551,7 @@ header {// {{{
|
||||
h1 {// {{{
|
||||
color: $base-orange;
|
||||
margin-top: 1.3rem;
|
||||
font-size: 1.2em;
|
||||
|
||||
// @media (max-width: $phone-width) {
|
||||
// margin-top: .75rem;
|
||||
@@ -558,6 +560,7 @@ header {// {{{
|
||||
h2 {// {{{
|
||||
color: $base-orange;
|
||||
margin-top: .5rem;
|
||||
font-size: 1em;
|
||||
|
||||
// @media (max-width: $phone-width) {
|
||||
// font-size: 1.2em;
|
||||
@@ -567,6 +570,7 @@ header {// {{{
|
||||
h4 {// {{{
|
||||
color: $base-yellow;
|
||||
margin-top: .5rem;
|
||||
font-size: 1.2em;
|
||||
|
||||
// @media (max-width: $phone-width) {
|
||||
// font-size: 1.2em;
|
||||
@@ -744,7 +748,8 @@ header {// {{{
|
||||
|
||||
h1.site-title {// {{{
|
||||
text-align: center;
|
||||
font-size: 4.2em;
|
||||
// font-size: 4.2em;
|
||||
font-size: 3.2em;
|
||||
// color: #66cccc;
|
||||
color: $base05;
|
||||
// margin-top: 1rem;
|
||||
|
||||
@@ -107,22 +107,6 @@ https://www.eventbrite.com/e/platterz-hackathon-tickets-42682237722
|
||||
|
||||
<!--- ParsaFood }}} -->
|
||||
|
||||
<!--- TrapBot {{{ -->
|
||||
|
||||
{{% resume/project name="TrapBot"
|
||||
url="https://github.com/Kevin-Mok/TrapBot" date="March 2018" %}}
|
||||
|
||||
- Use reddit API wrapper in **Python** to scan music subreddits for user
|
||||
comments containing common track listing formats.
|
||||
- Match detected track name and artists to track on SoundCloud using another
|
||||
Python API wrapper.
|
||||
- Respond to original poster's comment with formatted list of tracks found.
|
||||
- Received positive comment from users who replied to the bot's posts.
|
||||
|
||||
{{% /resume/project %}}
|
||||
|
||||
<!--- Grocery Finder }}} -->
|
||||
|
||||
<!--- DigitalOcean {{{ -->
|
||||
|
||||
{{% resume/project name="Personal Server"
|
||||
@@ -142,33 +126,12 @@ url="https://kevin-mok.com/server/" date="Aug. 2019 — present" %}}
|
||||
|
||||
<!--- DigitalOcean Droplet }}} -->
|
||||
|
||||
<!--- Super ADA Bros. {{{ -->
|
||||
|
||||
{{% resume/project name="Super ADA Bros"
|
||||
url="https://github.com/Kevin-Mok/SuperADABros" date="May 2019" %}}
|
||||
|
||||
- Designed clone of Super Mario Bros 1-1, but Mario is mobility-impaired and
|
||||
uses ramps to get through the level.
|
||||
- Uses **OpenCV** to track player's head movement which is then translated to
|
||||
in-game movement. [Video Demo]
|
||||
- Implemented in [**Godot**][Godot site], an open-source game engine.
|
||||
- Made during a 24-hour [accessibility-themed hackathon][PC Hacks event].
|
||||
|
||||
[PC Hacks event]: https://pchacks19.devpost.com/
|
||||
[Godot site]: https://godotengine.org
|
||||
[Video Demo]: https://youtu.be/vRdENLGrBqM
|
||||
|
||||
{{% /resume/project %}}
|
||||
|
||||
|
||||
<!--- Grocery Finder }}} -->
|
||||
|
||||
{{% /resume/section %}}<!--- }}} -->
|
||||
|
||||
{{% resume/section education %}}<!--- {{{ -->
|
||||
|
||||
{{% resume/education name="University of Toronto"
|
||||
title="Computer Science Specialist" date="2017 — 2021" %}}
|
||||
title="Computer Science Specialist — 3.84 GPA (CS)" date="2018 — 2023" %}}
|
||||
|
||||
{{% /resume/section %}}<!--- }}} -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user