/* Developer:
Ossian Rajala */

let ossian = {
who: [ 'front-end developer', 'photographer' ],
pronouns: [ 'he', 'him', 'his' ],
location: 'Finland'
}

// For work samples...
const projects = {
code: [ 'Github', 'CSS art on CodePen' ],
photography: [ 'Instagram', 'Flickr' ]
}

// Where to find me?
const contact = [ 'LinkedIn', 'Twitter' ]