screenshot preview on landing page

This commit is contained in:
Athou
2013-05-13 12:46:59 +02:00
parent ee988945f2
commit 7e055ea2c2
3 changed files with 10 additions and 1 deletions

View File

@@ -14,7 +14,12 @@
<h4 class="text-center">
CommaFeed is a bloat-free feed reader. It aims to replace Google Reader while keeping things simple.
<br />
<a wicket:id="demo-login">Try out the demo.</a>
<a wicket:id="demo-login">
<img src="images/preview.png" class="preview" />
<br />
Try out the demo.
</a>
</h4>
</div>
<div class="row">

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View File

@@ -15,6 +15,10 @@
margin: 20px 0 40px 0;
}
.welcome .preview {
margin: 40px 0 20px 0;
}
.main .spinner {
display: inline-block;
margin-left: 11px;