Fixed sticky footer, vertical me equation (mobile)
Put me equation in separate file.
This commit is contained in:
@@ -8,15 +8,5 @@
|
||||
target="_blank">FOSS/FLOSS</a>.
|
||||
</p>
|
||||
|
||||
<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>
|
||||
<img src="{{ "img/linux-icon.svg" | relURL }}" alt="linux-logo">
|
||||
<p>+</p>
|
||||
<img src="{{ "img/uoft-logo.svg" | relURL }}" alt="linux-logo">
|
||||
<p>=</p>
|
||||
<img src="{{ "img/hexatar.png" | relURL }}" alt="linux-logo">
|
||||
</div>
|
||||
{{ partial "me-equation.html" . }}
|
||||
</div>
|
||||
|
||||
11
layouts/partials/me-equation.html
Normal file
11
layouts/partials/me-equation.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
<img src="{{ "img/linux-icon.svg" | relURL }}" alt="linux-logo">
|
||||
<p>+</p>
|
||||
<img src="{{ "img/uoft-logo.svg" | relURL }}" alt="uoft-logo">
|
||||
<p>=</p>
|
||||
<img src="{{ "img/hexatar.png" | relURL }}" alt="my-avatar">
|
||||
</div>
|
||||
Reference in New Issue
Block a user