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

Removed donation info from the about page.

This commit is contained in:
Uncled1023 2016-09-22 15:12:39 -07:00
parent b0472d852f
commit 3712d0db68

View File

@ -38,32 +38,6 @@
<br />
Have a cool suggestion for the site? Just submit it using the <a href="@Url.SubRouteUrl("contact", "Contact.Index")">Feedback Form</a>!
</p>
<div class="alert alert-info">
<div class="text-center">
<p>
While we provide these services for free, sadly that doesn't make the cost magically go away. If you think we are doing a great job and would like to say thanks, we would greatly appreciate a small donation so that we can pay the bills! (Or buy some beer)
</p>
<p>
<div class="input-group col-sm-6 col-sm-offset-3">
<span class="input-group-addon" id="basic-addon1">Bitcoin Address</span>
<input type="text" class="form-control" name="bitcoin_address" value="@Model.Config.BitcoinAddress" readonly>
</div>
<br />
<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>
</div>
</div>
</div>