Browse Source
Made homepage more mobile-friendly
Made homepage more mobile-friendly
Adjusted font size and converted me equation from column to 2 rows.resume-pdf
Kevin Mok
6 years ago
5 changed files with 199 additions and 80 deletions
-
140assets/sass/main.scss
-
40ideas.md
-
6layouts/partials/about.html
-
18layouts/partials/me-equation.html
-
75resources/_gen/assets/scss/sass/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
@ -1,27 +1,29 @@ |
|||
## Archived |
|||
- about/homepage |
|||
- typing animation |
|||
- linux screenshot |
|||
- fade between two |
|||
- tux icon |
|||
|
|||
# Tiny |
|||
- shrink font sizing for mobile |
|||
- contact page |
|||
- click on name for base URL |
|||
|
|||
# Medium |
|||
- fav. apps |
|||
- credits |
|||
|
|||
# Large |
|||
- add CSS grid layout |
|||
- add tooltip saying responsive |
|||
- resume |
|||
- printable version |
|||
- rewrite CSS in Sass |
|||
- push to base16 repo |
|||
- loop through URL sections |
|||
- add CSS grid layout |
|||
- use to make me equation columns for desktop |
|||
- box layout for mobile |
|||
- terminal simulator for site |
|||
- cd/ls diff. pages |
|||
|
|||
# Medium |
|||
- fav. apps |
|||
- credits |
|||
|
|||
# Tiny |
|||
- socials in footer? |
|||
- shrink font sizing for mobile |
|||
- add links to all equation parts |
|||
- contact page |
|||
- click on name for base URL |
|||
|
|||
## Archived |
|||
- about/homepage |
|||
- typing animation |
|||
- linux screenshot |
|||
- fade between two |
|||
- tux icon |
|||
|
@ -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> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue