[index.html][s]: simple index files for gh pages.

This commit is contained in:
rgrp 2011-11-10 23:07:53 +00:00
parent 08ab25e981
commit 6d8a0a2700

53
index.html Normal file
View File

@ -0,0 +1,53 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Recline DataExplorer</title>
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css">
<style type="text/css">
html, body {
background-color: #eee;
}
body {
padding-top: 40px; /* 40px to make the container go all the way to the bottom of the topbar */
}
.content {
background-color: #fff;
padding: 20px;
margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
.page-header {
background-color: #f5f5f5;
padding: 20px 20px 10px;
margin: -20px -20px 20px;
}
</style>
</head>
<body>
<div class="container">
<div class="content">
<div class="page-header">
<h1>
Recline DataExplorer
</h1>
</div>
<p>This is a documentation page for the <a href="http://github.com/okf/recline">Recline DataExplorer</a> project.</p>
<h2>Demos</h2>
<ul>
<li><a href="demo/index.html">Demo with local data</a></li>
</ul>
<h2>Docs</h2>
<p>Coming soon!</p>
</div>
</div>
</body>
</html>