I hereby claim:
- I am guidobouman on github.
- I am guidobouman (https://keybase.io/guidobouman) on keybase.
- I have a public key ASD3yzM2K1zw4DOwLYqkNiffb-YSzTF8ETcycBYiEdJ5lwo
To claim this, I am signing this object:
| // Chekkerboard css | |
| #overview | |
| max-width : 1000px | |
| .item | |
| width : 50% | |
| background : white | |
| /** | |
| * Centered dynamic text. | |
| */ | |
| @import url(http://fonts.googleapis.com/css?family=Lato:100); | |
| html { | |
| height: 100%; | |
| } |
| // Use like: <textarea fluid-textarea rows="1"></textarea> | |
| angular.module('q42.fluidTextarea', []) | |
| .directive('fluidTextarea', function($timeout) { | |
| return { | |
| restrict: 'A', | |
| link: function(scope, element, attrs) { | |
| element.css({ | |
| resize: 'none' |
I hereby claim:
To claim this, I am signing this object:
| module.exports = { | |
| root: true, | |
| parser: 'babel-eslint', | |
| parserOptions: { | |
| sourceType: 'module' | |
| }, | |
| extends: 'airbnb-base', | |
| // required to lint *.vue files | |
| plugins: [ | |
| 'html' |
| <template> | |
| <div id="app" @touchmove.prevent> | |
| <header-bar></header-bar> | |
| <main @touchmove="enforceScroll"> | |
| <router-view></router-view> | |
| </main> | |
| <footer-bar></footer-bar> | |
| </div> | |
| </template> |
| :root { | |
| --brand-color: #ff6600; | |
| } | |
| .header { | |
| color: var(--brand-color); | |
| } |
| :root { | |
| --gutter: 10px; | |
| } | |
| @media (min-width: 600px) { | |
| :root { | |
| --gutter: 20px; | |
| } | |
| } |
| Quiz | |
| Intro screen | |
| button click -> Question remaining? | |
| Question remaining? | |
| next question is order? -> Question - Order | |
| next question is choose one? -> Question - Choose one | |
| no next question? -> Finish | |
| Question - Order |
| { | |
| "basics": { | |
| "name": "Guido Bouman", | |
| "label": "Interaction engineer & team lead", | |
| "picture": "https://gravatar.com/avatar/fba9d4458f2ea802c5a426e4615da0c7?size=500", | |
| "email": "[email protected]", | |
| "phone": "+31642945687", | |
| "website": "https://guido.vc/", | |
| "summary": "Lead interaction engineer crafting simple, elegant & intuitive solutions to complex problems. Specialties: concept realisation & front-end web development. I help out clients with new concepts, interactions, architecture setup & performance optimisation. From there, I help internal teams take the lead and make their product a success. Some of the stacks that I'm familiar with: Vue.js & React on top of .NET Core, NodeJS & Firebase. Preferably with Webpack, Jest & TypeScript where feasible. Previously I’ve scaled back-ends beyond 1 million active monthly users. Nowadays I prefer creating highly effective and happy teams.", | |
| "location": { |