Skip to content

Commit

Permalink
Merge branch 'site'
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 31, 2010
2 parents 1c71480 + 5e06345 commit 6d4b37c
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 0 deletions.
Binary file modified book.pdf
Binary file not shown.
60 changes: 60 additions & 0 deletions site/index.html
@@ -0,0 +1,60 @@
<!DOCTYPE 5>
<html>
<head>
<title>Mastering Node - Open Source Nodejs eBook</title>
<style>
body {
font: 12px Arial, sans-serif;
background: url(public/images/bg.png) 0 0 repeat-x;
text-align: center;
}
h1 {
margin: 0;
}
h1:hover {
opacity: 0.8;
}
h1 a {
text-indent: -999999px;
display: block;
outline: none;
width: 322px;
height: 113px;
background: url(public/images/logo.png) 0 0 no-repeat;
}
#logo {
margin: 250px auto 0 auto;
width: 322px;
}
#logo span {
color: white;
}
#footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 90px;
line-height: 90px;
background: #161616;
color: #292929;
text-align: right;
}
#footer a {
margin-right: 20px;
text-decoration: none;
color: #696868;
}
#footer a:hover {
color: white;
}
</style>
</head>
<body>
<div id="logo">
<h1><a href="http://github.com/visionmedia/masteringnode">Mastering Node eBook</a></h1>
<span>Open Source Node eBook</span>
</div>
<div id="footer">Created by <a href="http://github.com/visionmedia">TJ Holowaychuk</a></div>
</body>
</html>
Binary file added site/public/images/bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/public/images/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d4b37c

Please sign in to comment.