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
725 B

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