{"version":3,"sources":["../scripts.js"],"names":["getHashFilter","hash","location","matches","match","hashFilter","decodeURIComponent","$","onHashchange","isIsotopeInit","$grid","imagesLoaded","isotope","layoutMode","hiddenStyle","opacity","visibleStyle","itemSelector","filter","percentPosition","packery","columnWidth","$filters","find","removeClass","addClass","document","foundation","on","filterAttr","this","attr","encodeURIComponent","window","bind","each","drawerHeight","height","hide","click","fadeOut","delay","slideUp","parent","next","is","slideDown","fadeIn","jQuery"],"mappings":"YAAA,SAASA,iBACN,GAAIC,GAAOC,SAASD,KAEhBE,EAAUD,SAASD,KAAKG,MAAO,mBAC/BC,EAAaF,GAAWA,EAAQ,EACpC,OAAOE,IAAcC,mBAAoBD,IAG5C,SAAUE,GAiBP,QAASC,KACP,GAAIH,GAAaL,eACpB,IAAMK,IAAcI,EAApB,CAGAA,GAAgB,CAEhB,IAAIC,GAAQH,EAAE,SAASI,aAAc,WACpCD,EAAME,SACLC,WAAY,UACZC,aACCC,QAAQ,GAETC,cACCD,QAAQ,GAETE,aAAc,aACdC,OAAQb,EACRc,iBAAiB,EACjBC,SACCC,YAAa,kBAUXhB,KACJiB,EAASC,KAAK,aAAaC,YAAY,YACvCF,EAASC,KAAK,iBAAmBlB,EAAa,MAAMoB,SAAS,cA/C/DlB,EAAEmB,UAAUC,YAOZ,IAAIL,GAAWf,EAAE,oBAAoBqB,GAAI,QAAS,IAAK,WACnD,GAAIC,GAAatB,EAAGuB,MAAOC,KAAK,cAEnC7B,UAASD,KAAO,UAAY+B,mBAAoBH,KAG3CpB,GAAgB,CAqCpBF,GAAE0B,QAAQL,GAAI,aAAcpB,GAE5BA,IAGAD,EAAE0B,QAAQC,KAAK,OAAQ,WAEtB3B,EAAE,mBAAmB4B,KAAK,WAC3B,GAAIC,GAAe,CACnBA,GAAe7B,EAAEuB,MAAMP,KAAK,2BAA2Bc,SACvD9B,EAAEuB,MAAMP,KAAK,kBAAkBc,OAAOD,KAIvC7B,EAAE,+BAA+B+B,OACjC/B,EAAE,yBAAyB+B,OAC3B/B,EAAE,mBAAmBgC,MAAM,WAU1B,MATAhC,GAAE,mBAAmBiB,YAAY,QAEjCjB,EAAE,yBAAyBiC,UAC3BjC,EAAE,+BAA+BkC,MAAM,KAAKC,UACzCnC,EAAEuB,MAAMa,OAAO,iBAAiBC,KAAK,kBAAkBC,GAAG,aAC5DtC,EAAEuB,MAAML,SAAS,QACjBlB,EAAEuB,MAAMa,OAAO,iBAAiBC,KAAK,kBAAkBE,YAAYvB,KAAK,YAAYkB,MAAM,KAAKM,WAGzF,OAMNC","file":"scripts-min.js","sourcesContent":["function getHashFilter() {\n \tvar hash = location.hash;\n \t// get filter=filterName\n \tvar matches = location.hash.match( /filter=([^&]+)/i );\n \tvar hashFilter = matches && matches[1];\n \treturn hashFilter && decodeURIComponent( hashFilter );\n}\n\n(function($) {\n\n\t$(document).foundation();\n\t\n\t\n\t\n\t\n\n\t// bind filter button click\n\tvar $filters = $('.filter-controls').on( 'click', 'a', function() {\n \tvar filterAttr = $( this ).attr('data-filter');\n\t\t// set filter in hash\n\t\tlocation.hash = 'filter=' + encodeURIComponent( filterAttr );\n \t});\n\n \tvar isIsotopeInit = false;\n \t\n \tfunction onHashchange() {\n \tvar hashFilter = getHashFilter();\n\t\tif ( !hashFilter && isIsotopeInit ) {\n\t\t\treturn;\n \t}\n\t\tisIsotopeInit = true;\n\t\n\t\tvar $grid = $('#grid').imagesLoaded( function() {\n\t\t\t$grid.isotope({\n\t\t\t\tlayoutMode: 'packery',\n\t\t\t\thiddenStyle: {\n\t\t\t\t\topacity:0\n\t\t\t\t},\n\t\t\t\tvisibleStyle: {\n\t\t\t\t\topacity:1\n\t\t\t\t},\n\t\t\t\titemSelector: '.grid-item',\n\t\t\t\tfilter: hashFilter,\n\t\t\t\tpercentPosition: true,\n\t\t\t\tpackery: {\n\t\t\t\t\tcolumnWidth: '.grid-sizer'\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t\t/*$('.filter-controls').on( 'click', 'a', function() {\n\t\t\t$('.filter-controls a').removeClass('selected')\n\t\t\tvar filterValue = $(this).attr('data-filter');\n\t\t\t$grid.isotope({ filter: filterValue });\n\t\t\t$(this).addClass('selected');\n\t\t});*/\n\t\tif ( hashFilter ) {\n\t\t\t$filters.find('.selected').removeClass('selected');\n\t\t\t$filters.find('[data-filter=\"' + hashFilter + '\"]').addClass('selected');\n \t}\n \t}\n \t$(window).on( 'hashchange', onHashchange );\n \t// trigger event handler to init Isotope\n \tonHashchange();\n \t\n \t\n \t$(window).bind(\"load\", function() {\n\t \t\n\t \t$('.people-list li').each(function(){\n\t\t\tvar drawerHeight = 0;\n\t\t\tdrawerHeight = $(this).find('.people-drawer .profile').height();\n\t\t\t$(this).find('.people-drawer').height(drawerHeight);\n\t\t});\n\t\t//drawerHeight = $(this).parent('.people-block').next('.people-drawer').find('.profile').height();\n\t\t//$(this).parent('.people-block').next('.people-drawer').height(drawerHeight);\n\t\t$('.people-list .people-drawer').hide();\n\t\t$('.people-list .profile').hide();\n\t\t$('.people-block a').click(function() {\n\t\t\t$('.people-block a').removeClass('open');\n\t\t\t\n\t\t\t$('.people-list .profile').fadeOut();\n\t\t\t$('.people-list .people-drawer').delay(400).slideUp();\n\t\t\tif($(this).parent('.people-block').next('.people-drawer').is(':hidden')) {\n\t\t\t\t$(this).addClass('open');\n\t\t\t\t$(this).parent('.people-block').next('.people-drawer').slideDown().find('.profile').delay(500).fadeIn();\n\t\t\t} \n\t\t\t\n\t\t\treturn false;\n\t\t});\n\t \t\n\t});\n \t\n \t\n})( jQuery );"]}