Initial resume
Organize partials. Outage night post notes.
This commit is contained in:
@@ -2,7 +2,8 @@ baseURL: http://localhost:1313/
|
||||
# baseURL: https://kevin-mok.com/
|
||||
# baseURL: /home/kevin/coding/mf-site/public
|
||||
languageCode: en-us
|
||||
title: Kevin Mok's Website
|
||||
# title: Kevin Mok's Website
|
||||
title: Kevin Mok
|
||||
# theme: base16
|
||||
enableRobotsTXT: true
|
||||
pygmentsUseClassic: true
|
||||
@@ -13,9 +14,9 @@ params:
|
||||
|
||||
menu:
|
||||
main:
|
||||
# - name: resume
|
||||
# url: /resume
|
||||
# weight: 5
|
||||
- name: resume
|
||||
url: /resume
|
||||
weight: 5
|
||||
- name: posts/
|
||||
url: /posts
|
||||
weight: 6
|
||||
|
||||
26
content/posts/outage-night.md
Normal file
26
content/posts/outage-night.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
---
|
||||
- procrastinating on assignment
|
||||
- want to play Pokemon randomizer
|
||||
- upgrade compiler packages
|
||||
- randomizer doesn't work
|
||||
- boot to Windows
|
||||
- Arch broke
|
||||
- backup HD not working
|
||||
- laptop wifi stopped working
|
||||
- copy to USB
|
||||
- extract and works
|
||||
- pacman upgrade
|
||||
- conflicting files
|
||||
- finally work
|
||||
- power outage
|
||||
- go to bed
|
||||
- lamp turns back on
|
||||
- PC doesn't start
|
||||
- try unplugging/battery 3-4 times
|
||||
- about to go to bed
|
||||
- try unplugging one last time
|
||||
- turns back on
|
||||
- kernel issues
|
||||
- accidentally overwrite backup on USB
|
||||
- don't want to wait for copy on laptop
|
||||
@@ -3,27 +3,77 @@ title: "Resume"
|
||||
date: 2019-02-11T07:50:51-05:00
|
||||
draft: true
|
||||
---
|
||||
# Goal
|
||||
To find a company and internship to fully dedicate myself to to push my limits,
|
||||
gain valuable knowledge and experience and jumpstart my career with a solid
|
||||
foundation.
|
||||
{{% resume/section goal %}}<!--- {{{ -->
|
||||
|
||||
{{% md-div projects %}}
|
||||
To find an internship to fully dedicate myself that will test my limits,
|
||||
provide the opportunity to gain valuable knowledge and experience and
|
||||
jumpstart my career with a solid foundation.
|
||||
|
||||
# Projects
|
||||
{{< project-header name="Spotify Visualizer" url="https://github.com/Kevin-Mok/spotify-lib-vis" date="Nov. 2018" >}}
|
||||
- Web app
|
||||
<!--- }}} -->
|
||||
|
||||
{{< project-header name="ParsaFood" url="https://github.com/Kevin-Mok/ParsaFood" date="Feb. 2018" >}}
|
||||
{{% resume/section projects %}}<!--- {{{ -->
|
||||
|
||||
<!--- Spotify Graphs {{{ -->
|
||||
|
||||
{{< resume/project-header name="Spotify Visualizer" url="https://github.com/Kevin-Mok/spotify-lib-vis" date="July 2018" >}}
|
||||
|
||||
{{% resume/project-details %}}
|
||||
|
||||
- Web app that scans your Spotify library using their API to produce [d3
|
||||
graphs][d3 graph examples] to visualize the artists, genres and features
|
||||
of tracks in your library.
|
||||
- Can also keep track of your listening history. Currently runs as a `cron`
|
||||
job on my local machine to keep track of my own.
|
||||
- Uses Django and PostgreSQL for back-end.
|
||||
|
||||
[d3 graph examples]: https://github.com/d3/d3/wiki/Gallery
|
||||
|
||||
{{% /resume/project-details %}}
|
||||
|
||||
<!--- Spotify Graphs }}} -->
|
||||
|
||||
<!--- ParsaFood {{{ -->
|
||||
|
||||
{{< resume/project-header name="ParsaFood" url="https://github.com/Kevin-Mok/ParsaFood" date="Feb. 2018" >}}
|
||||
|
||||
{{% resume/project-details %}}
|
||||
- Android app that reads ingredients labels and detects any dietary
|
||||
restrictions/allergies. Came up with the idea based on
|
||||
[personal experience](https://github.com/Kevin\-Mok/ParsaFood\#motivation).
|
||||
- Made during the 24-hour [Platterz Hackathon]
|
||||
(https://www.eventbrite.com/e/platterz-hackathon-tickets-42682237722)
|
||||
in a group with two other members. Came in 2nd place and won an
|
||||
[Oculus Rift](https://www.amazon.ca/dp/B00VF0IXEY/ref=cm_sw_r_tw_dp_U_x_I7kBCbX50DAB2).
|
||||
- Was in-charge of the front-end of the app and designed all the layouts/pages.
|
||||
[personal experience][Parsafood motivation].
|
||||
- Made during the 24-hour [Platterz Hackathon][Platterz Hackathon event] in
|
||||
a group with two other members. Came in 2nd place and won an
|
||||
[Oculus Rift][Oculus Rift Amazon].
|
||||
|
||||
{{< project-header name="TrapBot" url="https://github.com/Kevin-Mok/TrapBot" date="Feb. 2018" >}}
|
||||
[Parsafood repo]: https://github.com/Kevin-Mok/ParsaFood
|
||||
[Parsafood motivation]: https://github.com/Kevin-Mok/ParsaFood#motivation
|
||||
[Platterz Hackathon event]: https://www.eventbrite.com/e/platterz-hackathon-tickets-42682237722
|
||||
[Oculus Rift Amazon]: https://www.amazon.ca/Oculus-Rift-Windows-VR-Headset/dp/B00VF0IXEY/ref=sr_1_1_sspa?ie=UTF8&qid=1520422949&sr=8-1-spons&keywords=oculus+rift&psc=1
|
||||
{{% /resume/project-details %}}
|
||||
|
||||
{{% /md-div %}}
|
||||
<!--- ParsaFood }}} -->
|
||||
|
||||
<!--- Grocery Finder {{{ -->
|
||||
|
||||
{{< resume/project-header name="Grocery Finder" url="https://github.com/Kevin-Mok/grocery-finder" date="April 2019" >}}
|
||||
|
||||
{{% resume/project-details %}}
|
||||
- Proof of concept for a web app that finds the best supermarket for your needs.
|
||||
- Took on role as project leader to prioritize and delegate tasks while
|
||||
also implementing a majority of the core features.
|
||||
- Responsive front-end using Bootstrap. Uses Node.js and MongoDB for back-end.
|
||||
- Currently deployed on [Heroku][Grocery Finder Heroku].
|
||||
|
||||
[Grocery Finder Heroku]: http://www.grocery-finder.ml
|
||||
|
||||
{{% /resume/project-details %}}
|
||||
|
||||
|
||||
<!--- Grocery Finder }}} -->
|
||||
|
||||
{{% /resume/section %}}<!--- }}} -->
|
||||
|
||||
{{% resume/section education %}}<!--- {{{ -->
|
||||
|
||||
- **University of Toronto**: Computer Science Specialist <div style="float:right">2017-2021</div>
|
||||
|
||||
{{% /resume/section %}}<!--- }}} -->
|
||||
|
||||
2
ideas.md
2
ideas.md
@@ -13,6 +13,8 @@
|
||||
- collapsible sections
|
||||
- link to each section beside it
|
||||
- fix title
|
||||
- collapsible sections
|
||||
- more
|
||||
- printable version
|
||||
- JS to change CSS
|
||||
- list of things done with diff. langs.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{ partial "header.html" . }}
|
||||
{{ partial "base/header.html" . }}
|
||||
|
||||
<main role="main" class="page-not-found">
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
|
||||
</main>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
{{ partial "base/footer.html" . }}
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
{{ partial "header.html" . }}
|
||||
{{ partial "base/header.html" . }}
|
||||
|
||||
{{ partial "site-title.html" . }}
|
||||
{{ partial "base/site-title.html" . }}
|
||||
|
||||
{{ partial "nav-bar.html" . }}
|
||||
{{ partial "base/nav-bar.html" . }}
|
||||
|
||||
{{ partial "base16-logo.html" . }}
|
||||
{{ partial "base/base16-logo.html" . }}
|
||||
|
||||
<main role="main" class="article-list">
|
||||
<h1 class="list-title">{{ .Title }}</h1>
|
||||
{{ range .Data.Pages }}
|
||||
{{ partial "article-list-item.html" . }}
|
||||
{{ partial "home/article-list-item.html" . }}
|
||||
{{ end }}
|
||||
</main>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
{{ partial "base/footer.html" . }}
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{{ partial "header.html" . }}
|
||||
{{ partial "base/header.html" . }}
|
||||
|
||||
{{ partial "site-title.html" . }}
|
||||
{{ partial "base/site-title.html" . }}
|
||||
|
||||
{{ partial "nav-bar.html" . }}
|
||||
{{ partial "base/nav-bar.html" . }}
|
||||
|
||||
{{ partial "base16-logo.html" . }}
|
||||
{{ partial "base/base16-logo.html" . }}
|
||||
|
||||
<main role="main" class="article">
|
||||
{{ partial "article.html" . }}
|
||||
{{ partial "base/article.html" . }}
|
||||
</main>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
{{ partial "base/footer.html" . }}
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{{ partial "header.html" . }}
|
||||
{{ partial "base/header.html" . }}
|
||||
|
||||
{{ partial "site-title.html" . }}
|
||||
{{ partial "base/site-title.html" . }}
|
||||
|
||||
{{ partial "nav-bar.html" . }}
|
||||
{{ partial "base/nav-bar.html" . }}
|
||||
|
||||
{{ partial "base16-logo.html" . }}
|
||||
{{ partial "base/base16-logo.html" . }}
|
||||
|
||||
<div id="homepage">
|
||||
{{ partial "about.html" . }}
|
||||
{{ partial "home/about.html" . }}
|
||||
</div>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
{{ partial "base/footer.html" . }}
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
{{ .Hugo.Generator }}
|
||||
<meta name="google-site-verification" content="3aZhrY5bFgQY0HY2DNNUhbkuIfVEcwkrQHnbJd8jCCQ" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script src="http://livejs.com/live.js" charset="utf-8"></script>
|
||||
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700" type="text/css"> -->
|
||||
<link rel='stylesheet' href='//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack-subset.css'>
|
||||
<!-- <link rel="stylesheet" href="https://meyerweb.com/eric/tools/css/reset/reset.css" type="text/css" media="all" /> -->
|
||||
@@ -7,5 +7,5 @@
|
||||
target="_blank">FOSS/FLOSS</a>.
|
||||
</p>
|
||||
|
||||
{{ partial "me-equation.html" . }}
|
||||
{{ partial "home/me-equation.html" . }}
|
||||
</div>
|
||||
@@ -1,8 +1,8 @@
|
||||
{{ partial "header.html" . }}
|
||||
{{ partial "base/header.html" . }}
|
||||
|
||||
{{ partial "site-title.html" . }}
|
||||
{{ partial "base/site-title.html" . }}
|
||||
|
||||
{{ partial "base16-logo.html" . }}
|
||||
{{ partial "base/base16-logo.html" . }}
|
||||
|
||||
<div id="resume">
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
<div id="{{ .Get 0 }}">
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
2
layouts/shortcodes/md.html
Normal file
2
layouts/shortcodes/md.html
Normal file
@@ -0,0 +1,2 @@
|
||||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
{{ .Inner }}
|
||||
4
layouts/shortcodes/resume/project-details.html
Normal file
4
layouts/shortcodes/resume/project-details.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<div class="project-details">
|
||||
{{ .Inner | markdownify }}
|
||||
</div>
|
||||
4
layouts/shortcodes/resume/section.html
Normal file
4
layouts/shortcodes/resume/section.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div id="{{ .Get 0 }}">
|
||||
<h1 class="section-header">{{ .Get 0 | title }}</h1>
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user