diff --git a/assets/sass/main.scss b/assets/sass/main.scss index 1072af5..17a5425 100644 --- a/assets/sass/main.scss +++ b/assets/sass/main.scss @@ -88,6 +88,15 @@ $vert-phone-width: 500px; } }// }}} +@mixin a-no-underline() {// {{{ + a { + text-decoration: none; + &:hover { + text-decoration: none; + } + } +}// }}} + // }}} mixins // // general elements {{{ // @@ -205,12 +214,17 @@ footer { position: relative; padding-right: $side-padding; // padding-right: .9em; + @include a-no-underline(); img { height: 1.5em; @include vert-margin-rem(.2); padding-left: .5em; opacity: .6; + + &:hover { + opacity: 1; + } } } } @@ -486,7 +500,6 @@ header {// {{{ // @include vert-padding-rem(0.5); @include a-color($base-sky-blue); width: 100%; - min-width: $max-page-width; // @media (min-width: 1200px) { // .container{ // min-width: $max-page-width; @@ -667,6 +680,9 @@ header {// {{{ p { margin-bottom: 1em; } + strong { + line-height: 1.25em; + } } } }// }}} diff --git a/config.yaml b/config.yaml index aeff011..4198fcc 100644 --- a/config.yaml +++ b/config.yaml @@ -29,9 +29,9 @@ menu: - name: card url: /card weight: 15 - - name: letter - url: /letter - weight: 17 + # - name: letter + # url: /letter + # weight: 17 # - name: credits # url: /credits # weight: 20 diff --git a/content/card/_index.md b/content/card/_index.md index 116ee29..7950538 100644 --- a/content/card/_index.md +++ b/content/card/_index.md @@ -1,5 +1,5 @@ --- title: "Digital Card" date: 2019-02-11T07:50:51-05:00 -draft: true +draft: false --- diff --git a/content/config/_index.md b/content/config/_index.md index 6b092bd..8285540 100644 --- a/content/config/_index.md +++ b/content/config/_index.md @@ -39,5 +39,4 @@ a single branch. [chezmoi]: https://github.com/twpayne/chezmoi - diff --git a/content/letter b/content/letter index dd6a79f..f20fc16 160000 --- a/content/letter +++ b/content/letter @@ -1 +1 @@ -Subproject commit dd6a79f273fa73a59a831780ef26c4d7ea71da29 +Subproject commit f20fc16b303b3164ed91c16c979f6c13ba27583c diff --git a/content/resume/_index.md b/content/resume/_index.md index 5d2066b..bcc1c42 100644 --- a/content/resume/_index.md +++ b/content/resume/_index.md @@ -3,19 +3,10 @@ title: "Resume" date: 2019-02-11T07:50:51-05:00 draft: false --- -{{% resume/section overview %}} - -3rd year CS student. Enthusiast of all things -Linux and FOSS. Seeking 16-month internship for my PEY -co-op program. Looking to gain industry-relevant experience in -full-stack web dev, DevOps or system administration. - -{{% /resume/section %}} - {{% resume/section skills %}} #### Languages -- **Bash**, C, **CSS**, C++, **Fish** (shell), Godot, **HTML5**, +- **Bash**, **C**, **CSS**, C++, **Fish** (shell), Godot, **HTML5**, **Python**, Java, **Javascript** (ES6), **Sass** #### Frameworks @@ -26,8 +17,8 @@ full-stack web dev, DevOps or system administration. #### Tools - **Arch Linux**, Android Studio, **Debian**, **Command Line**, - **Git**, IntelliJ IDEA, **Pycharm**, **NGINX**, **SFTP**, **SSH**, - **Vim** + **Git**, IntelliJ IDEA, **Pycharm**, **NGINX**, npm/yarn, **SFTP**, + **SSH**, **Vim** {{% /resume/section %}} diff --git a/layouts/partials/home/about.html b/layouts/partials/home/about.html index 52ea578..15bcbf0 100644 --- a/layouts/partials/home/about.html +++ b/layouts/partials/home/about.html @@ -1,7 +1,7 @@

Welcome to my site!

- I'm Kevin Mok - a 3rd year Computer Science + I'm Kevin Mok - a Computer Science student at the University of Toronto, and I'm greatly interested in all things Linux and FOSS/FLOSS. diff --git a/layouts/shortcodes/resume/letter-print.html b/layouts/shortcodes/resume/letter-print.html index 46c5d5f..e7fcdac 100644 --- a/layouts/shortcodes/resume/letter-print.html +++ b/layouts/shortcodes/resume/letter-print.html @@ -1,6 +1,7 @@