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.

25 lines
829 B

  1. <div class="me-equation">
  2. <div class="equation-part">
  3. <a href="https://www.redhat.com/" target="_blank">
  4. <img src="{{ "img/home/red-hat.svg" | relURL }}"
  5. alt="red-hat-logo">
  6. </a>
  7. <p>+</p>
  8. </div>
  9. <div class="equation-part">
  10. <a href="https://archlinux.org/" target="_blank">
  11. <!-- <img src="{{ "img/home/gnu.svg" | relURL }}" id="gnu" alt="gnu-logo"> -->
  12. <img src="{{ "img/home/arch.svg" | relURL }}" id="gnu" alt="gnu-logo">
  13. </a>
  14. <p>+</p>
  15. </div>
  16. <div class="equation-part" id="uoft-part">
  17. <a href="https://www.utoronto.ca/" target="_blank">
  18. <img src="{{ "img/home/uoft-logo.svg" | relURL }}" alt="uoft-logo">
  19. </a>
  20. </div>
  21. <p>=</p>
  22. <div class="equation-part">
  23. <img src="{{ "img/home/hexatar.png" | relURL }}" id="hexatar" alt="my-avatar">
  24. </div>
  25. </div>