[content][s]: front page button links to main docs.
This commit is contained in:
@@ -98,21 +98,18 @@ section {
|
|||||||
background: -ms-linear-gradient(top, #2d2d2d 0%,#040404 100%); /* IE10+ */
|
background: -ms-linear-gradient(top, #2d2d2d 0%,#040404 100%); /* IE10+ */
|
||||||
background: linear-gradient(top, #2d2d2d 0%,#040404 100%); /* W3C */
|
background: linear-gradient(top, #2d2d2d 0%,#040404 100%); /* W3C */
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#040404',GradientType=0 ); /* IE6-9 */
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#040404',GradientType=0 ); /* IE6-9 */
|
||||||
color:#FFF;
|
|
||||||
padding:0px;
|
padding:0px;
|
||||||
margin-bottom:0px;
|
margin-bottom:0px;
|
||||||
border:none;
|
border:none;
|
||||||
font-family:'PT Sans', Helvetica, Arial, sans-serif;
|
|
||||||
padding: 60px;
|
padding: 60px;
|
||||||
padding-bottom: 200px;
|
padding-bottom: 200px;
|
||||||
/* hide crocodile top to footer on front page */
|
/* hide crocodile top to footer on front page */
|
||||||
margin-bottom: -30px;
|
margin-bottom: -30px;
|
||||||
}
|
}
|
||||||
.home-page.page-header a {
|
.home-page.page-header p {
|
||||||
color:#FFF;
|
color:#FFF;
|
||||||
}
|
}
|
||||||
.home-page.page-header a.dotted {
|
.home-page.page-header a {
|
||||||
border-color:#FFF;
|
|
||||||
}
|
}
|
||||||
.home-page.page-header .container {
|
.home-page.page-header .container {
|
||||||
background-image: url(images/header-screen.png);
|
background-image: url(images/header-screen.png);
|
||||||
@@ -120,7 +117,7 @@ section {
|
|||||||
background-position: -3px 0px;
|
background-position: -3px 0px;
|
||||||
}
|
}
|
||||||
.home-page.page-header .inner {
|
.home-page.page-header .inner {
|
||||||
padding:0px 0px 30px 40px;
|
padding:0px 0px 0px 40px;
|
||||||
font-size:16px;
|
font-size:16px;
|
||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
@@ -130,14 +127,23 @@ section {
|
|||||||
margin-top:-14px;
|
margin-top:-14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.grey {
|
.home-page.page-header .links {
|
||||||
background-color:#f5f5f5;
|
margin-top: 30px;
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.grey:after {
|
.home-page.page-header .links a {
|
||||||
background-position: center -50px;
|
margin-left: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.home-page.page-header .links a:first-child {
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ---------------------------------------------------
|
||||||
|
Footer
|
||||||
|
--------------------------------------------------- */
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
background-color:#040404;
|
background-color:#040404;
|
||||||
color:#CCC;
|
color:#CCC;
|
||||||
|
|||||||
@@ -11,8 +11,13 @@ title: Home
|
|||||||
<a href="docs/"><img src="images/logo.png" width="455" height="190" alt="Recline Data Explorer and Library"></a>
|
<a href="docs/"><img src="images/logo.png" width="455" height="190" alt="Recline Data Explorer and Library"></a>
|
||||||
</h1>
|
</h1>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
A simple but powerful library for building data applications in
|
<p>A simple but powerful library for building data applications in
|
||||||
pure Javascript and HTML.
|
pure Javascript and HTML.</p>
|
||||||
|
<p class="links">
|
||||||
|
<a href="docs/" class="btn btn-large">Documentation »</a>
|
||||||
|
<a href="docs/tutorials.html" class="btn btn-large">Tutorials »</a>
|
||||||
|
<a href="demos/" class="btn btn-large">Demos »</a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user