diff options
author | Nick Van Doorn <nick@super.gd> | 2020-01-17 12:04:46 -0800 |
---|---|---|
committer | Nick Van Doorn <nick@super.gd> | 2020-01-17 12:07:05 -0800 |
commit | f7db96de8d5a433bcf24349a2f4e5e32f014814f (patch) | |
tree | 40cf9e538404347b9e9ccbc1e11a9bf0af32a320 /src | |
parent | d171e599ffd8e15bdcb9fb5bb7f3152d6581aae7 (diff) |
Diffstat (limited to 'src')
-rw-r--r-- | src/pages/about.js | 11 | ||||
-rw-r--r-- | 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 @@ -11,12 +11,19 @@ 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', |