// Cluu Cards data
var CARD_CATEGORY = ["",  //0
				   "",
				   "",
				   "",
				   "",
				   "",
				   "",
				   "",
				   "",
				   "",
				   "",  //10
				   "",
				   "",
				   "",
				   "",
				   "",
				   "",
				   "",
				   "",
				   "",
				   "",  //20
				   "",
				   "",
				   "",
				   "",
				   "",
				   ""
					]
var CARD_TYPE = ["ILLUSTRATION",
				 "DESIGN",
				 "COMMUNITY"
				 ] 

/*
explanation:  for each image, you can define the following pieces of information - "imageName" is the subfolder/filename (system assumes .jpg extension, do not include the extension),"imageName2" is for larger second image (view in enlarge window), "imageDesc" is the text description/testimonial, "linkDesc" only applies to the community section, instead of an thumbnail a text link is display

NOTE:  if you want to use the quote symbol " in the sample text, you must insert a backslash \ in front of the quote, i.e., Margaret \"Mary\" Smith

To italicize your text, insert <em> to start italicization and insert </em> to end italicization.
*/

var ILLUSTRATION = {
	"imageDir": "images/portfolio/",
	"type": CARD_TYPE[0],
	"data": [
		{"category": CARD_CATEGORY[0], "imageName": "illust/shopsmart", "imageName2": "", "imageDesc": "", "linkDesc": ""},
		{"category": CARD_CATEGORY[1], "imageName": "illust/shopsmart3", "imageName2": "", "imageDesc": "", "linkDesc": ""},
		{"category": CARD_CATEGORY[2], "imageName": "illust/health", "imageName2": "", "imageDesc": "<em>Cindy is such a pleasure to work with. Her attention to detail and editorial correctness are astounding and she truly understands our needs here at Health magazine. There’s not a project I worry about in her hands and I look forward to working with her whenever I can. She makes my job a pleasure!</em><br><br>- Amanda Stevens<br>Sr. Graphic Designer, Health", "linkDesc": ""},
		{"category": CARD_CATEGORY[3], "imageName": "illust/B2clairol", "imageName2": "", "imageDesc": "", "linkDesc": ""},
		{"category": CARD_CATEGORY[4], "imageName": "illust/A4fitmama", "imageName2": "", "imageDesc": "", "linkDesc": ""},
		{"category": CARD_CATEGORY[5], "imageName": "illust/the-knot2", "imageName2": "", "imageDesc": "", "linkDesc": ""},
		{"category": CARD_CATEGORY[6], "imageName": "illust/the-knot1", "imageName2": "", "imageDesc": "", "linkDesc": ""},
		{"category": CARD_CATEGORY[7], "imageName": "illust/A6mamaknows", "imageName2": "illust/A6mamaknows-large", "imageDesc": "<em>When I wrote my book, “Mama Knows Breast,” I had an idea in my head of what I hoped it would look like. Cindy channeled my vision, turning it into a reality. Her illustrations perfectly captured the tone of the book.</em><br><br>- Andi Silverman, Author of “Mama Knows Breast: A Beginner’s Guide to Breastfeeding.”", "linkDesc": ""},
		{"category": CARD_CATEGORY[8], "imageName": "illust/B6parkbench", "imageName2": "", "imageDesc": "", "linkDesc": ""},
		{"category": CARD_CATEGORY[9], "imageName": "illust/shopsmart4", "imageName2": "", "imageDesc": "", "linkDesc": ""},
		{"category": CARD_CATEGORY[10], "imageName": "illust/bubbles", "imageName2": "", "imageDesc": "", "linkDesc": ""},
		{"category": CARD_CATEGORY[11], "imageName": "illust/cottages-and-gardens", "imageName2": "illust/cottages-and-gardens2-large", "imageDesc": "", "linkDesc": ""}
	]
}

var DESIGN = {
	"imageDir": "images/portfolio/",
	"type": CARD_TYPE[1],
	"data": [
		{"category": CARD_CATEGORY[13], "imageName": "design/ashbrook", "imageName2": "", "imageDesc": "<em>Cindy is very professional to work with and her ideas are innovative. In developing our logo and print material, she listened carefully to our practice philosophy, and helped us to articulate our ideas into something that really fits us. We get compliments on our logo constantly. Whenever we need her help, she’s there to provide a professional voice, and give us advice on external and internal marketing ideas.</em><br>- Lonny D. Grimmer, DDS, FAGD<br>Co-owner, Ashbrook Center for Dentistry", "linkDesc": ""},
		{"category": CARD_CATEGORY[14], "imageName": "design/renu2", "imageName2": "design/renu2-large", "imageDesc": "", "linkDesc": ""},
		{"category": CARD_CATEGORY[15], "imageName": "design/nawbo", "imageName2": "design/nawbo-2-large", "imageDesc": "", "linkDesc": ""},
		{"category": CARD_CATEGORY[16], "imageName": "design/sesen", "imageName2": "", "imageDesc": "", "linkDesc": ""},
		{"category": CARD_CATEGORY[17], "imageName": "design/simply-noah", "imageName2": "", "imageDesc": "", "linkDesc": ""},
		{"category": CARD_CATEGORY[18], "imageName": "design/lost-origins3", "imageName2": "design/lost-origins2-large", "imageDesc": "", "linkDesc": ""},
		{"category": CARD_CATEGORY[19], "imageName": "design/A3pookie", "imageName2": "", "imageDesc": "", "linkDesc": ""},
		{"category": CARD_CATEGORY[20], "imageName": "design/pookie1", "imageName2": "", "imageDesc": "", "linkDesc": ""},
		{"category": CARD_CATEGORY[21], "imageName": "design/blue-flame", "imageName2": "", "imageDesc": "", "linkDesc": ""},
		{"category": CARD_CATEGORY[22], "imageName": "design/A1bridaldiva", "imageName2": "", "imageDesc": "<em>Cindy Luu came highly recommended, though, and in one meeting, she was able to take the vision and incorporate it perfectly into what is now the store’s logo. She nailed it on her first try! She comes through every time!</em><br>- Cindy McCartney<br>Owner of Diva Designer Consignment and Other Delights<br>", "linkDesc": ""},
		{"category": CARD_CATEGORY[23], "imageName": "design/A5pilcop", "imageName2": "", "imageDesc": "", "linkDesc": ""},
		{"category": CARD_CATEGORY[24], "imageName": "design/B7lbb", "imageName2": "", "imageDesc": "<em>The importance of brand cannot be emphasized enough and Cluu really understands that everything we put forth a from our business cards to our publication a is a part of our identity. Our clients and readers rave about everything from our collateral materials to our publication’s design. Cindy is not only our designer and illustrator, she is an integral part of our Team, and her talent, reliability and commitment to design-that-functions is invaluable to our business.</em><br>- Jennifer Dyer Buddin, Vice President<br>The Little Black Book for every busy woman©", "linkDesc": ""}
	]
}

var COMMUNITY = {
	"imageDir": "images/portfolio/",
	"type": CARD_TYPE[2],
	"data": [
		{"category": CARD_CATEGORY[25], "imageName": "comm/make-a-wish", "imageName2": "", "imageDesc": "<em>Event logo and advertisement design for fundraising campaign.</em><br>--<br>Make-A-Wish Foundation<br>New York, NY", "linkDesc": "Make-A-Wish Foundation"},
		{"category": CARD_CATEGORY[26], "imageName": "comm/wha1", "imageName2": "", "imageDesc": "<em>Electronic and print invitations for WHA fundraisers for medical relief efforts.</em><br>--<br>The World Health Ambassador Program (<a href=\"http://www.whausa.org\" target=_blank>www.whausa.org</a>)", "linkDesc": "World Health Ambassador"},
		{"category": CARD_CATEGORY[27], "imageName": "comm/jericho", "imageName2": "comm/jericho2-large", "imageDesc": "<em>Invitation design for 20th anniversary benefit.</em><br>--<br>The Jericho Project<br>New York, NY", "linkDesc": "The Jericho Project"},
		{"category": CARD_CATEGORY[28], "imageName": "comm/moms-club", "imageName2": "", "imageDesc": "<em>Electronic and print flyer for a fundraiser to support the South Riding Mom's Club in the Race for the Cure.</em><br>--<br>The South Riding Mom's Club - West<br>South Riding, VA", "linkDesc": "The South Riding Mom's Club"}
	]
}
