From 5240dd99816fe7607d7616f3ff29add66fabe2ee Mon Sep 17 00:00:00 2001 From: shockrah Date: Fri, 8 Aug 2025 08:37:22 -0700 Subject: [PATCH] Adding company icons and emotes for sub-section headers --- content/experience/amazon.md | 1 + content/experience/capstone.md | 1 + content/experience/cmg.md | 21 +++++++------------ content/experience/csumb.md | 1 + content/experience/ssnc.md | 1 + static/images/amazon.png | 3 +++ static/images/cmg.png | 3 +++ static/images/monterey.png | 3 +++ static/images/ssnc.png | 3 +++ .../resume/layouts/partials/experience.html | 9 ++++---- themes/resume/static/css/style.css | 6 ++++++ 11 files changed, 34 insertions(+), 18 deletions(-) create mode 100644 static/images/amazon.png create mode 100644 static/images/cmg.png create mode 100644 static/images/monterey.png create mode 100644 static/images/ssnc.png diff --git a/content/experience/amazon.md b/content/experience/amazon.md index 877bc1d..7d7ee32 100644 --- a/content/experience/amazon.md +++ b/content/experience/amazon.md @@ -1,5 +1,6 @@ --- company: Amazon +icon: amazon.png when: May 2020 - Dec 2020 title: Fullfilment Associate rank: -1 diff --git a/content/experience/capstone.md b/content/experience/capstone.md index d2b00fb..774fc60 100644 --- a/content/experience/capstone.md +++ b/content/experience/capstone.md @@ -1,5 +1,6 @@ --- company: California State University Monterey Bay +icon: monterey.png when: Sep 2019 - Dec 2019 title: Capstone Project Lead rank: 1 diff --git a/content/experience/cmg.md b/content/experience/cmg.md index 3142179..8e66c85 100644 --- a/content/experience/cmg.md +++ b/content/experience/cmg.md @@ -1,26 +1,21 @@ --- company: Career Mentor Group +icon: cmg.png when: May 2021 - January 2022 title: Devops Consultant rank: -3 --- -Led a project to develop fully automated infrastructure deployment pipeline -alongside a DevSecOps pipeline leveraging tools such as Nessus and OpenRMF to -achieve DoD network security compliance on an AWS VPC. - -Integrated web scrapers with automated CI/CD data analysis -pipelines contributing thousands of data points to a much -larger dataset. Designed and built cloud infrastructure leveraging automation tools -including: +**:page_with_curl: Responsibilities** -* **Python & Pandas** for helping build and analyze the dataset constructed -* **Terraform** for constructing components of the infrastructure +* Deployed GitOps deployment pipeline to automate AWS infrastructure development +* Automated DevSecOps workflow in Windows and Linux environments to meet DoD network security compliance guidelines +* Populated data warehouse using custom web scrapers through automated CI/CD data ingestion pipeline -* **Ansible** to keep applications and services properly maintained +**:toolbox: Tools** -* **Gitlab CI/CD** for application building, testing, and deployment +* `Python with Pandas, Terraform, Ansible, Gitlab CI/CD, Windows Domain Server, Selenium, Gitlab` -_Started as intern as Critical Design Associates(sister company) before +**:grey_exclamation:** _Started as intern as Critical Design Associates(sister company) before moving into this role._ diff --git a/content/experience/csumb.md b/content/experience/csumb.md index e3a2156..c3f4dec 100644 --- a/content/experience/csumb.md +++ b/content/experience/csumb.md @@ -1,5 +1,6 @@ --- title: Computer Architecture Teaching Assistant +icon: monterey.png company: CSU Monterey Bay when: Oct 2019 - Dec 2019 rank: 0 diff --git a/content/experience/ssnc.md b/content/experience/ssnc.md index 63d0eb5..115151d 100644 --- a/content/experience/ssnc.md +++ b/content/experience/ssnc.md @@ -2,6 +2,7 @@ company: SSNC when: April 2022 - Current title: Site Reliability Engineer +icon: ssnc.png rank: -4 --- diff --git a/static/images/amazon.png b/static/images/amazon.png new file mode 100644 index 0000000..44fd01d --- /dev/null +++ b/static/images/amazon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3434649d93276666743bb78b5b067a940eca36187b1376b1f206787640000b +size 109913 diff --git a/static/images/cmg.png b/static/images/cmg.png new file mode 100644 index 0000000..8d467fd --- /dev/null +++ b/static/images/cmg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06193eff4259f12f11eeb165579049a26c1899d2da8def7383f7538289f6b6a +size 5383 diff --git a/static/images/monterey.png b/static/images/monterey.png new file mode 100644 index 0000000..24e90b6 --- /dev/null +++ b/static/images/monterey.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9c6a32ee2a45b92a7763df459d2239e2f67c3e99993506f4b1a74879c1a44d +size 62007 diff --git a/static/images/ssnc.png b/static/images/ssnc.png new file mode 100644 index 0000000..9b48ac5 --- /dev/null +++ b/static/images/ssnc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ba6d22916fb1aa08cc243c94b063b15801fd23b15f6c0e90135c04efe8cb5e +size 664 diff --git a/themes/resume/layouts/partials/experience.html b/themes/resume/layouts/partials/experience.html index b71b407..c83c8b0 100644 --- a/themes/resume/layouts/partials/experience.html +++ b/themes/resume/layouts/partials/experience.html @@ -4,11 +4,10 @@