Resume: contact info section
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
---
|
||||
title: "Outage Night"
|
||||
date: 2019-02-11T07:50:51-05:00
|
||||
draft: true
|
||||
---
|
||||
- procrastinating on assignment
|
||||
- want to play Pokemon randomizer
|
||||
|
||||
14
content/posts/server-apps.md
Normal file
14
content/posts/server-apps.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: "Server Apps"
|
||||
date: 2019-09-03T12:31:45-04:00
|
||||
draft: true
|
||||
---
|
||||
- Baikal
|
||||
- Gitea
|
||||
- Synapse
|
||||
- Taskserver
|
||||
- haste-server
|
||||
- liteshort
|
||||
- personal site
|
||||
- spv
|
||||
- twem
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Wallpaper Playlist for pywal
|
||||
date: 2019-02-16T11:42:33-05:00
|
||||
draft: false
|
||||
draft: true
|
||||
---
|
||||
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
|
||||
tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Resume"
|
||||
date: 2019-02-11T07:50:51-05:00
|
||||
draft: true
|
||||
draft: false
|
||||
---
|
||||
{{% resume/section overview %}}<!--- {{{ -->
|
||||
|
||||
@@ -55,16 +55,33 @@ and experience and jumpstart my career with a solid foundation.
|
||||
|
||||
{{% resume/project name="Grocery Finder" url="https://github.com/Kevin-Mok/grocery-finder" date="April 2019" %}}
|
||||
|
||||
- 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.
|
||||
- Proof of concept for a web app that finds the best supermarket for
|
||||
your needs based on the total price of your cart items and distance
|
||||
form you.
|
||||
- Responsive front-end using **Bootstrap**. Uses **Node.js** and
|
||||
**MongoDB** for back-end.
|
||||
- Currently deployed on [**Heroku**][Grocery Finder Heroku].
|
||||
- Took on role as project leader to prioritize and delegate tasks
|
||||
while
|
||||
also implementing a majority of the core features.
|
||||
|
||||
[Grocery Finder Heroku]: http://www.grocery-finder.ml
|
||||
|
||||
{{% /resume/project %}}
|
||||
|
||||
<!--- Grocery Finder }}} -->
|
||||
|
||||
<!--- TrapBot {{{ -->
|
||||
|
||||
{{% resume/project name="TrapBot"
|
||||
url="https://github.com/Kevin-Mok/TrapBot" date="March 2018" %}}
|
||||
|
||||
- reddit bot that looks for comments with song names and responds with
|
||||
their respective SoundCloud links.
|
||||
- Received positive feedback from users who saw the bot's posts.
|
||||
- Uses __Python__ API wrappers for SoundCloud and reddit.
|
||||
|
||||
{{% /resume/project %}}
|
||||
|
||||
<!--- Grocery Finder }}} -->
|
||||
|
||||
|
||||
20
content/resume/archived.txt
Normal file
20
content/resume/archived.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
<!--- Super ADA Bros. {{{ -->
|
||||
|
||||
{{% resume/project name="Super ADA Bros"
|
||||
url="https://github.com/Kevin-Mok/SuperADABros" date="May 2019" %}}
|
||||
|
||||
- Clone of Super Mario Bros 1-1, but Mario is mobility-impaired and
|
||||
uses ramps to get through the level.
|
||||
- Able to played using only head movement by getting input from a
|
||||
face-tracking script (**OpenCV**).
|
||||
- Implemented in [**Godot**][Godot site], an open-source game engine.
|
||||
- Made during a 24-hour [accessibility-themed hackathon][PC Hacks event].
|
||||
|
||||
[PC Hacks event]: https://pchacks19.devpost.com/
|
||||
[Godot site]: https://godotengine.org
|
||||
|
||||
{{% /resume/project %}}
|
||||
|
||||
|
||||
<!--- Grocery Finder }}} -->
|
||||
|
||||
Reference in New Issue
Block a user