|
|
|
@ -135,6 +135,8 @@
|
|
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
<!-- scripts at bottom of page --> |
|
|
|
|
|
|
|
|
|
<script src="http://desandro.com/mint/?js"></script> <!-- analytics --> |
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
@ -164,7 +166,7 @@
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script src="/js/jquery-1.5.1.min.js"></script> |
|
|
|
|
<script src="http://code.jquery.com/jquery.min.js"></script> |
|
|
|
|
<script src="/jquery.isotope.js"></script> |
|
|
|
|
<script> |
|
|
|
|
$(function(){ |
|
|
|
@ -188,6 +190,14 @@
|
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<!-- analytics --> |
|
|
|
|
<script> |
|
|
|
|
var _gaq=[['_setAccount','UA-592624-5'],['_trackPageview'],['_setDomainName', '.metafizzy.co']]; |
|
|
|
|
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1; |
|
|
|
|
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js'; |
|
|
|
|
s.parentNode.insertBefore(g,s)}(document,'script')); |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body> |
|
|
|
|