diff --git a/assets/sass/main.scss b/assets/sass/main.scss index b6c484b..dc5edf6 100644 --- a/assets/sass/main.scss +++ b/assets/sass/main.scss @@ -413,6 +413,16 @@ footer {// {{{ margin-right: 2em; } */// }}} +#print-icon {// {{{ + float: right; + + img { + height: 1.75em; + position: relative; + top: 1em; + } +}// }}} + #contact-info {// {{{ @include vert-padding-rem(0.5); display: flex; @@ -508,15 +518,15 @@ h1.site-title {// {{{ text-decoration: none; } - // @media (max-width: $max-page-width) { - // font-size: 3em; - // } + @media (max-width: $max-page-width) { + font-size: 3em; + } - // @media (max-width: $phone-width) { - // // font-size: 3em; - // // font-size: 2.5em; - // font-size: 2em; - // } + @media (max-width: $phone-width) { + // font-size: 3em; + // font-size: 2.5em; + font-size: 2em; + } }// }}} .hero-logo img { diff --git a/content/resume/_index.md b/content/resume/_index.md index 10487ee..d968bf1 100644 --- a/content/resume/_index.md +++ b/content/resume/_index.md @@ -16,7 +16,8 @@ and experience and jumpstart my career with a solid foundation. -{{% resume/project name="Spotify Visualizer" url="https://github.com/Kevin-Mok/spotify-lib-vis" date="July 2018" %}} +{{% resume/project name="Spotify Visualizer" +url="https://github.com/Kevin-Mok/spotify-lib-vis" date="July 2018" show="true" %}} - Web app that scans your Spotify library using their API to produce [**d3** graphs][d3 graph examples] to visualize the artists, genres and @@ -33,9 +34,11 @@ and experience and jumpstart my career with a solid foundation. -{{% resume/project name="ParsaFood" url="https://github.com/Kevin-Mok/ParsaFood" date="Feb. 2018" %}} +{{% resume/project name="ParsaFood" +url="https://github.com/Kevin-Mok/ParsaFood" date="Feb. 2018" +show="true" %}} -- **Android** app that reads ingredient labels and detects any dietary +- **Android** app that reads ingredient labels and detects any dietary restrictions/allergies. - Made during a 24-hour [food-themed hackathon][Platterz Hackathon event] in a group with two other members. Came in 2nd place and won @@ -53,7 +56,9 @@ and experience and jumpstart my career with a solid foundation. -{{% resume/project name="Grocery Finder" url="https://github.com/Kevin-Mok/grocery-finder" date="April 2019" %}} +{{% 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 diff --git a/content/resume/printable.txt b/content/resume/printable.txt index 96ed0be..fc6b784 100644 --- a/content/resume/printable.txt +++ b/content/resume/printable.txt @@ -1,3 +1,4 @@ - bg colors +- site title max width - switch project shortcode - rm details top margin diff --git a/layouts/partials/resume/contact-info.html b/layouts/partials/resume/contact-info.html index d77f5c1..2719103 100644 --- a/layouts/partials/resume/contact-info.html +++ b/layouts/partials/resume/contact-info.html @@ -1,4 +1,3 @@ -
+ + printer-icon + +
diff --git a/layouts/resume/section.html b/layouts/resume/section.html index deaba81..3d69d6b 100644 --- a/layouts/resume/section.html +++ b/layouts/resume/section.html @@ -1,5 +1,7 @@ {{ partial "base/header.html" . }} +{{ partial "resume/print-icon.html" . }} + {{ partial "base/site-title.html" . }} {{ partial "resume/contact-info.html" . }} diff --git a/layouts/shortcodes/resume/project.html b/layouts/shortcodes/resume/project.html index bb13fc9..a094deb 100644 --- a/layouts/shortcodes/resume/project.html +++ b/layouts/shortcodes/resume/project.html @@ -8,7 +8,7 @@

{{ .Get "name" }} ⏷

{{ .Get "date" }}
-
+
{{ .Inner }}
diff --git a/static/img/printer.svg b/static/img/printer.svg new file mode 100644 index 0000000..91214c7 --- /dev/null +++ b/static/img/printer.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/resume.pdf b/static/resume.pdf new file mode 100644 index 0000000..a66d90d Binary files /dev/null and b/static/resume.pdf differ