Skip to content

Commit

Permalink
Add list of organizations I've volunteered at
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaei committed Oct 2, 2019
1 parent bb3f2af commit 1c3a256
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions nicolas/cv.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,28 @@
"Period": "2016 - 2017"},
]

volunteering = [
{"Organization": "Øya IT",
"Position": "Godtfolk",
"period": "2017 - present"},

{"Organization": "dagen@ifi",
"Position": "Teknisk Ansvarlig",
"period": "2016 - 2019"},

{"Organization": "Cybernetisk Selskab",
"Position": "Nestleder",
"period": "2018-2019"},

{"Organization": "Cybernetisk Selskab",
"Position": "Teknisk Ansvarlig",
"period": "2015 - 2017"},

{"Organization": "Fadderstyret ved Ifi",
"Position": "Nestleder",
"period": "2017-2018"},
]

education = [
{"University": "UiO",
"Type": "M.Sc.",
Expand Down

0 comments on commit 1c3a256

Please sign in to comment.