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.
16 lines
548 B
16 lines
548 B
<!-- <div id="contact-info"> -->
|
|
<div id="contact-info">
|
|
<div id="phone-number">
|
|
<img src="{{ "img/smartphone.svg" | relURL }}"
|
|
alt="smartphone-icon">:
|
|
<a href="tel:647-685-2500" target="_blank">647-685-2500</a>
|
|
</div>
|
|
<div id="email">
|
|
<img src="{{ "img/envelope.svg" | relURL }}" alt="envelope-icon">:
|
|
<a href="mailto:me@kevin-mok.com">me@kevin-mok.com</a>
|
|
</div>
|
|
<div id="website">
|
|
<img src="{{ "img/link.svg" | relURL }}" alt="link-icon">:
|
|
<a href="https://kevin-mok.com/">kevin-mok.com</a>
|
|
</div>
|
|
</div>
|