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.

22 lines
739 B

  1. <div id="about">
  2. <!-- <h1 class="headline">About</h1> -->
  3. <h1>Welcome to my site!</h1>
  4. <p>
  5. I'm Kevin Mok, a 2<sup>nd</sup> year Computer Science student at the University of Toronto.
  6. I'm interested in all things Linux-related and
  7. <a href="https://www.gnu.org/philosophy/floss-and-foss.en.html"
  8. target="_blank">FOSS/FLOSS</a>.
  9. </p>
  10. <div class="me-equation">
  11. <a href="https://www.gnu.org/" target="_blank">
  12. <img src="{{ "img/gnu.svg" | relURL }}" id="gnu" alt="gnu-logo">
  13. </a>
  14. <p>+</p>
  15. <img src="{{ "img/linux-icon.svg" | relURL }}" alt="linux-logo">
  16. <p>+</p>
  17. <img src="{{ "img/uoft-logo.svg" | relURL }}" alt="linux-logo">
  18. <p>=</p>
  19. <img src="{{ "img/hexatar.png" | relURL }}" alt="linux-logo">
  20. </div>
  21. </div>