Skip to content

Instantly share code, notes, and snippets.

@lolmaus
Created November 15, 2013 20:27
Show Gist options
  • Save lolmaus/7491016 to your computer and use it in GitHub Desktop.
Save lolmaus/7491016 to your computer and use it in GitHub Desktop.
.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