Adding company icons and emotes for sub-section headers
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 6s
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 6s
This commit is contained in:
parent
bb2af24817
commit
5240dd9981
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
company: Amazon
|
company: Amazon
|
||||||
|
icon: amazon.png
|
||||||
when: May 2020 - Dec 2020
|
when: May 2020 - Dec 2020
|
||||||
title: Fullfilment Associate
|
title: Fullfilment Associate
|
||||||
rank: -1
|
rank: -1
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
company: California State University Monterey Bay
|
company: California State University Monterey Bay
|
||||||
|
icon: monterey.png
|
||||||
when: Sep 2019 - Dec 2019
|
when: Sep 2019 - Dec 2019
|
||||||
title: Capstone Project Lead
|
title: Capstone Project Lead
|
||||||
rank: 1
|
rank: 1
|
||||||
|
@ -1,26 +1,21 @@
|
|||||||
---
|
---
|
||||||
company: Career Mentor Group
|
company: Career Mentor Group
|
||||||
|
icon: cmg.png
|
||||||
when: May 2021 - January 2022
|
when: May 2021 - January 2022
|
||||||
title: Devops Consultant
|
title: Devops Consultant
|
||||||
rank: -3
|
rank: -3
|
||||||
---
|
---
|
||||||
|
|
||||||
Led a project to develop fully automated infrastructure deployment pipeline
|
**:page_with_curl: Responsibilities**
|
||||||
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:
|
|
||||||
|
|
||||||
* **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._
|
moving into this role._
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Computer Architecture Teaching Assistant
|
title: Computer Architecture Teaching Assistant
|
||||||
|
icon: monterey.png
|
||||||
company: CSU Monterey Bay
|
company: CSU Monterey Bay
|
||||||
when: Oct 2019 - Dec 2019
|
when: Oct 2019 - Dec 2019
|
||||||
rank: 0
|
rank: 0
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
company: SSNC
|
company: SSNC
|
||||||
when: April 2022 - Current
|
when: April 2022 - Current
|
||||||
title: Site Reliability Engineer
|
title: Site Reliability Engineer
|
||||||
|
icon: ssnc.png
|
||||||
rank: -4
|
rank: -4
|
||||||
---
|
---
|
||||||
|
|
||||||
|
BIN
static/images/amazon.png
(Stored with Git LFS)
Normal file
BIN
static/images/amazon.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
static/images/cmg.png
(Stored with Git LFS)
Normal file
BIN
static/images/cmg.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
static/images/monterey.png
(Stored with Git LFS)
Normal file
BIN
static/images/monterey.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
static/images/ssnc.png
(Stored with Git LFS)
Normal file
BIN
static/images/ssnc.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -4,11 +4,10 @@
|
|||||||
<ul class="timeline">
|
<ul class="timeline">
|
||||||
{{ range (.Paginate (.Pages.ByParam "rank")).Pages }}
|
{{ range (.Paginate (.Pages.ByParam "rank")).Pages }}
|
||||||
<li>
|
<li>
|
||||||
<a>
|
<img src="/images/{{ .Params.Icon }}" class="company-icon">
|
||||||
<strong class="bigger">{{.Title}}</strong>
|
<strong class="bigger">{{.Title}}</strong>
|
||||||
<em class="text-muted">@</em>
|
<em class="text-muted">@</em>
|
||||||
<a class="bigger">{{.Params.Company}}</a>
|
<a class="bigger">{{.Params.Company}}</a>
|
||||||
</a>
|
|
||||||
<p class="badge badge-dark float-right media-float">{{.Params.When}}</p>
|
<p class="badge badge-dark float-right media-float">{{.Params.When}}</p>
|
||||||
<p>{{.Content}}</p>
|
<p>{{.Content}}</p>
|
||||||
</li>
|
</li>
|
||||||
|
@ -12,6 +12,12 @@ html {
|
|||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.company-icon {
|
||||||
|
height: 48px;
|
||||||
|
width: 48px;
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user