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:
commit
74d62df149
@ -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
|
||||||
|
@ -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."
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user