Mobile-responsive personal website, generated using Hugo.
https://kevin-mok.com/
您最多能選擇 25 個主題
主題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字。
25 行
829 B
25 行
829 B
<div class="me-equation">
|
|
<div class="equation-part">
|
|
<a href="https://www.redhat.com/" target="_blank">
|
|
<img src="{{ "img/home/red-hat.svg" | relURL }}"
|
|
alt="red-hat-logo">
|
|
</a>
|
|
<p>+</p>
|
|
</div>
|
|
<div class="equation-part">
|
|
<a href="https://archlinux.org/" target="_blank">
|
|
<!-- <img src="{{ "img/home/gnu.svg" | relURL }}" id="gnu" alt="gnu-logo"> -->
|
|
<img src="{{ "img/home/arch.svg" | relURL }}" id="gnu" alt="gnu-logo">
|
|
</a>
|
|
<p>+</p>
|
|
</div>
|
|
<div class="equation-part" id="uoft-part">
|
|
<a href="https://www.utoronto.ca/" target="_blank">
|
|
<img src="{{ "img/home/uoft-logo.svg" | relURL }}" alt="uoft-logo">
|
|
</a>
|
|
</div>
|
|
<p>=</p>
|
|
<div class="equation-part">
|
|
<img src="{{ "img/home/hexatar.png" | relURL }}" id="hexatar" alt="my-avatar">
|
|
</div>
|
|
</div>
|