From d0e72df0ec6ab7add028b89bca7a12b33f92a888 Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 14 Dec 2020 20:10:40 -0800 Subject: [PATCH] note about new generative project --- config.toml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/config.toml b/config.toml index 27a2dcb..5cc16c8 100644 --- a/config.toml +++ b/config.toml @@ -97,7 +97,7 @@ theme = "sada" [[params.jobs.list]] position = "Amazon Fulfillment Associate" - dates = "May 2020 - Current" + dates = "May 2020 - December 2020" details = "Fulfill basic warehouse and stock order duties. Responsibilities include offloading merchandise trucks, locating stock, and packing items for shipment." [[params.jobs.list]] @@ -138,22 +138,23 @@ theme = "sada" url = "https://gitlab.com/shockrah/freechat" description = "Decentralized chat service built with asynchronous Rust. Data persistence is handled with MySQL. An Electron based app was also built to use the service on Desktop." + [[params.projects.list]] + title = "Generative Art - Programmatic Musings of my Mind" + url = "mus://gitlab.com/shockrah/generative-art" + description = "Generative art samples that I build for fun. Examples of what these look like can be found in the screen-caps folder." + [[params.projects.list]] - title = "Graphics Lab Engine" + title = "Graphics Engine" url = "https://gitlab.com/shockrah/gfx-engine" description = "Graphics engine built with SDL2 in C++. Made to serve as a backbone for my own \"for-fun\" experiments like creating an implementation of Boids, fluid simulations, and random obscure math problems I find interesting at the time" + [[params.projects.list]] title = "Comfychan - An Image Board Engine" url = "https://gitlab.com/shockrah/comfychan" description = "An image board ebgine written in Python with Flask and Redis. Built to support NoScript users as well as regular JS users." - [[params.projects.list]] - title = "Competitive Esports Platform" - url = "https://gitlab.com/shockrah/scuffed-league" - description = "Competitive E-sports platform primarily to host a new upcoming league. Built with Flask, SQL, Redis, and Bootstrap. A similar Discord chatbot was built to let communities host their own tournaments and leagues easily with no self-hosting required." - [[params.projects.list]] title = "ESP8266 Promiscuous Wifi Detection" url = "https://gitlab.com/shockrah/wifi-sens"