mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
censoring the logo and restyling the welcome page a little bit
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
@@ -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" />
|
||||||
|
|||||||
BIN
src/main/webapp/images/logo_censored.png
Normal file
BIN
src/main/webapp/images/logo_censored.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Reference in New Issue
Block a user