diff --git a/assets/sass/main.scss b/assets/sass/main.scss index dc5edf6..49183f4 100644 --- a/assets/sass/main.scss +++ b/assets/sass/main.scss @@ -82,10 +82,10 @@ $phone-width: 800px; // general elements {{{ // -$background-color: #2d2d2d; -$color: #f2f0ec; -// $background-color: white; -// $color: black; +// $background-color: #2d2d2d; +// $color: #f2f0ec; +$background-color: white; +$color: black; body { margin: 0; @@ -414,6 +414,7 @@ footer {// {{{ } */// }}} #print-icon {// {{{ + display: none; float: right; img { @@ -456,6 +457,7 @@ footer {// {{{ h1 { color: $base-orange; + margin-top: .9em; } .date { @@ -493,9 +495,9 @@ footer {// {{{ } } - // [id^="details-"] { - // margin-top: .5em; - // } + [id^="details-"] { + margin-top: .5em; + } } }// }}} @@ -518,15 +520,13 @@ h1.site-title {// {{{ text-decoration: none; } - @media (max-width: $max-page-width) { - font-size: 3em; - } - - @media (max-width: $phone-width) { + // @media (max-width: $max-page-width) { // font-size: 3em; - // font-size: 2.5em; - font-size: 2em; - } + // } + + // @media (max-width: $phone-width) { + // font-size: 2em; + // } }// }}} .hero-logo img { diff --git a/content/resume/_index.md b/content/resume/_index.md index d968bf1..23995ca 100644 --- a/content/resume/_index.md +++ b/content/resume/_index.md @@ -62,7 +62,7 @@ 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 - form you. + from you. - Responsive front-end using **Bootstrap**. Uses **Node.js** and **MongoDB** for back-end. - Currently deployed on [**Heroku**][Grocery Finder Heroku]. @@ -97,7 +97,7 @@ 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]. diff --git a/content/resume/printable.txt b/content/resume/printable.txt index fc6b784..61eb74e 100644 --- a/content/resume/printable.txt +++ b/content/resume/printable.txt @@ -1,4 +1,5 @@ - bg colors - site title max width -- switch project shortcode -- rm details top margin +- details top margin +- print icon +- project shortcode diff --git a/ideas.md b/ideas.md index 0d5e383..467f0e8 100644 --- a/ideas.md +++ b/ideas.md @@ -1,13 +1,8 @@ # Large - resume - - expand some projects by default - - repo link (GitHub icon) beside each section - - make links open in new tab - - picture/video links? - - printable white version - - upload PDF - - JS to change CSS? - make old proj's displayable + - change to km.com URL's + - change URL param to repo name - spv - screenshots - setup instructions diff --git a/layouts/shortcodes/resume/project-site.html b/layouts/shortcodes/resume/project-site.html new file mode 100644 index 0000000..a094deb --- /dev/null +++ b/layouts/shortcodes/resume/project-site.html @@ -0,0 +1,16 @@ +
+ + link-icon + + +
{{ .Get "date" }}
+
+
+ {{ .Inner }} +
+
+
diff --git a/layouts/shortcodes/resume/project.html b/layouts/shortcodes/resume/project.html index a094deb..c219a95 100644 --- a/layouts/shortcodes/resume/project.html +++ b/layouts/shortcodes/resume/project.html @@ -1,14 +1,11 @@
- - link-icon - - +

+ + {{ .Get "name" }} + +

{{ .Get "date" }}
-
+
{{ .Inner }}