Fixing ordering again due to merge issues in last commit
This commit is contained in:
parent
c219d59a65
commit
34d662a60a
55
config.toml
55
config.toml
@ -138,25 +138,14 @@ theme = "sada"
|
|||||||
"Built automated tests and streamlined deployment with Gitlab’s CI/CD system",
|
"Built automated tests and streamlined deployment with Gitlab’s CI/CD system",
|
||||||
"Link: https://gitlab.com/shockrah/freechat"
|
"Link: https://gitlab.com/shockrah/freechat"
|
||||||
]
|
]
|
||||||
|
|
||||||
[[params.projects.list]]
|
[[params.projects.list]]
|
||||||
title = "Discord Community Manager"
|
title = "Homebrew Operating system"
|
||||||
url = "https://gitlab.com/shockrah/left-coast-server-bot"
|
url = "https://gitlab.com/shockrah/jankos"
|
||||||
bullets = [
|
bullets = [
|
||||||
"Server management bot which maintains 2 VPS’s, and 4 game servers",
|
"x86 operating system written from scratch",
|
||||||
"Provides chatbot services to over 100 users in the Left Coast community Discord server",
|
"Engineered with C, assembly, and debugged with tools such as Cutter and Bochs",
|
||||||
"Written in NodeJS supported by microservices made with Rust; powered by AWS",
|
"ISO files are automatically built with Gitlab CI pipelines",
|
||||||
"Logging with Honeycomb and Vector microservices",
|
"Link: https://gitlab.com/shockrah/jankos"
|
||||||
"Link: https://gitlab.com/shockrah/left-coast-server-bot"
|
|
||||||
]
|
|
||||||
|
|
||||||
[[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]]
|
[[params.projects.list]]
|
||||||
@ -168,15 +157,6 @@ theme = "sada"
|
|||||||
"Link: https://gitlab.com/shockrah/wifi-sens"
|
"Link: https://gitlab.com/shockrah/wifi-sens"
|
||||||
]
|
]
|
||||||
|
|
||||||
[[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]]
|
[[params.projects.list]]
|
||||||
title = "Graphics Engine"
|
title = "Graphics Engine"
|
||||||
url = "https://gitlab.com/shockrah/gfx-engine"
|
url = "https://gitlab.com/shockrah/gfx-engine"
|
||||||
@ -185,7 +165,6 @@ theme = "sada"
|
|||||||
"Implemented in C++ utilizing SDL2 on the backend",
|
"Implemented in C++ utilizing SDL2 on the backend",
|
||||||
"Link: https://gitlab.com/shockrah/gfx-engine"
|
"Link: https://gitlab.com/shockrah/gfx-engine"
|
||||||
]
|
]
|
||||||
|
|
||||||
[[params.projects.list]]
|
[[params.projects.list]]
|
||||||
title = "Discord Community Manager"
|
title = "Discord Community Manager"
|
||||||
url = "https://gitlab.com/shockrah/left-coast-server-bot"
|
url = "https://gitlab.com/shockrah/left-coast-server-bot"
|
||||||
@ -197,19 +176,25 @@ theme = "sada"
|
|||||||
"Link: https://gitlab.com/shockrah/left-coast-server-bot"
|
"Link: https://gitlab.com/shockrah/left-coast-server-bot"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
[[params.projects.list]]
|
[[params.projects.list]]
|
||||||
title = "Homebrew Operating system"
|
title = "Esports League Bot"
|
||||||
url = "https://gitlab.com/shockrah/jankos"
|
url = "https://gitlab.com/shockrah/league-bot"
|
||||||
bullets = [
|
bullets = [
|
||||||
"x86 operating system written from scratch",
|
"Implemented league generator and scheduler engine with Python",
|
||||||
"Engineered with C, assembly, and debugged with tools such as Cutter and Bochs",
|
"Support for multiple independent leagues constructed with NoSQL database",
|
||||||
"ISO files are automatically built with Gitlab CI pipelines",
|
"Backpressure mitigated through asynchronous code architecture"
|
||||||
"Link: https://gitlab.com/shockrah/jankos"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
[[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]]
|
[[params.projects.list]]
|
||||||
title = "Personal Blog"
|
title = "Personal Blog"
|
||||||
|
Loading…
Reference in New Issue
Block a user