Skip to content

Instantly share code, notes, and snippets.

View Wolfr's full-sized avatar

Wolfr Wolfr

View GitHub Profile
> canvas@1.0.2 install /Users/noone/Sites/happy-plan/node_modules/celeri/node_modules/beanpoll/node_modules/ebnf-diagram/node_modules/canvas
> node-gyp rebuild
Package cairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo' found
gyp: Call to './util/has_cairo_freetype.sh' returned exit status 0. while trying to load binding.gyp
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
1. They make the creative tools I use: Photoshop &
Illustrator. These tools allow me to create the designs I
want to.
2. The competition is lightyears behind in features &
performance. Don't even come close in shortcuts and workflow.
Try opening a file with 30 iPhone screens in Sketch - it will
be laggy on a rMBP.
/*
Grid using Susy
*/
// Susy default grid values
$total-columns : 6;
$column-width : 140px;
$gutter-width : 20px;
$grid-padding : 20px;
$container-style: magic;
@Wolfr
Wolfr / gist:5788239
Created June 15, 2013 13:59
Multiple container styles susy
/*
Grid using Susy
*/
// Susy default grid values
$total-columns : 6;
$column-width : 140px;
$gutter-width : 20px;
$grid-padding : 20px;
@Wolfr
Wolfr / gist:5926144
Last active December 19, 2015 08:29
How to get sub items from an array in Liquid?
JSON:
case studies: [
[ "Nubaru",
["Nubaru Yearly Report", "Web design", "2013", "/case-studies/Nubaru.html", "/images/case-studies/Nubaru.png"]
],
[ "Ekande",
["Ekande application", "Web application design", "2013", "/case-studies/Ekande.html", "/images/case-studies/Ekande.png"]
]
]
Visual designer
Graphic designer --> related to visual
Interior designer --> related to architect
Motion designer
3D designer --> related to motion
UX designer/interaction designer
Close but not designer
@Wolfr
Wolfr / opleiding-webdesign
Created August 11, 2013 17:00
Opleiding webdesign
Re: http://v2.wolfslittlestore.be/2009/04/opleiding-webdesign/
Hoe is de situatie nu in 2013?
@Wolfr
Wolfr / opleiding-webdesign
Created August 11, 2013 17:00
Opleiding webdesign
Re: http://v2.wolfslittlestore.be/2009/04/opleiding-webdesign/
Hoe is de situatie nu in 2013?
@Wolfr
Wolfr / dear-intern.md
Last active December 21, 2015 12:18
Dear intern

Dear student,

when I was 18 I was given an incredible chance. I got to intern 2 months at a company called Netlash in Ghent.

This company was booming at that time and I was just a guy interested in web design with no degree whatsoever.

I worked there for 2 months and learned more than I could imagine. I had 2 bosses: Dirk and Bart. Dirk taught me everything about visual design. Bart taught me about business. I learned the designer's side of web development from the developers.

After I left the internship, Bart called me with an offer to work full time for them. I was happy and did so for 4,5 years.

// Background and text colors (neutral)
$very-light-color: #fff !default;
$very-subtle-color: #f5f5f5 !default;
$subtle-color: #DDD !default;
$light-medium-color: #D7C9D6 !default;
$light-color: lighten($light-medium-color, 10%) !default;
$muted-color: #998197 !default;
$medium-color: #3e3744 !default; // rather dark
$dark-color: #3F2B3F !default;