* Fixing typos and mislabelings
This commit is contained in:
parent
60c37eabc7
commit
294436f0c2
@ -14,7 +14,6 @@ build:
|
|||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- master
|
- master
|
||||||
when: manual
|
|
||||||
script:
|
script:
|
||||||
- hugo
|
- hugo
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
institution: California State University Monterey Bay
|
institution: California State University Monterey Bay
|
||||||
when: Dec 2019
|
when: Graduated Dec 2019
|
||||||
degree: Bachelor's
|
degree: Bachelor's
|
||||||
rank: -1
|
rank: 5
|
||||||
---
|
---
|
||||||
|
7
content/education/sec.md
Normal file
7
content/education/sec.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
institution: CompTIA Security+ Certified
|
||||||
|
when: Acheived July 2021
|
||||||
|
degree: Certification
|
||||||
|
rank: 4
|
||||||
|
---
|
||||||
|
|
8
content/education/splunk.md
Normal file
8
content/education/splunk.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
institution: Splunk Core User Certified
|
||||||
|
when: Acheived August 2021
|
||||||
|
degree: Certification
|
||||||
|
rank: 3
|
||||||
|
---
|
||||||
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
company: Amazon
|
company: Amazon
|
||||||
when: May 2020 - October 2020
|
when: May 2020 - Dec 2020
|
||||||
title: Fullfilment Associate
|
title: Fullfilment Associate
|
||||||
rank: -1
|
rank: -1
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
company: Amazon
|
company: California State University Monterey Bay
|
||||||
when: May 2020 - October 2020
|
when: Sep 2019 - Dec 2019
|
||||||
title: Fullfilment Associate
|
title: Capstone Project Lead
|
||||||
rank: 1
|
rank: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<h1 class="section-header" id="education">{{.Title}}</h1>
|
<h1 class="section-header" id="education">{{.Title}}</h1>
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<ul>
|
<ul>
|
||||||
{{ range .Pages }}
|
{{ range (.Paginate (.Pages.ByParam "rank")).Pages }}
|
||||||
<li style="list-style-type: none;">
|
<li style="list-style-type: none;">
|
||||||
<a><strong class="bigger">{{.Params.Institution}}</strong></a>
|
<a><strong class="bigger">{{.Params.Institution}}</strong></a>
|
||||||
{{ if .Params.Degree }}
|
{{ if .Params.Degree }}
|
||||||
|
Loading…
Reference in New Issue
Block a user