From f7db96de8d5a433bcf24349a2f4e5e32f014814f Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Fri, 17 Jan 2020 12:04:46 -0800 Subject: Sure do love being employed --- src/pages/about.js | 11 +++++------ src/pages/work.js | 11 +++++++++-- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/pages/about.js b/src/pages/about.js index af07de0..fcc91f1 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -25,11 +25,10 @@ export const skills = [ ] export const tools = [ - `Languages: Expert in TypeScript/JavaScript, fluent in C, working knowledge of Python and Shell`, - 'Frontend: React, Angular, Ionic, RxJS, Redux', - 'Infrastructure: Node, Firebase, Google Cloud (Cloud Functions, Pubsub, Stackdriver)', - 'Embedded: Linux, Legato, Yocto, AirVantage', - 'Automation: TSLint, ESLint, Prettier, clang-format' + `TypeScript/JavaScript`, + `Ruby`, + `Rails`, + `Shell (I use zsh)` ] const aboutLists = [ @@ -69,7 +68,7 @@ const aboutLists = [ ), listItems: [ - `Learn more languages. I love deriving influence from all languages. In particular, I'm interested in Ruby, + `Learn more languages. I love deriving influence from all languages. In particular, I'm interested in Rust, Smalltalk, ReasonML, and Elixir.`, `Write a driver using the Linux framebuffer API. Although I never want to specialize in operating systems, learning about them is fascinating and diff --git a/src/pages/work.js b/src/pages/work.js index 95695b2..99a54ca 100644 --- a/src/pages/work.js +++ b/src/pages/work.js @@ -10,13 +10,20 @@ import brnklProduct from '../images/brnkl-product.jpg' import raos from '../images/raos.jpg' export const workHistory = [ + { + name: 'Software Developer 💎🐧', + brief: 'Super Good Software', + date: 'Jan 2020 - Present', + url: 'https://supergood.software/', + desc: `Hooray! The people here are very kind and so is the software!` + }, { name: 'Software Developer, Contract', brief: 'Super Good Software', - date: 'May 2019 - present', + date: 'May 2019 - Dec 2019', url: 'https://supergood.software/', desc: `SUPER GOOD is a software development agency specializing in Ruby on Rails, Spree/Solidus, eCommerce, - and React. We have been working together to launch an exciting Rails based app. More details soon` + and React. We have been working together to launch a new Rails app!` }, { name: 'Lead Software Developer', -- cgit v1.2.3