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
-
122assets/sass/main.scss
-
40ideas.md
-
6layouts/partials/about.html
-
10layouts/partials/me-equation.html
-
71resources/_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 |
# Large |
||||
|
- add CSS grid layout |
||||
|
- add tooltip saying responsive |
||||
- resume |
- resume |
||||
- printable version |
- printable version |
||||
- rewrite CSS in Sass |
- rewrite CSS in Sass |
||||
- push to base16 repo |
- push to base16 repo |
||||
- loop through URL sections |
- loop through URL sections |
||||
- add CSS grid layout |
|
||||
- use to make me equation columns for desktop |
|
||||
- box layout for mobile |
|
||||
- terminal simulator for site |
- terminal simulator for site |
||||
- cd/ls diff. pages |
- 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"> |
<div class="me-equation"> |
||||
|
<div class="equation-part"> |
||||
<a href="https://www.gnu.org/" target="_blank"> |
<a href="https://www.gnu.org/" target="_blank"> |
||||
<img src="{{ "img/gnu.svg" | relURL }}" id="gnu" alt="gnu-logo"> |
<img src="{{ "img/gnu.svg" | relURL }}" id="gnu" alt="gnu-logo"> |
||||
</a> |
</a> |
||||
<p>+</p> |
<p>+</p> |
||||
|
</div> |
||||
|
<div class="equation-part"> |
||||
<img src="{{ "img/linux-icon.svg" | relURL }}" alt="linux-logo"> |
<img src="{{ "img/linux-icon.svg" | relURL }}" alt="linux-logo"> |
||||
<p>+</p> |
<p>+</p> |
||||
|
</div> |
||||
|
<div class="equation-part" id="uoft-part"> |
||||
<img src="{{ "img/uoft-logo.svg" | relURL }}" alt="uoft-logo"> |
<img src="{{ "img/uoft-logo.svg" | relURL }}" alt="uoft-logo"> |
||||
<p>=</p> |
<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> |
</div> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue