added scuffed and resume to projects list
This commit is contained in:
parent
a813c14ccb
commit
37d9287be2
11
config.toml
11
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]
|
||||
|
Loading…
Reference in New Issue
Block a user