1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-06-16 17:36: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: pages:
stage: deploy stage: deploy
script: script:
- npm install -g resume-cli - npm install resume-cli
- npm install jsonresume-theme-onepage
- resume export index.html --theme onepage - resume export index.html --theme onepage
- mkdir .public - mkdir .public
- cp -r ./site/* .public - cp -r ./site/* .public

View File

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