Skip to content

Instantly share code, notes, and snippets.

@trevorstarick
Created April 20, 2013 17:07
Show Gist options
  • Save trevorstarick/5426672 to your computer and use it in GitHub Desktop.
Save trevorstarick/5426672 to your computer and use it in GitHub Desktop.
<!-- @trevorstarick || starick.me -->
<!-- GitHub-Event-Map v1.0.0 -->
<!-- do what you want with this. -->
<!-- my code sucks. deal with it. -->
<!-- have fun :) -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GitHub Events Map</title>
<!-- Fucking META -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="GitHub Event Map. Inspired by http://tweetping.com">
<meta name="author" content="Trevor Starick">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Socket.IO; HOW DOES IT WORK! -->
<script src="http://localhost:3000/socket.io/socket.io.js" rel="JavaScript" type="text/JavaScript"></script>
<script src="js/socket.io.shit.js" rel="JavaScript" type="text/JavaScript"></script>
<!-- Gay MSIE Workaround -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js" rel="JavaScript" type="text/JavaScript"></script>
<![endif]-->
<!-- Shitty CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" />
<link href="css/normalize.css" />
<!-- Stupid FAVICONS -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="ico/favicon.png">
</head>
<body>
<!-- MAIN CODE STARTS HERE -->
<div class="container-fluid">
<div class="row" id="top">
<img src="img/GitHub-Mark-120px-plus.png" class="span2" id="GitHubLogo">
<div class="span10" id="TopText"><h1>GitHub Events Map</h1><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p></div>
</div> <!-- END TOP -->
<div class="row" id="middle">
</div> <!-- END MIDDLE -->
<div class="row" id="bottom">
</div> <!-- END BOTTOM -->
</div> <!-- END CONTAINER-FLUID -->
<!-- Crappy JavaScript -->
<script src="js/jquery-2.0.0.min.js" rel="JavaScript" type="text/JavaScript"></script>
<script src="js/bootstrap.min.js" rel="JavaScript" type="text/JavaScript"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment