mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
remove layout from projects index
This commit is contained in:
parent
5b9125ad5e
commit
1fdeacb411
1 changed files with 2 additions and 41 deletions
|
|
@ -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/style.css">
|
||||||
<link rel="stylesheet" href="/css/projects.css">
|
<link rel="stylesheet" href="/css/projects.css">
|
||||||
<!--[if IE 6]>
|
<!--[if IE 6]>
|
||||||
<link rel="stylesheet" href="/css/ie6.min.css">
|
<link rel="stylesheet" href="/css/ie6.css">
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<!--[if lt IE 8]>
|
<!--[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="http://d1eqzjbvoh1rux.cloudfront.net/json2.min.js"></script>
|
||||||
<script src="/js/storage-polyfill.js"></script>
|
<script src="/js/storage-polyfill.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -30,13 +22,6 @@
|
||||||
}
|
}
|
||||||
#stats a { text-decoration: none }
|
#stats a { text-decoration: none }
|
||||||
</style>
|
</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>
|
<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>
|
</ul>
|
||||||
</nav>
|
</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/gitter.js"></script>
|
||||||
<script src="/js/store.js"></script>
|
<script src="/js/store.js"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -177,5 +140,3 @@
|
||||||
}
|
}
|
||||||
}())
|
}())
|
||||||
</script>
|
</script>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue