diff --git a/config.toml b/config.toml index 75d7d90..18f13b3 100644 --- a/config.toml +++ b/config.toml @@ -148,12 +148,22 @@ unsafe= true title = "Freechat - A FOSS Decentralized Chat Platform" url = "https://gitlab.com/shockrah/freechat" bullets = [ - "Multi-platform responsive web application written with NodeJS, HTML, SASS, and Rust", + "FOSS chat platform written with NodeJS, HTML, SASS, and Rust", "Supports, multi-channel text chat and file upload similar to Slack/Discord", "Real-time communication support built with a client friendly API", "Built automated tests and streamlined deployment with Gitlab’s CI/CD system", "Link: https://gitlab.com/shockrah/freechat" ] + + [[params.projects.list]] + title = "Clippable - A self-hosted video sharing platform" + url = "https://gitlab.com/shockrah/clippable" + bullets = [ + "Easily administered web application for sharing video shorts with anyone on any platform", + "Built with asynchronous Rust, Tokio, Tera, and Typescript", + "Link: https://gitlab.com/shockrah/clippable" + ] + [[params.projects.list]] title = "Homebrew Operating system" url = "https://gitlab.com/shockrah/jankos" @@ -164,6 +174,7 @@ unsafe= true "Link: https://gitlab.com/shockrah/jankos" ] + [[params.projects.list]] title = "ESP8266 Promiscuous Wifi Detection" url = "https://gitlab.com/shockrah/wifi-sens" @@ -200,24 +211,6 @@ unsafe= true "Link: https://gitlab.com/shockrah/tagger" ] - [[params.projects.list]] - title = "Esports League Bot" - url = "https://gitlab.com/shockrah/league-bot" - bullets = [ - "Implemented league generator and scheduler engine with Python", - "Support for multiple independent leagues constructed with NoSQL database", - "Backpressure mitigated through asynchronous code architecture" - ] - - - [[params.projects.list]] - title = "Generative Art Samples" - url = "https://gitlab.com/shockrah/generative-art" - bullets = [ - "Artistic visualizations constructed in Javascript to explore interesting mathematical concepts", - "Utilizes P5JS to deliver beautifully rendered visualizations in any browser", - "Link: https://gitlab.com/shockrah/generative-art" - ] [[params.projects.list]] title = "Personal Blog"