From 8106e03ece162243300f12105700e9b64ed6634f Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Mon, 16 Sep 2019 11:53:48 -0400 Subject: [PATCH] Resume: fix paper size --- assets/sass/main.scss | 27 +++++++++++++-- content/resume/_index.md | 64 +++++++++++------------------------- content/resume/archived.txt | 20 +++++++++-- content/resume/printable.txt | 2 ++ 4 files changed, 63 insertions(+), 50 deletions(-) diff --git a/assets/sass/main.scss b/assets/sass/main.scss index 49183f4..89811ea 100644 --- a/assets/sass/main.scss +++ b/assets/sass/main.scss @@ -92,7 +92,8 @@ body { background-color: $background-color; color: $color; line-height: 1.5; - font-size: 100%; + // font-size: 100%; + font-size: 1.1em; /* font-family: 'Source Code Pro', monospace; */ font-family: 'Hack', monospace; display: flex; @@ -428,6 +429,7 @@ footer {// {{{ @include vert-padding-rem(0.5); display: flex; align-content: center; + // font-size: 1.25em; div { flex-grow: 1; @@ -447,7 +449,24 @@ footer {// {{{ } }// }}} +@page { + size: letter; +} +// @media print { + // @page { + // margin: 0; + // size: letter; + // } + + // body { + // padding: 1in; + // } +// } + #resume {// {{{ + // font-size: 1.1em; + // font-size: 1em; + a { text-decoration: none; &:hover { @@ -458,6 +477,7 @@ footer {// {{{ h1 { color: $base-orange; margin-top: .9em; + font-size: 1.75em; } .date { @@ -471,6 +491,7 @@ footer {// {{{ h2 { color: $base-sky-blue; display: inline; + font-size: 1.5em; } img { @@ -508,8 +529,8 @@ footer {// {{{ h1.site-title {// {{{ text-align: center; - /* font-size: 3.5em; */ - font-size: 4.8em; + // font-size: 4.8em; + font-size: 5.5em; // color: #66cccc; color: $base05; margin-top: 1rem; diff --git a/content/resume/_index.md b/content/resume/_index.md index 23995ca..1cf1727 100644 --- a/content/resume/_index.md +++ b/content/resume/_index.md @@ -32,6 +32,26 @@ url="https://github.com/Kevin-Mok/spotify-lib-vis" date="July 2018" show="true" + + +{{% resume/project name="Grocery Finder" +url="https://github.com/Kevin-Mok/grocery-finder" date="April 2019" +show="true" %}} + +- Proof of concept for a web app that finds the best supermarket for your needs. +- Responsive front-end using **Bootstrap**. Uses **Node.js** and + **MongoDB** for back-end. +- Currently deployed on [**Heroku**][Grocery Finder Heroku]. +- Took on role as project leader to prioritize and delegate tasks + while + also implementing a majority of the core features. + +[Grocery Finder Heroku]: http://www.grocery-finder.ml + +{{% /resume/project %}} + + + {{% resume/project name="ParsaFood" @@ -43,7 +63,6 @@ show="true" %}} - Made during a 24-hour [food-themed hackathon][Platterz Hackathon event] in a group with two other members. Came in 2nd place and won an [Oculus Rift][Oculus Rift Amazon]. -- Came up with the idea based on [personal experience][Parsafood motivation]. [Parsafood repo]: https://github.com/Kevin-Mok/ParsaFood [Parsafood motivation]: https://github.com/Kevin-Mok/ParsaFood#motivation @@ -54,28 +73,6 @@ show="true" %}} - - -{{% resume/project name="Grocery Finder" -url="https://github.com/Kevin-Mok/grocery-finder" date="April 2019" -show="true" %}} - -- Proof of concept for a web app that finds the best supermarket for - your needs based on the total price of your cart items and distance - from you. -- Responsive front-end using **Bootstrap**. Uses **Node.js** and - **MongoDB** for back-end. -- Currently deployed on [**Heroku**][Grocery Finder Heroku]. -- Took on role as project leader to prioritize and delegate tasks - while - also implementing a majority of the core features. - -[Grocery Finder Heroku]: http://www.grocery-finder.ml - -{{% /resume/project %}} - - - {{% resume/project name="TrapBot" @@ -83,31 +80,10 @@ url="https://github.com/Kevin-Mok/TrapBot" date="March 2018" %}} - reddit bot that looks for comments with song names and responds with their respective SoundCloud links. -- Received positive feedback from users who saw the bot's posts. - Uses __Python__ API wrappers for SoundCloud and reddit. {{% /resume/project %}} - - - - -{{% resume/project name="Super ADA Bros" -url="https://github.com/Kevin-Mok/SuperADABros" date="May 2019" %}} - -- Clone of Super Mario Bros 1-1, but Mario is mobility-impaired and - uses ramps to get through the level. -- Able to be played using only head movement by getting input from a - face-tracking script (**OpenCV**). -- 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 - -{{% /resume/project %}} - - {{% /resume/section %}} diff --git a/content/resume/archived.txt b/content/resume/archived.txt index 1e4a764..7b3ef28 100644 --- a/content/resume/archived.txt +++ b/content/resume/archived.txt @@ -1,3 +1,17 @@ + + +{{% resume/project name="TrapBot" +url="https://github.com/Kevin-Mok/TrapBot" date="March 2018" %}} + +- reddit bot that looks for comments with song names and responds with + their respective SoundCloud links. +- Received positive feedback from users who saw the bot's posts. +- Uses __Python__ API wrappers for SoundCloud and reddit. + +{{% /resume/project %}} + + + {{% resume/project name="Super ADA Bros" @@ -5,7 +19,8 @@ url="https://github.com/Kevin-Mok/SuperADABros" date="May 2019" %}} - Clone of Super Mario Bros 1-1, but Mario is mobility-impaired and uses ramps to get through the level. -- Able to played using only head movement by getting input from a +- Able to be played using only head movement by getting input from + a face-tracking script (**OpenCV**). - Implemented in [**Godot**][Godot site], an open-source game engine. - Made during a 24-hour [accessibility-themed hackathon][PC Hacks event]. @@ -15,6 +30,5 @@ url="https://github.com/Kevin-Mok/SuperADABros" date="May 2019" %}} {{% /resume/project %}} - - + diff --git a/content/resume/printable.txt b/content/resume/printable.txt index 61eb74e..5c8dd50 100644 --- a/content/resume/printable.txt +++ b/content/resume/printable.txt @@ -1,5 +1,7 @@ - bg colors - site title max width +- font size + - resume - details top margin - print icon - project shortcode