Mobile-responsive personal website, generated using Hugo.
https://kevin-mok.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.2 KiB
39 lines
1.2 KiB
<div id="contact-info" class="container">
|
|
<div class="row row-top justify-content-center mx-auto">
|
|
<div id="phone-number" class="col text-left">
|
|
<a href="tel:647-685-2500" target="_blank">
|
|
<img src="{{ "img/resume/smartphone.svg" | relURL }}"
|
|
alt="smartphone-icon">
|
|
<span class="url-info">
|
|
647-685-2500
|
|
</span>
|
|
</a>
|
|
</div>
|
|
<div id="linkedin" class="col text-right">
|
|
<a href="https://www.linkedin.com/in/Kev-Mok" target="_blank">
|
|
<span class="url-info">
|
|
Kev-Mok
|
|
</span>
|
|
<img src="{{ "img/social/linkedin.svg" | relURL }}" alt="linkedin-icon">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="row mx-auto">
|
|
<div id="email" class="col col-left">
|
|
<a href="mailto:me@kevin-mok.com" target="_blank">
|
|
<img src="{{ "img/resume/envelope.svg" | relURL }}" alt="envelope-icon">
|
|
<span class="url-info">
|
|
me@kevin-mok.com
|
|
</span>
|
|
</a>
|
|
</div>
|
|
<div id="website" class="col text-right">
|
|
<a href="https://kevin-mok.com/" target="_blank">
|
|
<span class="url-info">
|
|
kevin-mok.com
|
|
</span>
|
|
<img src="{{ "img/resume/link.svg" | relURL }}" alt="link-icon">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|