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.

24 lines
800 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. <!-- <img src="{{ "img/larbs.png" | relURL }}" alt="linux-logo"> -->
  12. </a>
  13. <p>+</p>
  14. </div>
  15. <div class="equation-part" id="uoft-part">
  16. <a href="https://www.utoronto.ca/" target="_blank">
  17. <img src="{{ "img/uoft-logo.svg" | relURL }}" alt="uoft-logo">
  18. </a>
  19. <p>=</p>
  20. </div>
  21. <div class="equation-part">
  22. <img src="{{ "img/hexatar.png" | relURL }}" id="hexatar" alt="my-avatar">
  23. </div>
  24. </div>