1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-06-16 09:26:40 +00:00

Merge branch 'json' into 'master'

switch to jsonresume

See merge request MisterBiggs/Resume!2
This commit is contained in:
Anson Biggs 2020-03-25 05:17:07 +00:00
commit 74d62df149
2 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,8 @@ image: node
pages:
stage: deploy
script:
- npm install -g resume-cli
- npm install resume-cli
- npm install jsonresume-theme-onepage
- resume export index.html --theme onepage
- mkdir .public
- cp -r ./site/* .public

View File

@ -28,8 +28,8 @@
{
"company": "The Hub",
"position": "Team Leader",
"startDate": "2012",
"endDate": "2019",
"startDate": "2012-01-01",
"endDate": "2019-01-01",
"summary": "Managed a team of kitchen and serving staff.",
"highlights": [
"Ensured product quality according to customer specifications.",
@ -38,8 +38,7 @@
},
{
"company": "Redline Racing Division",
"startDate": "2019",
"endDate": "Present",
"startDate": "2019-01-01",
"position": "Business Lead",
"summary": "",
"highlights": [
@ -64,7 +63,7 @@
"awards": [
{
"title": "Top 50 | Tegra® K1 CUDA® Vision Challenge",
"date": "2015",
"date": "2015-09-01",
"awarder": "NVIDIA",
"summary": "Competition which involved building a computer vision platform using a small dev board from NVIDIA which had a built in GPU."
}