Resume: spell out social URL's

This commit is contained in:
2024-07-24 12:00:16 -04:00
parent c97c1a221f
commit 49a846ee2d
2 changed files with 5 additions and 4 deletions

View File

@@ -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) {

View File

@@ -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>