-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
191 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "CV" | ||
draft: false | ||
--- | ||
|
||
## Experience | ||
|
||
{{< json-resume "work" >}} | ||
|
||
## Education | ||
|
||
{{< json-resume "education" >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
{ | ||
"basics": { | ||
"name": "Nils Fürniß", | ||
"_label": "Programmer", | ||
"image": "", | ||
"email": "[email protected]", | ||
"phone": "+49 1590 1993664", | ||
"url": "https://en.nalsai.de", | ||
"summary": "A summary of John Doe…", | ||
"location": { | ||
"address": "Waldstr. 47a", | ||
"postalCode": "76351", | ||
"city": "Linkenheim-Hochstetten", | ||
"countryCode": "DE", | ||
"_region": "California" | ||
}, | ||
"profiles": [ | ||
{ | ||
"network": "Twitter", | ||
"username": "NilsIV", | ||
"url": "https://twitter.com/NilsIV" | ||
} | ||
] | ||
}, | ||
"_work": [ | ||
{ | ||
"name": "Company", | ||
"_position": "President", | ||
"position": "Software Engineering Intern", | ||
"url": "https://company.com", | ||
"startDate": "2013-01-01", | ||
"endDate": "2014-01-01", | ||
"summary": "Description…", | ||
"highlights": ["Started the company"] | ||
} | ||
], | ||
"_volunteer": [ | ||
{ | ||
"organization": "Organization", | ||
"position": "Volunteer", | ||
"url": "https://organization.com/", | ||
"startDate": "2012-01-01", | ||
"endDate": "2013-01-01", | ||
"summary": "Description…", | ||
"highlights": ["Awarded 'Volunteer of the Month'"] | ||
} | ||
], | ||
"education": [ | ||
{ | ||
"institution": " Grundschule Hochstetten", | ||
"_url": "https://uni-heidelberg.de/", | ||
"_area": "Software Development", | ||
"_studyType": "Bachelor", | ||
"startDate": "2011-01-01", | ||
"endDate": "2013-01-01" | ||
}, | ||
{ | ||
"institution": "Bismarck Gymnasium Karlsruhe", | ||
"url": "https://bismarck-gymnasium.de/", | ||
"_area": "Software Development", | ||
"_studyType": "Bachelor", | ||
"startDate": "2011-01-01", | ||
"endDate": "2013-01-01", | ||
"_score": "4.0", | ||
"_courses": ["DB1101 - Basic SQL"] | ||
}, | ||
{ | ||
"institution": "Heidelberg University", | ||
"url": "https://uni-heidelberg.de/", | ||
"area": "Software Development", | ||
"studyType": "Bachelor", | ||
"startDate": "2011-01-01", | ||
"endDate": "2013-01-01", | ||
"_score": "4.0", | ||
"_courses": ["DB1101 - Basic SQL"] | ||
} | ||
], | ||
"_awards": [ | ||
{ | ||
"title": "Award", | ||
"date": "2014-11-01", | ||
"awarder": "Company", | ||
"summary": "There is no spoon." | ||
} | ||
], | ||
"_certificates": [ | ||
{ | ||
"name": "Certificate", | ||
"date": "2021-11-07", | ||
"issuer": "Company", | ||
"url": "https://certificate.com" | ||
} | ||
], | ||
"_publications": [ | ||
{ | ||
"name": "Publication", | ||
"publisher": "Company", | ||
"releaseDate": "2014-10-01", | ||
"url": "https://publication.com", | ||
"summary": "Description…" | ||
} | ||
], | ||
"skills": [ | ||
{ | ||
"name": "Web Development", | ||
"level": "Master", | ||
"keywords": ["HTML", "CSS", "JavaScript"] | ||
} | ||
], | ||
"languages": [ | ||
{ | ||
"language": "English", | ||
"fluency": "Native speaker" | ||
} | ||
], | ||
"interests": [ | ||
{ | ||
"name": "Wildlife", | ||
"keywords": ["Ferrets", "Unicorns"] | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"name": "Jane Doe", | ||
"reference": "Reference…" | ||
} | ||
], | ||
"_projects": [ | ||
{ | ||
"name": "Project", | ||
"description": "Description…", | ||
"highlights": ["Won award at AIHacks 2016"], | ||
"keywords": ["HTML"], | ||
"startDate": "2019-01-01", | ||
"endDate": "2021-01-01", | ||
"url": "https://project.com/", | ||
"roles": ["Team Lead"], | ||
"entity": "Entity", | ||
"type": "application" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 h1:SmpwwN3DNzJWbV+IT8gaFu07ENUFpCvKou5BHYUKuVs= | ||
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200/go.mod h1:kx8MBj9T7SFR8ZClWvKZPmmUxBaltkoXvnWlZZcSnYA= | ||
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000/go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI= | ||
github.com/schnerring/hugo-mod-json-resume v0.0.0-20240610082311-1bde983b0d69 h1:rcz71tCkLGFfGhvrhJpAvUsQUGAZskwG8jRo7GVAlO0= | ||
github.com/schnerring/hugo-mod-json-resume v0.0.0-20240610082311-1bde983b0d69/go.mod h1:D68h0Xyl67ycYkrKj9c1vSSZpfJVQOE+lRXH8i+T5rM= | ||
github.com/schnerring/hugo-mod-json-resume v0.0.0-20240623004521-a9cf7a83b279 h1:fkyzK9MUltWsCQ5ipK0K8Bh0caSlvcPOsLSd/y6DT3U= | ||
github.com/schnerring/hugo-mod-json-resume v0.0.0-20240623004521-a9cf7a83b279/go.mod h1:D68h0Xyl67ycYkrKj9c1vSSZpfJVQOE+lRXH8i+T5rM= | ||
github.com/twbs/bootstrap v5.3.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters