Last active
November 4, 2023 09:42
-
-
Save stewartduffy/1b0a9759dfba523807514af7d11df6ca to your computer and use it in GitHub Desktop.
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
{ | |
"jobs": [ | |
{ | |
"name": "Westpac", | |
"link": "https://www.westpac.co.nz/", | |
"city": "Auckland, NZ", | |
"startDate": "December 2020", | |
"endDate": "Present" | |
}, | |
{ | |
"name": "WhereScape", | |
"link": "https://www.wherescape.com", | |
"city": "Auckland, NZ", | |
"startDate": "September 2016", | |
"endDate": "Present" | |
}, | |
{ | |
"name": "Mighway", | |
"link": "https://www.mighway.com", | |
"city": "Auckland, NZ", | |
"startDate": "September 2015", | |
"endDate": "August 2016" | |
}, | |
{ | |
"name": "Spark Ventures", | |
"link": "http://www.sparkventures.co.nz", | |
"city": "Auckland, NZ", | |
"startDate": "March 2015", | |
"endDate": "September 2015" | |
}, | |
{ | |
"name": "ELGIN", | |
"link": "http://www.elgin.org.uk", | |
"city": "London, UK", | |
"startDate": "Jul 2012", | |
"endDate": "March 2015" | |
}, | |
{ | |
"name": "Brandwidth", | |
"link": "http://brandwidthgroup.com", | |
"city": "Windsor, UK", | |
"startDate": "June 2012", | |
"endDate": "July 2012" | |
}, | |
{ | |
"name": "Isobar Mobile", | |
"link": "http://www.isobar.com/uk/home", | |
"city": "London, UK", | |
"startDate": "March 2012", | |
"endDate": "June 2012" | |
}, | |
{ | |
"name": "Born Digital", | |
"link": "http://www.borndigital.co.nz", | |
"city": "Auckland, NZ", | |
"startDate": "September 2011", | |
"endDate": "January 2012" | |
}, | |
{ | |
"name": "andsome", | |
"link": "http://www.andsomeideas.com", | |
"city": "Auckland, NZ", | |
"startDate": "November 2010", | |
"endDate": "September 2011" | |
}, | |
{ | |
"name": "Media Design School", | |
"link": "http://mediadesignschool.com", | |
"city": "Auckland, NZ", | |
"startDate": "April 2010", | |
"endDate": "November 2010" | |
}, | |
{ | |
"name": "Jagged Media Ltd", | |
"link": "", | |
"city": "Auckland, NZ", | |
"startDate": "June 2009", | |
"endDate": "November 2010" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment