+ New job experience

+ Better education link support
* Swapped exp and projects section
This commit is contained in:
shockrah 2021-09-22 12:39:21 -07:00
parent f925a6a351
commit d21ddbdd3f
4 changed files with 28 additions and 13 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
hugo.exe
resources/
public/
public/
*.swp

View File

@ -40,6 +40,15 @@ theme = "sada"
dates = "Fall 2018 - Winter 2019"
grad = "yes"
[[params.education.list]]
degree = "CompTIA Security+ Certified"
college = "Verification code: 83JZR9SPWDV1Q6CS"
link = "https://www.certmetrics.com/comptia/public/verification.aspx/"
[[params.education.list]]
degree = "Splunk Core Certified User"
link = "https://www.credly.com/badges/709380cd-ac24-48a2-953d-803d63eaae96"
[[params.education.list]]
college = "Irvine Valley College"
dates = "Fall 2016 - Spring 2018"
@ -95,6 +104,16 @@ theme = "sada"
icon = "fa-briefcase"
title = "Experience"
[[params.jobs.list]]
position = "Devops/Fullstack Engineer"
dates = "August 2021 - Current"
details = "Helping build a new industry trend analyzer. Primarily working with Python, Gitlab CI/CD, AWS, and natural language processing frameworks like spacy."
[[params.jobs.list]]
position = "Devops Intern"
dates = "May 2021 - August 2021"
details = "Learned how to build and manage scalable applications with modern CI/CD pipelines. Developed application workflows with Terraform, AWS, Gitlab CI, and Python. Acheived CompTIA Security+ Certification and Splunk Certification. Finished internship with an offer to work at sister company Career Mentor Group."
[[params.jobs.list]]
position = "Amazon Fulfillment Associate"
dates = "May 2020 - December 2020"
@ -105,11 +124,6 @@ theme = "sada"
dates = "October 2019 - December 2019"
details = "Prepared students for exams and helped with assignments through consistent office hour scheduling and by providing ample feedback on assignments. Course material covered MIPS assembly , sequential and combinatorial logic, and an introduction to CPU design. Left because I was graduating that very semester that I worked."
[[params.jobs.list]]
position = "Repair Technician"
dates = "February 2019 - April 2019"
company = "Loaves, Fishes, & Computers Inc."
details = "Diagnosed and repaired issues with Windows laptops and desktops. All repairs required technical write-ups describing the process used in troubleshooting. I assisted customers whenever they had questions regarding repairs or troubleshooting other problems. Left because my semester ended and I had to move back to Orange County."
[[params.jobs.list]]
position = "Data Visualization Capstone Project"
@ -117,11 +131,6 @@ theme = "sada"
company = "CSU Monterey Bay"
details = "Created a data visualization tool set with specially designed visualization algorithms to better represent supercomputer resource usage. Worked with data from the U.S Naval Research Laboratory's compute clusters."
[[params.jobs.list]]
position = "Kitchen Staff"
dates = "July 2016 - August 2016"
company = "Edible Arrangements"
details = "Prepared fruit by washing, cutting, and decorating with various toppings.Other responsibilities also included: cleaning kitchen workstations, taking the trash out, washing essential kitchen equipment, maintaining the refrigerator clean as well."
# Projects section
[params.projects]

View File

@ -16,8 +16,8 @@
</div>
<div class="col-sm-8 text-white pt-3">
{{ partial "project.html" . }}
{{ partial "experience.html" . }}
{{ partial "project.html" . }}
{{ partial "skill.html" }}
</div>
</div>

View File

@ -12,5 +12,10 @@
</dt>
<dd class="mb-0 ml-3">{{ .college }}</dd>
<dd class="mb-0 ml-3">{{ .dates }}</dd>
{{ if ne .link nil }}
<dd class="mb-0 ml-3">
<a class="text-warning" href="{{.link}}">Link</a>
</dd>
{{ end }}
</dl>
{{ end }}
{{ end }}