Browse Source

Add links to all me equation parts

Click on hero title for homepage. Changed tux picture to Arch logo.
resume-pdf
Kevin Mok 5 years ago
parent
commit
440f138645
Signed by: Kevin-Mok GPG Key ID: AEA75288DC135CF5
  1. 1
      archetypes/default.md
  2. 8
      assets/sass/main.scss
  3. 40
      content/config/_index.md
  4. 31
      ideas.md
  5. 5
      layouts/partials/hero.html
  6. 8
      layouts/partials/me-equation.html
  7. 12
      resources/_gen/assets/scss/sass/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
  8. 12
      static/img/arch.svg

1
archetypes/default.md

@ -2,5 +2,4 @@
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: false
layout:
---

8
assets/sass/main.scss

@ -295,6 +295,7 @@ footer {
a {
text-decoration: none;
width: 70%;
}
img {
@ -303,7 +304,9 @@ footer {
// width: 15vw;
// min-width: 25%;
// height: 25%;
height: 100%;
// height: auto;
// height: 20vw;
// object-fit: contain;
// flex-basis: 20%;
@ -445,6 +448,11 @@ h1.site-title {
margin-top: 0.5em;
margin-bottom: 0;
@include a-color($base-sky-blue);
a {
text-decoration: none;
}
@media (max-width: $max-page-width) {
font-size: 3em;
}

40
content/config/_index.md

@ -0,0 +1,40 @@
---
title: "Config"
date: 2019-02-07T05:05:11-05:00
draft: true
layout: single
---
<!--- Intro {{{ -->
# Kevin's Linux Setup
![desktop-screenshot](https://i.imgur.com/Fpsr8Fc.png)
*Screenshot from my dual-monitor setup.*
This repository contains the dotfiles to increase my workflow efficiency. They
are also for my Linux
[rice](https://www.reddit.com/r/unixporn/comments/3iy3wd/stupid_question_what_is_ricing/cukxwog/).
<!--- }}} Intro -->
<!--- Main Programs {{{ -->
## Main Programs
* **OS**: [Arch Linux](https://www.archlinux.org/) ([packages](txt/nzxt-pkgs.txt))
```
> systemd-analyze
Startup finished in 2.341s (kernel) + 1.085s (userspace) = 3.426s
graphical.target reached after 1.085s in userspace
```
* **Terminal**: [rxvt-unicode-pixbuf](https://www.wikiwand.com/en/Rxvt)
* **Shell**: [Zsh](http://zsh.sourceforge.net/) + [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
* **Window Manager**: [i3-gaps](https://github.com/Airblader/i3)
* **Editor**: [Neovim](https://github.com/neovim/neovim) ([plugins](dotfiles/.vimrc#L51))
* **File Manager**: [ranger](https://ranger.github.io/)
<!--- }}} Basic Info -->
<!--- Setup {{{ -->
## Setup
I use
[Stow](http://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to-manage-your-dotfiles.html)
to symbolically link the configs/dotfiles.
<!--- }}} Setup -->

31
ideas.md

@ -1,24 +1,34 @@
# Large
- add CSS grid layout
- add tooltip saying responsive
- resume
- printable version
- list of things done with diff. langs.
- add CSS grid layout
- add tooltip saying responsive
- articles (ideas)
- loop through URL sections
- JS snippets?
- rewrite CSS in Sass
- push to base16 repo
- loop through URL sections
- terminal simulator for site
- cd/ls diff. pages
# Medium
- fav. apps
- credits
- pages
- fav. apps
- contact
- socials in footer?
- linux config
- credits
- SEO
- site stats
- size
- load time
# Tiny
- socials in footer?
- shrink font sizing for mobile
- add links to all equation parts
- contact page
- click on name for base URL
- inline fold pairs (CSS)
## Archived
- about/homepage
@ -26,4 +36,3 @@
- linux screenshot
- fade between two
- tux icon

5
layouts/partials/hero.html

@ -4,11 +4,12 @@
class="base09">e</span><span class="base0a">v</span><span
class="base0b">i</span><span class="base0c">n</span><span
class="base05">]</span> <span class="base05"># _</span> -->
[<span class="base08">K</span><span
[<a href="{{ .Site.BaseURL }}"><span class="base08">K</span><span
class="base0f">e</span><span class="base09">v</span><span
class="base0a">i</span><span class="base0b">n </span><span
class="base0c">M</span><span class="base0d">o</span><span
class="base0e">k</span>] # _
class="base0e">k</span></a>] # _
</h1>
<div class="container clearfix nav-bar">

8
layouts/partials/me-equation.html

@ -6,11 +6,15 @@
<p>+</p>
</div>
<div class="equation-part">
<img src="{{ "img/linux-icon.svg" | relURL }}" alt="linux-logo">
<a href="https://www.wikiwand.com/en/Arch_Linux" target="_blank">
<img src="{{ "img/arch.svg" | relURL }}" alt="linux-logo">
</a>
<p>+</p>
</div>
<div class="equation-part" id="uoft-part">
<img src="{{ "img/uoft-logo.svg" | relURL }}" alt="uoft-logo">
<a href="https://www.utoronto.ca/" target="_blank">
<img src="{{ "img/uoft-logo.svg" | relURL }}" alt="uoft-logo">
</a>
<p>=</p>
</div>
<div class="equation-part">

12
resources/_gen/assets/scss/sass/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content

@ -238,9 +238,11 @@ footer a {
align-items: center;
/* align vertical */ }
#homepage #about .me-equation .equation-part a {
text-decoration: none; }
text-decoration: none;
width: 70%; }
#homepage #about .me-equation .equation-part img {
width: 70%;
height: 100%;
border-radius: 1.1em;
display: inline; }
#homepage #about .me-equation .equation-part img#gnu {
@ -301,6 +303,14 @@ h1.site-title {
color: #d3d0c8;
margin-top: 0.5em;
margin-bottom: 0; }
h1.site-title a {
color: #66cccc; }
h1.site-title a:visited {
color: #66cccc; }
h1.site-title a:active {
color: #66cccc; }
h1.site-title a {
text-decoration: none; }
@media (max-width: 52em) {
h1.site-title {
font-size: 3em; } }

12
static/img/arch.svg

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="65px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65 65" version="1.1" height="65px">
<defs>
<linearGradient id="lg" y1="26.924%" x2="28.129%" x1="54.638%" y2="79.519%">
<stop stop-color="#fff" stop-opacity="0" offset="0"/>
<stop stop-color="#fff" stop-opacity=".27451" offset="1"/>
</linearGradient>
</defs>
<path d="m32.253 0.20991c-2.849 6.9843-4.579 11.559-7.75 18.336 1.944 2.061 4.334 4.453 8.211 7.164-4.168-1.715-7.009-3.432-9.133-5.219-4.059 8.47-10.423 20.531-23.328 43.719 10.14-5.854 18.002-9.466 25.328-10.844-0.314-1.351-0.481-2.819-0.469-4.344l0.008-0.32c0.161-6.498 3.542-11.495 7.547-11.156 4.004 0.339 7.122 5.884 6.961 12.383-0.031 1.224-0.173 2.4-0.414 3.492 7.247 1.418 15.034 5.013 25.039 10.789-1.973-3.632-3.74-6.905-5.422-10.024-2.649-2.053-5.411-4.724-11.047-7.617 3.874 1.007 6.65 2.171 8.812 3.469-17.098-31.835-18.48-36.068-24.343-49.828v-0.00009z" fill="#1793D1"/>
<path id="path2522" fill-opacity=".16568" fill="#fff" d="m50.266 38.249c-13.872-18.827-17.087-34.002-17.902-37.625 7.4 17.067 7.349 17.277 17.902 37.625z"/>
<path d="m32.378 0.45992c-0.36 0.88448-0.7 1.7468-1.032 2.5625-0.364 0.8946-0.718 1.7565-1.062 2.5938s-0.693 1.6309-1.031 2.4375c-0.339 0.8065-0.654 1.6039-1 2.4063-0.346 0.802-0.726 1.613-1.094 2.437-0.368 0.825-0.752 1.658-1.156 2.532-0.404 0.873-0.828 1.801-1.282 2.75-0.061 0.128-0.124 0.276-0.187 0.406 1.939 2.054 4.33 4.427 8.187 7.125-4.167-1.715-7-3.432-9.125-5.219-0.11 0.226-0.198 0.425-0.312 0.656-0.42 0.871-0.871 1.733-1.344 2.688-0.113 0.224-0.196 0.427-0.312 0.656-0.501 1.004-1.026 2.043-1.594 3.156-0.113 0.22-0.228 0.402-0.344 0.625-0.343 0.667-1.44 2.77-2.562 4.907-0.655 1.248-1.169 2.27-1.907 3.656-0.209 0.398-0.639 1.195-0.75 1.406 8.125-4.573 16.891-11.216 32.813-5.531-0.797-1.51-1.562-2.919-2.25-4.25-0.688-1.332-1.312-2.571-1.906-3.75s-1.143-2.291-1.657-3.344c-0.513-1.053-0.989-2.047-1.437-3s-0.885-1.87-1.281-2.75c-0.397-0.879-0.766-1.73-1.125-2.562-0.359-0.833-0.695-1.658-1.032-2.469-0.336-0.8115-0.672-1.5896-1-2.4063-0.142-0.3554-0.263-0.7338-0.406-1.0938-0.888-2.0849-1.759-4.1515-2.812-6.625v0.00002z" fill="url(#lg)"/>
</svg>
Loading…
Cancel
Save