Skip to content

Commit

Permalink
Donation footer
Browse files Browse the repository at this point in the history
Maybe some one will tip me a nickle :)
  • Loading branch information
justino committed Apr 22, 2014
1 parent 240a888 commit f642fce
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/p2pool.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ body { padding-top: 70px; }
}

/* Bootstrap does this when the UL is the first in the panel */
.list-group .list-group-item:first-child { border-top-width: 0; }
section .list-group .list-group-item:first-child { border-top-width: 0; }

footer { font-size: .8em; }
footer.container-fluid { text-align: center; }

19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,25 @@ <h4 class="modal-title">Set Theme</h4>
</section>
</div>

<footer class="container-fluid">
<div class="panel panel-default clearfix">
<p>UI by <a href="https://github.com/justino/p2pool-ui-punchy">justino</a></p>
Please donate if you like this UI:
<div class="row center-block">
<ul class="list-group">
<li class="list-group-item col-md-4 col-md-offset-2"><i class="fa fa-btc"></i>: 195ufic8mfNrDqxgFCfmw5mQYwdu2im9G5</li>
<li class="list-group-item col-md-4">LTC: LKs7z33st7PcnB28SMQhvCpawYapTm3HxC</li>
</ul>
</div>
<div class="row center-block">
<ul class="list-group">
<li class="list-group-item col-md-4 col-md-offset-2">DOGE: DLethX5AdiwkvW28KhJxZBpBV9dr2ask53</li>
<li class="list-group-item col-md-4">VTC: VcoAm4gEg5vLmJ4NfRwaVkv8UWEPTXMTRC</li>
</ul>
</div>
</div>
</footer>

<script src="//code.jquery.com/jquery-2.0.3.min.js"></script>
<script src="js/jquery-dateFormat.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
Expand Down

0 comments on commit f642fce

Please sign in to comment.