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.

15 lines
536 B

  1. <div id="contact-info">
  2. <div id="phone-number">
  3. <img src="{{ "img/resume/smartphone.svg" | relURL }}"
  4. alt="smartphone-icon">:
  5. <a href="tel:647-685-2500" target="_blank">647-685-2500</a>
  6. </div>
  7. <div id="email">
  8. <img src="{{ "img/resume/envelope.svg" | relURL }}" alt="envelope-icon">:
  9. <a href="mailto:me@kevin-mok.com">me@kevin-mok.com</a>
  10. </div>
  11. <div id="website">
  12. <img src="{{ "img/resume/link.svg" | relURL }}" alt="link-icon">:
  13. <a href="https://kevin-mok.com/">kevin-mok.com</a>
  14. </div>
  15. </div>