Created
February 5, 2015 00:16
-
-
Save pencilcheck/9b6a36765c77a0cdb515 to your computer and use it in GitHub Desktop.
sample job card format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
job_position: 'Visual Designer' | |
summary: 'Visual Designers weave iconography, typography, color, space and texture together to help our users successfully navigate our products.' | |
requirements: 'Create and and iterate on assets that reflect a brand, enforce a language, and inject beauty. Push creativity, challenge established thinking, and discover new ways of approaching a problem.' | |
salary_range: '80k-115k' | |
commitments: 'Full Time' | |
location: 'Mountain View, CA' | |
score: 89 | |
bounty_currency_symbol: '$' | |
bounty: '200' | |
bounty_humanized: '$200' | |
company: { | |
name: 'Facebook' | |
logo: { | |
url: 'http://parentsware.com/wp-content/uploads/2014/10/Facebook-logo.png' | |
} | |
} | |
skills_attributes: [ | |
{ | |
skill_level: 2 | |
years_of_experience: 2 | |
specialty_id: 123123 | |
specialty: { | |
name: 'Visual Design' | |
} | |
} | |
, | |
{ | |
skill_level: 2 | |
years_of_experience: 2 | |
specialty_id: 123123 | |
specialty: { | |
name: 'UI/UX Design' | |
} | |
} | |
, | |
{ | |
skill_level: 2 | |
years_of_experience: 1 | |
specialty_id: 123123 | |
specialty: { | |
name: 'Front End Dev' | |
} | |
} | |
] | |
responsibility_attributes: [ | |
{ | |
content: 'Experience collaborating with user researchers, content strategists, product managers, and engineers.' | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment