Made homepage more mobile-friendly

Adjusted font size and converted me equation from column to 2 rows.
This commit is contained in:
2019-02-07 02:56:45 -05:00
parent 78e9176a6b
commit 2c5edc9cbb
5 changed files with 201 additions and 82 deletions

View File

@@ -1,9 +1,9 @@
<div id="about">
<!-- <h1 class="headline">About</h1> -->
<h1>Welcome to my site!</h1>
<h1>Hello there!</h1>
<p>
I'm Kevin Mok, a 2<sup>nd</sup> year Computer Science student at the University of Toronto.
I'm interested in all things Linux-related and
Welcome to my site. I'm Kevin Mok - a 2<sup>nd</sup> year Computer Science
student at the University of Toronto, and I'm interested in all things Linux-related and
<a href="https://www.gnu.org/philosophy/floss-and-foss.en.html"
target="_blank">FOSS/FLOSS</a>.
</p>

View File

@@ -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>