No known key found for this signature in database
GPG Key ID: 6DEED612B26C08E2
2 changed files with
5 additions and
4 deletions
-
assets/sass/main.scss
-
layouts/partials/resume/contact-info.html
|
@ -541,6 +541,7 @@ header {// {{{ |
|
|
.url-info { |
|
|
.url-info { |
|
|
font-size: 1em; |
|
|
font-size: 1em; |
|
|
margin-left: 5px; |
|
|
margin-left: 5px; |
|
|
|
|
|
// text-decoration: underline; |
|
|
// position: relative; |
|
|
// position: relative; |
|
|
// left: -8px; |
|
|
// left: -8px; |
|
|
// @media (max-width: $phone-width) { |
|
|
// @media (max-width: $phone-width) { |
|
|
|
@ -12,7 +12,7 @@ |
|
|
<div id="linkedin" class="col text-right"> |
|
|
<div id="linkedin" class="col text-right"> |
|
|
<a href="https://www.linkedin.com/in/Kev-Mok" target="_blank"> |
|
|
<a href="https://www.linkedin.com/in/Kev-Mok" target="_blank"> |
|
|
<span class="url-info"> |
|
|
<span class="url-info"> |
|
|
Kev-Mok |
|
|
|
|
|
|
|
|
linkedin.com/in/Kev-Mok |
|
|
</span> |
|
|
</span> |
|
|
<img src="{{ "img/social/linkedin.svg" | relURL }}" alt="linkedin-icon"> |
|
|
<img src="{{ "img/social/linkedin.svg" | relURL }}" alt="linkedin-icon"> |
|
|
</a> |
|
|
</a> |
|
@ -28,11 +28,11 @@ |
|
|
</a> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
<div id="website" class="col text-right"> |
|
|
<div id="website" class="col text-right"> |
|
|
<a href="https://kevin-mok.com/" target="_blank"> |
|
|
|
|
|
|
|
|
<a href="https://github.com/Kevin-Mok" target="_blank"> |
|
|
<span class="url-info"> |
|
|
<span class="url-info"> |
|
|
kevin-mok.com |
|
|
|
|
|
|
|
|
github.com/Kevin-Mok |
|
|
</span> |
|
|
</span> |
|
|
<img src="{{ "img/resume/link.svg" | relURL }}" alt="link-icon"> |
|
|
|
|
|
|
|
|
<img src="{{ "img/social/github.svg" | relURL }}" alt="link-icon"> |
|
|
</a> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|