add logo to header

This commit is contained in:
Nils Schneider 2011-09-16 11:57:49 +02:00
parent 5e114f37d6
commit bd42779404
4 changed files with 6 additions and 2 deletions

View file

@ -4,7 +4,7 @@ layout: base
<div id="masthead">
<div class="inner">
<div class="container primarybox">
<h1>Bitcoin <small>P2P Digital Currency</small></h1>
<h1><img width=38 height=40 src="/img/logo_small.png" class="thelogo" /> Bitcoin <small>P2P Digital Currency</small></h1>
</div>
</div>
</div>

View file

@ -113,3 +113,7 @@ table.unstyled td {
position: absolute;
top: auto;
}
.thelogo {
vertical-align: top;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Before After
Before After

View file

@ -16,7 +16,7 @@ ALERT:
{% endif %}
<div class="row">
<div class="span11 primarybox">
<h1>Bitcoin <small>P2P Digital Currency</small></h1>
<h1><img width=38 height=40 src="/img/logo_small.png" class="thelogo" /> Bitcoin <small>P2P Digital Currency</small></h1>
<p>
Bitcoin is an experimental new digital currency that enables instant payments to anyone, anywhere in the world.
Bitcoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out <a href="bitcoin.pdf">collectively by the network</a>.