-
-
Save jdkealy/3092165 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
<html> | |
<head> | |
<title>Correlate Analytics</title> | |
<meta charset="utf-8"> | |
<link rel="shortcut icon" type="image/x-icon" href="/img/logos/correlate_favicon_32.png"> | |
<link rel="icon" type="image/png" href="/img/logos/correlate_favicon_32.png"> | |
<link rel="stylesheet" type="text/css" media="all" href="/css/base.css"> | |
<link rel="stylesheet" type="text/css" media="all" href="/css/bootstrap.css"> | |
<link rel="stylesheet" type="text/css" media="all" href="/css/portal.css"> | |
<link rel="stylesheet" type="text/css" media="all" href="/css/jquery.tiptip.css"> | |
<script src="/js/vendor/jquery-1.7.2.min.js"></script> | |
<!--[if lt IE 7]> | |
<script type="text/javascript" src="/assets/js/jquery.pngFix.pack.js"></script> | |
<![endif]--> | |
<link href="style/smoothness/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css"/> | |
<link href="style/backbone-forms.css" rel="stylesheet" type="text/css"/> | |
<link href="style/widget-bootstrap-forms.css" rel="stylesheet" type="text/css"/> | |
</head> | |
<body class="container"> | |
<div class="wrapper"> | |
<div class="row" id="header"> | |
<div class="span3 offset1"> | |
<h1 class="" id="logo"><a href="/analytics" title="Correlate Social Media with Meaning"><img src="http://ib5k.com/assets/new_logo/Correlate_Logo_medium_2_transparent.png" alt="Correlate Social Media with Meaning" ></a></h1> | |
</div> | |
</div> | |
<script type="text/javascript"> | |
$(document).ready(function(){ | |
$('.jump-to').focus().select(); | |
}); | |
</script> | |
<form id="edit-jump-to"> | |
<input type="text" name="jump_to" class="jump-to"> | |
<input type="submit" value="jump down"> | |
</form> | |
<div class="push"></div> | |
</div> <!-- end of wrapper --> | |
<div class="span12 clearfix footer" id="footer"> | |
<p class="">© Correlate 2012</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment