var audio_projects = [
  {
    css: 'the_empty_spaces',
    name: 'The Empty Spaces - Mat Shoare',
    url: 'http://matshoare.bigcartel.com/',
    date: '2010',
    roles: [['M', 'Musician']],
    image: "images/portfolio/the_empty_spaces.jpg",
    description: "<p>Played drums and percussion on the whole record and helped in the studio during tracking.</p>"
  },
  
  {
    css: 'trip',
    name: 'Trust... - Everyday/Everynight',
    url: 'http://myspace.com/everydayeverynightband',
    date: '2010',
    roles: [['TE', 'Tracking Engineer'], ['ME', 'Mix Engineer'], ['M', 'Musician'], ['P', 'Producer']],
    image: "images/portfolio/trust.jpg",
    description: "<p>A majority was recorded in a weekend. The entire project was done at the band's house.</p>"
  },

  {
    css: 'twenty_two',
    name: 'Twenty Two - Doby Watson',
    url: 'http://www.orchidcollective.com/catalog/ocr011/',
    date: '2009',
    roles: [['TE', 'Tracking Engineer'], ['ME', 'Mix Engineer'], ['M', 'Musician']],
    image: "images/portfolio/twenty_two.jpg",
    description: '<p>Recorded live at home. I sang background vocals on tracks 1 and 6.</p>'
  },
  
  {
    css: 'lila_rasa',
    name: 'Lila Rasa - Matt Dill',
    url: 'http://www.myspace.com/mattdill',
    date: '2009',
    roles: [['ME', 'Mix Engineer']],
    image: "images/portfolio/lila_rasa.jpg",
    description: '<p>Mixed and Mastered with Matt at home.</p>'
  },

  {
    css: 'five',
    name: '5 - The Sailor Sequence',
    url: 'http://thesailorsequence.com',
    date: '2009',
    roles: [['TE', 'Tracking Engineer']],
    image: "images/portfolio/5_art.jpg",
    description: '<p>Mainly drum tech/assistant tracking engineer.</p>'
  },
  {
    css: 'what_we_have_missed',
    name: 'What We Have Missed - Straight White Lines',
    url: 'http://www.myspace.com/thestraightwhitelines',
    date: '2009',
    roles: [['TE', 'Tracking Engineer'], ['ME', 'Mix Engineer'], ['M', 'Musician']],
    image: "images/portfolio/what_we_have_missed.jpg",
    description: "<p>Recorded at <a href='http://thepunchrecording.com'>THE PUNCH</a>. I engineered and played bass.</p>"
  },  
  {
    css: 'moon_phases',
    name: 'Moon Phases - Everyday/Everynight',
    url: 'http://myspace.com/everydayeverynightband',
    date: '2009',
    roles: [['TE', 'Tracking Engineer'], ['ME', 'Mix Engineer'], ['M', 'Musician']],
    image: "images/portfolio/moon_phases.jpg",
    description: '<p>Tracked in a weekend at my house. I engineered and played bass.</p>'
  },
  {
    css: 'human_condition',
    name: 'The Human Condition - Ross Brown',
    url: 'http://rossisbrown.com',
    date: '2009',
    roles: [['TE', 'Tracking Engineer'], ['ME', 'Mix Engineer'], ['M', 'Musician'], ['P', 'Producer']],
    image: "images/portfolio/human_condition.jpg",
    description: '<p>My first full solo album. All music by me. Art by <a href="http://alanthebox.com">Alan Saunders</a></p>'    
  }
]

var web_projects = [
{
  css: 'winterfresh',
  name: 'Winterfresh Mint Style',
  url: 'http://www.haveamint.com/peppermill/other/101/winterfresh/',
  date: '2010',
  roles: [['D', 'Designer'], ['A', 'Art'], ['F', 'Front End Developer']],
  image: "images/portfolio/winterfresh.jpg",
  description: "<p>A style I developed for <a href='http://haveamint.com'>Mint</a>. Slick as snot.</p>"
},

{
  css: 'whyisrossbrown',
  name: 'Why is Ross Brown?',
  url: 'http://whyisrossbrown.com',
  date: '2010',
  roles: [['D', 'Designer'], ['A', 'Art'], ['F', 'Front End Developer']],
  image: "images/portfolio/whyisrossbrown.jpg",
  description: "<p>You're on this site currently. That's like looking at a picture of someone holding that same picture.</p>"
},
  {
    css: 'ruby_midwest',
    name: 'Ruby Midwest 2010',
    url: 'http://rubymidwest.com',
    date: '2010',
    roles: [['D', 'Designer'], ['A', 'Art'], ['F', 'Front End Developer']],
    image: "images/portfolio/ruby_midwest.png",
    description: "<p>A compact site for the 2010 Ruby Midwest conference. The site design, most contruction, and branding are my handiwork.</p>"
  },

  {
    css: 'signal_chains',
    name: 'Signal Chains',
    url: 'http://signalchains.com',
    date: '2010',
    roles: [['D', 'Designer'], ['A', 'Art'], ['F', 'Front End Developer']],
    image: "images/portfolio/signal_chains.jpg",
    description: "<p>A gear and audio sample site that stemmed from an idea of mine. I am responsible for all art, design, and front-end development.</p>"
    
  },
  {
    css: 'relatively_early',
    name: 'Relatively Early Development',
    url: 'http://relativelyearly.com',
    date: '2009',
    roles: [['D', 'Designer'], ['A', 'Art'], ['F', 'Front End Developer']],
    image: "images/portfolio/relatively_early.png",
    description: "<p>A website for the web development company <a href='http://guitsaru.com'>Matt Pruitt</a> and I own and operate. I am responsible for all design, art, and front-end development. Branding by <a href='http://myassociatecornelius.com'>A. Micah Smith</a>.</p>"
  },
  {
    css: 'rossisbrown',
    name: 'rossisbrown.com',
    url: 'http://rossisbrown.com',
    date: '2009',
    roles: [['D', 'Designer'], ['A', 'Art'], ['F', 'Front End Developer']],
    image: "images/portfolio/rossisbrown.png",
    description: "<p>A <a href='http://chyrp.net'>Chyrp</a>-based blog with a custom theme. A place for me to ramble.</p>"
  },  
]
