diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-07 16:33:36 -0800 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-07 16:33:36 -0800 |
commit | be4c0f602a772cf8aad1db072b2361a2a888d91e (patch) | |
tree | ba2b43157409a9b61d166d950a4dc2c7a2dd0846 /src/pages/work.js | |
parent | 6b82b24a8ad1e390c7b6e7338138582391ceff50 (diff) |
Cleanup content
Diffstat (limited to 'src/pages/work.js')
-rw-r--r-- | src/pages/work.js | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/pages/work.js b/src/pages/work.js index da042b8..9c390e2 100644 --- a/src/pages/work.js +++ b/src/pages/work.js @@ -5,7 +5,7 @@ import { Project } from '../components/project' const workHistory = [ { - name: 'Software Lead', + name: 'Lead Software Developer', brief: 'BRNKL by Barnacle Systems', date: 'Sept 2017 - Feb 2019', desc: '', @@ -16,18 +16,7 @@ const workHistory = [ name: 'Software Developer, Contract', brief: 'BRNKL by Barnacle Systems', date: 'Jul 2017 - Sept 2017', - desc: ( - <> - After leaving FTS, one of my colleagues shared some details about a side - project he was working on. His boat broke moorage earlier that year, so - he got to work building a product to remotely monitor and track boats. I - completed two 80 hour contracts for Barnacle Systems, each focused on - the app, with some work on the infrastructure and integration, but no - work on the hardware itself (i.e firmware). This time was sufficient to - deliver the complete set of features required for the minimum viable - product. - </> - ), + desc: <></>, imgUrl: '', url: '//brnkl.io' }, |