censoring the logo and restyling the welcome page a little bit

This commit is contained in:
Athou
2013-04-20 11:59:40 +02:00
parent a61ac4b0fb
commit d66395c9c0
3 changed files with 6 additions and 4 deletions

View File

@@ -7,11 +7,13 @@
<div class="text-center"> <div class="text-center">
<h1> <h1>
<a wicket:id="logo-link"> <a wicket:id="logo-link">
<img src="images/logo.png"></img> <img src="images/logo_censored.png"></img>
</a> </a>
</h1> </h1>
</div> </div>
<h4 class="text-center">
CommaFeed is a bloat-free feed reader. It aims to replace Google Reader while keeping things simple. CommaFeed is a bloat-free feed reader. It aims to replace Google Reader while keeping things simple.
</h4>
</div> </div>
<div class="row"> <div class="row">
<div class="span6"> <div class="span6">

View File

@@ -17,7 +17,7 @@
</div> </div>
</div> </div>
<div class="control-group"> <div class="control-group">
<label class="control-label">Email address (optional)</label> <label class="control-label">Email address (optional, for password recovery only)</label>
<div class="controls"> <div class="controls">
<input type="email" wicket:id="email" class="input-block-level"></input> <input type="email" wicket:id="email" class="input-block-level"></input>
</div> </div>
@@ -27,7 +27,7 @@
<input wicket:id="import" type="checkbox" /> <input wicket:id="import" type="checkbox" />
Google Reader import Google Reader import
</label> </label>
You'll be able to import later if you want. You'll be able to import later.
</p> </p>
<div> <div>
<input type="submit" class="btn btn-primary" value="Register" /> <input type="submit" class="btn btn-primary" value="Register" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB