From 37d9287be2735833733ae5a4464c339dcff2b765 Mon Sep 17 00:00:00 2001 From: shockrah Date: Fri, 21 Feb 2020 17:51:11 -0800 Subject: [PATCH] added scuffed and resume to projects list --- config.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config.toml b/config.toml index 958d7db..6e81449 100644 --- a/config.toml +++ b/config.toml @@ -135,6 +135,12 @@ theme = "sada" url = "https://gitlab.com/shockrah/freechat" description = "Web based chat server built with Rust. Endpoints are served on a restful API, which often hooks into an SQL database. Unit testing is also handled using Cargo's built in testing configuration features." + [[params.projects.list]] + title = "Competitive Esports Platform" + url = "https://gitlab.com/shockrah/scuffed-league" + description = "A platform built for competitive players to compete on for a game that is currently under development. It features a technical stack of Flask for the backend, SQL for persistence, Sass for consistency in the frontend and Bootstrap for its large featureset. Made to work with a Discord chat bot to let players set up teams and organize matches." + + [[params.projects.list]] title = "OBS Stream Song Extension" url = "https://gitlab.com/shockrah/obs-song-name" @@ -156,6 +162,11 @@ theme = "sada" url = "https://gitlab.com/shockrah/wifi-sens" description = "Wifi scanning via an ESP-8266 and Arduino. Built using reverse engineered Xtensa library features in C." + [[params.projects.list]] + title = "This Resume Page" + url = "https://gitlab.com/shockrah/resume" + description = "Built with the Hugo static site generator. I've modified the Sada theme for a better reading flow and deployed with Gitlab's continuous development pipelines." + # Skills section [params.skills]