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
19 lines
579 B
<div class="me-equation">
|
|
<div class="equation-part">
|
|
<a href="https://www.gnu.org/" target="_blank">
|
|
<img src="{{ "img/gnu.svg" | relURL }}" id="gnu" alt="gnu-logo">
|
|
</a>
|
|
<p>+</p>
|
|
</div>
|
|
<div class="equation-part">
|
|
<img src="{{ "img/linux-icon.svg" | relURL }}" alt="linux-logo">
|
|
<p>+</p>
|
|
</div>
|
|
<div class="equation-part" id="uoft-part">
|
|
<img src="{{ "img/uoft-logo.svg" | relURL }}" alt="uoft-logo">
|
|
<p>=</p>
|
|
</div>
|
|
<div class="equation-part">
|
|
<img src="{{ "img/hexatar.png" | relURL }}" id="hexatar" alt="my-avatar">
|
|
</div>
|
|
</div>
|