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.

19 lines
579 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. <img src="{{ "img/linux-icon.svg" | relURL }}" alt="linux-logo">
  10. <p>+</p>
  11. </div>
  12. <div class="equation-part" id="uoft-part">
  13. <img src="{{ "img/uoft-logo.svg" | relURL }}" alt="uoft-logo">
  14. <p>=</p>
  15. </div>
  16. <div class="equation-part">
  17. <img src="{{ "img/hexatar.png" | relURL }}" id="hexatar" alt="my-avatar">
  18. </div>
  19. </div>