Created
November 15, 2013 20:27
-
-
Save lolmaus/7491016 to your computer and use it in GitHub Desktop.
This file contains 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
.profilePage-column | |
%h1.profilePage-username Karisha Saraswati | |
= partial('partials/profile-fieldset', locals: { fieldset_short: true, | |
fieldset_fields: [ { name: 'Boston, MA, USA', | |
tag: 'Current', | |
highlighted: true }, | |
{ name: 'Krapkowice, Poland', | |
tag: 'Home' }]}) | |
= partial('partials/profile-fieldset', locals: { fieldset_name: 'Career', | |
fieldset_fields: [ { name: 'Junior Art Director', | |
elements: [ 'JWT Warsaw', | |
'July 2011 — May 2012'] }, | |
{ name: 'Writing Consultant', | |
elements: [ 'Ringling College of Art and Design', | |
'March 2013 — May 2014' ]}]}) | |
= partial('partials/profile-fieldset', locals: { fieldset_name: 'Education', | |
fieldset_fields: [ { name: 'MS Fluid Interfaces', | |
elements: [ 'MIT MEdia Lab', | |
'2014—2016'] }, | |
{ name: 'MFA Advertising design<br>MA Business of Art and Design', | |
elements: [ 'Ringling College of Art and Design', | |
'2010—2014' ]}]}) | |
.profilePage-column | |
%fieldset.profilePage-fieldset | |
.profilePage-fieldset-title Networking Interests | |
=partial('partials/search_tags') | |
= partial('partials/profile-fieldset', locals: { fieldset_name: 'Networks', | |
fieldset_networks: true, | |
fieldset_fields: [ { name: 'JWT' }, | |
{ name: 'Ringling' }, | |
{ name: 'UWC', | |
elements: [ 'Adriatic' ]}, | |
{ name: 'MIT', | |
elements: [ 'Media Lab' ]}]}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment