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.

23 lines
652 B

1 year ago
  1. <div id="about">
  2. <h2>Welcome to my site!</h2>
  3. <p>
  4. I'm Kevin Mok. Here are a few things about myself!
  5. <ul>
  6. <li>I'm an Ex-Cloud Engineer Intern at
  7. <a href="https://www.redhat.com/" target="_blank">Red Hat</a>.
  8. </li>
  9. <li>
  10. I'm a Computer Science student at the University of
  11. Toronto, graduating at the end of 2023 (currently
  12. looking for a full-time position!).
  13. </li>
  14. <li>
  15. I'm greatly interested in all things Linux and
  16. <a href="https://www.gnu.org/philosophy/floss-and-foss.en.html"
  17. target="_blank">FOSS/FLOSS</a>.
  18. </li>
  19. </ul>
  20. </p>
  21. {{ partial "home/me-equation.html" . }}
  22. </div>