/**
 * identity.js
 * 
 * @author Edward Vermillion <evermillion@doggydoo.net>
 */

// One Wrong Move
Portfolio.addView('/images/portfolio/identity/onewrongmove.jpg', 
                  '<h1>One Wrong Move Logo</h1>' +
                  'A campaign by Texas Mutual Insurance Company to ' +
                  'ensure the safety of teen workers.');
BAH.addImage('/images/portfolio/identity/onewrongmove.jpg');

// TCSP
Portfolio.addView('/images/portfolio/identity/TCSP.jpg', 
                  '<h1>Texas College Savings Plan Logo</h1>' +
                  'The start of something big started off as a little ' +
                  'idea about growing...hopes for the future.');
BAH.addImage('/images/portfolio/identity/TCSP.jpg');

// Square Meals
Portfolio.addView('/images/portfolio/identity/squareMeals.jpg', 
                  '<h1>Department Of Agriculture: Nutrition Division</h1>' +
                  'Logo for a program that stresses the importance ' +
                  'of good food and nutrition.');
BAH.addImage('/images/portfolio/identity/squareMeals.jpg');

// Boswell Sisters
Portfolio.addView('/images/portfolio/identity/boswell.jpg', 
                  '<h1>Boswell Sisters Logo</h1>' +
                  'To commemorate three of America&rsquo;s first ' +
                  'jazz recording artists.');
BAH.addImage('/images/portfolio/identity/boswell.jpg');

// J.D. LaRue
Portfolio.addView('/images/portfolio/identity/larue.jpg', 
                  '<h1>James D. LaRue Architecture+Design</h1>' +
                  'Logo for an Austin-based architecture ' +
                  'and design firm.');
BAH.addImage('/images/portfolio/identity/larue.jpg');

// Brennan
Portfolio.addView('/images/portfolio/identity/brennan.jpg', 
                  '<h1>Brennan Vineyards Logo</h1>' +
                  'For a winery located in Comanche, Texas.');
BAH.addImage('/images/portfolio/identity/brennan.jpg');

// Rockport
Portfolio.addView('/images/portfolio/identity/rockport.jpg', 
                  '<h1>Rockport Center for the Arts Logo</h1>' +
                  'A logo representing an entire community ' +
                  'of artists situated along the Texas coast.');
BAH.addImage('/images/portfolio/identity/rockport.jpg');

// St. Martins
Portfolio.addView('/images/portfolio/identity/stmartins.jpg', 
                  '<h1>St. Martin&rsquo;s Lutheran Church Logo</h1>' +
                  'Logo for a church located in Austin, Texas that ' +
                  'features a collage of sculptures by renowned ' + 
                  'sculptor Charles Umlauf above the main entrance.');
BAH.addImage('/images/portfolio/identity/stmartins.jpg');

// Kevin's
Portfolio.addView('/images/portfolio/identity/kevins.jpg', 
                  '<h1>Kevin&rsquo;s Cookies & Deli Logo</h1>' +
                  'Identity and signage for a retail food chain.');
BAH.addImage('/images/portfolio/identity/kevins.jpg');

// Penn
Portfolio.addView('/images/portfolio/identity/penn.jpg', 
                  '<h1>The Penn Investment Group Logo</h1>' +
                  'The client asked us to develop a logo that exuded ' +
                  'experience, history and reliability as well as a ' +
                  'touch of avant garde modernism.');
BAH.addImage('/images/portfolio/identity/penn.jpg');

// McMahon Basez
Portfolio.addView('/images/portfolio/identity/mcmahonBasez.jpg', 
                  '<h1>McMahon Basez Interiors Logo</h1>' +
                  'The identity for this interior design partnership subtly ' +
                  'combines the name of the firm and spatial elements.<br><br>' +
                  '<a href="/IDENTITIES/" target="_blank">Click here to launch the BAH! Virtual Logobook.</a>');
BAH.addImage('/images/portfolio/identity/mcmahonBasez.jpg');





