No known key found for this signature in database
GPG Key ID: 6DEED612B26C08E2
3 changed files with
16 additions and
10 deletions
-
assets/sass/main.scss
-
layouts/partials/home/about.html
-
layouts/partials/home/me-equation.html
|
@ -172,7 +172,8 @@ footer { |
|
|
margin-top: 2rem; |
|
|
margin-top: 2rem; |
|
|
$vertical-margin: .2em; |
|
|
$vertical-margin: .2em; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
font-size: 0.8em; |
|
|
|
|
|
|
|
|
// font-size: 0.8em; |
|
|
|
|
|
font-size: .85em; |
|
|
color: #747369; |
|
|
color: #747369; |
|
|
// bottom: 0; |
|
|
// bottom: 0; |
|
|
// position: absolute; |
|
|
// position: absolute; |
|
@ -212,7 +213,8 @@ footer { |
|
|
// padding-right: .9em; |
|
|
// padding-right: .9em; |
|
|
|
|
|
|
|
|
img { |
|
|
img { |
|
|
height: 1.5em; |
|
|
|
|
|
|
|
|
// height: 1.5em; |
|
|
|
|
|
height: 3em; |
|
|
@include vert-margin-rem(.2); |
|
|
@include vert-margin-rem(.2); |
|
|
padding-left: .5em; |
|
|
padding-left: .5em; |
|
|
opacity: .6; |
|
|
opacity: .6; |
|
@ -370,7 +372,7 @@ header {// {{{ |
|
|
display: inline; |
|
|
display: inline; |
|
|
|
|
|
|
|
|
&#gnu { |
|
|
&#gnu { |
|
|
background-color: $base04; |
|
|
|
|
|
|
|
|
// background-color: $base04; |
|
|
// background-color: $base05; |
|
|
// background-color: $base05; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
@ -20,7 +20,10 @@ |
|
|
or email me at me at kevin-mok.com. |
|
|
or email me at me at kevin-mok.com. |
|
|
</li> |
|
|
</li> |
|
|
<li> |
|
|
<li> |
|
|
I'm greatly interested in all things Linux and |
|
|
|
|
|
|
|
|
I'm greatly interested in Linux (been using |
|
|
|
|
|
<a href="https://archlinux.org/" target="_blank">Arch Linux </a> |
|
|
|
|
|
|
|
|
|
|
|
since 2019) and a supporter of |
|
|
<a href="https://www.gnu.org/philosophy/floss-and-foss.en.html" |
|
|
<a href="https://www.gnu.org/philosophy/floss-and-foss.en.html" |
|
|
target="_blank">FOSS/FLOSS</a>. |
|
|
target="_blank">FOSS/FLOSS</a>. |
|
|
</li> |
|
|
</li> |
|
|
|
@ -6,15 +6,16 @@ |
|
|
</a> |
|
|
</a> |
|
|
<p>+</p> |
|
|
<p>+</p> |
|
|
</div> |
|
|
</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"> |
|
|
|
|
|
|
|
|
<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> |
|
|
</a> |
|
|
<p>+</p> |
|
|
<p>+</p> |
|
|
</div> |
|
|
</div> |
|
|
<div class="equation-part"> |
|
|
|
|
|
<a href="https://www.gnu.org/" target="_blank"> |
|
|
|
|
|
<img src="{{ "img/home/gnu.svg" | relURL }}" id="gnu" alt="gnu-logo"> |
|
|
|
|
|
|
|
|
<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> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
<p>=</p> |
|
|
<p>=</p> |
|
|