Skip to content

Instantly share code, notes, and snippets.

@jdkealy
Forked from anonymous/gist:3092100
Created July 11, 2012 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdkealy/3092165 to your computer and use it in GitHub Desktop.
Save jdkealy/3092165 to your computer and use it in GitHub Desktop.
<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="">&#169; Correlate 2012</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment