diff --git a/config.toml b/config.toml index b10a5e5..d3d96b1 100644 --- a/config.toml +++ b/config.toml @@ -87,6 +87,11 @@ theme = "sada" icon = "fa-briefcase" title = "Experiences" + [[params.jobs.list]] + position = "Computer Architecture Teaching Assistant CSU Monterey Bay" + dates = "October 2019 - Current" + details = "Responsibilities include: helping students with course material as well as grading homework and exams. Course material covered MIPS assembly and an introduction to logic gates." + [[params.jobs.list]] position = "Repair Technician" dates = "February 2019 - April 2019" @@ -104,9 +109,14 @@ theme = "sada" icon = "fa-project-diagram" title = "Projects" + [[params.projects.list]] + title = "Homebrew Operating system" + url = "https://gitlab.com/shockrah/jankos" + description = "x86 based operating system written from scratch using C, x86 assembly, and built with GNU Make." + [[params.projects.list]] title = "Personal Blog" - url = "https://gitlab.com/shockrahwow/shockrah-city" + url = "https://gitlab.com/shockrah/shockrah-city" description = "Personal blog built automatically built through shell scripts and markdown." [[params.projects.list]] @@ -129,9 +139,9 @@ theme = "sada" skillrating = "98" [[params.skills.list]] - skill = "Continuous Integration/ Continuous Deployment with Gitlab" + skill = "Continuous Integration/ Continuous Deployment with Gitlab and Docker" skillrating = "85" [[params.skills.list]] - skill = "Linux" - skillrating = "95" + skill = "Linux configuration and development" + skillrating = "95" \ No newline at end of file