1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Made donation buttons horizontal

This commit is contained in:
Uncled1023 2016-01-28 11:55:19 -08:00
parent 862ccf987e
commit ba6d084831

View File

@ -49,13 +49,18 @@
<input type="text" class="form-control" name="bitcoin_address" value="@Model.Config.BitcoinAddress" readonly>
</div>
<br />
<a href="https://www.bountysource.com/teams/teknik">
<button type="button" class="btn btn-default">Support us on Bounty Source</button>
</a>
<br />
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MBG93VKQ343P4">
<button type="button" class="btn btn-default">Paypal Donation</button>
</a>
<div class="row">
<div class="col-sm-4 col-sm-offset-2">
<a href="https://www.bountysource.com/teams/teknik">
<button type="button" class="btn btn-default">Support us on Bounty Source</button>
</a>
</div>
<div class="col-sm-4">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MBG93VKQ343P4">
<button type="button" class="btn btn-default">Paypal Donation</button>
</a>
</div>
</div>
</p>
</div>
</div>