-
-
Save Chrissy/1057510 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]--> | |
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]--> | |
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]--> | |
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]--> | |
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]--> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>Krissi Xenakis | graphic design</title> | |
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> | |
<link rel="shortcut icon" href="/favicon.ico"> | |
<link rel="apple-touch-icon" href="/apple-touch-icon.png"> | |
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen,projection" /> | |
<script type="text/javascript" src="http://use.typekit.com/tst1wbl.js"></script> | |
<script type="text/javascript">try{Typekit.load();}catch(e){}</script> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script> | |
<script src="/wp-content/themes/kx/js/jquery.cycle.all.min.js"></script> | |
</head> | |
<body <?php body_class($class); ?>> | |
<div id="container"> | |
<header> | |
<div id="header"> | |
<div id="topnav"> | |
<a href="http://www.flickr.com/photos/krissixenakis/">flickr</a> // <a href="http://www.inkthestudio.com">ink studio</a> // <a href="http://micadesign.org/students/krissi-xenakis/">micadesign.org</a> | |
</div> | |
<div id="kx"><a href="http://www.krissixenakis.com/">kx</a></div> | |
</div><!-- closes header --> | |
</header> | |
<footer> | |
© krissi xenakis 2010 // <a href="mailto:[email protected]">kx[at]krissixenakis.com</a> | |
</footer> | |
</div> <!-- end of #container --> | |
<script type="text/javascript"> | |
var _gaq = _gaq || []; | |
_gaq.push(['_setAccount', 'UA-4405992-2']); | |
_gaq.push(['_trackPageview']); | |
(function() { | |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
})(); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment