remove layout from projects index

This commit is contained in:
Sami Samhuri 2014-02-15 18:21:43 -08:00
parent 5b9125ad5e
commit 1fdeacb411

View file

@ -1,18 +1,10 @@
<!doctype html>
<html lang="en">
<head>
<title>projects - samhuri.net</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/gif" href="/images/s.gif">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/projects.css">
<!--[if IE 6]>
<link rel="stylesheet" href="/css/ie6.min.css">
<link rel="stylesheet" href="/css/ie6.css">
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="/css/ie7.min.css">
<link rel="stylesheet" href="/css/ie7.css">
<script src="http://d1eqzjbvoh1rux.cloudfront.net/json2.min.js"></script>
<script src="/js/storage-polyfill.js"></script>
<![endif]-->
@ -30,13 +22,6 @@
}
#stats a { text-decoration: none }
</style>
</head>
<body>
<header>
<h1><a href="/">samhuri.net</a></h1>
</header>
<a href="https://github.com/samsonjs"><img id="forkme" src="/images/forkme@2x.png" width="140" height="140" alt="Fork me on GitHub"></a>
@ -84,29 +69,7 @@
<% } %>
</ul>
</nav>
<footer>
<p>You can <a href="https://twitter.com/_sjs">find me on twitter</a>.</p>
<p><a href="mailto:sami@samhuri.net">sami@samhuri.net</a></p>
</footer>
<p id="promote-js">
<a class="img" href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/RegExp" title="JS RegExp .lastIndex"><img src="/images/promotejsv.gif" height="140" width="80" alt="JS RegExp .lastIndex"></a>
</p>
<script>
var _gaq = _gaq || []
_gaq.push( ['_setAccount', 'UA-214054-5']
, ['_trackPageview']
, ['_trackPageLoadTime']
)
;(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>
<script src="/js/gitter.js"></script>
<script src="/js/store.js"></script>
<script>
@ -177,5 +140,3 @@
}
}())
</script>
</body>
</html>