Made homepage more mobile-friendly
Adjusted font size and converted me equation from column to 2 rows.
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
<div class="me-equation">
|
||||
<a href="https://www.gnu.org/" target="_blank">
|
||||
<img src="{{ "img/gnu.svg" | relURL }}" id="gnu" alt="gnu-logo">
|
||||
</a>
|
||||
<p>+</p>
|
||||
<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>
|
||||
<img src="{{ "img/hexatar.png" | relURL }}" alt="my-avatar">
|
||||
</div>
|
||||
<div class="equation-part">
|
||||
<img src="{{ "img/hexatar.png" | relURL }}" id="hexatar" alt="my-avatar">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user