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

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