The next generation of the Teknik Services. Written in ASP.NET.
https://www.teknik.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
2.7 KiB
46 lines
2.7 KiB
@using System.Diagnostics; |
|
@using System.Reflection; |
|
@using Newtonsoft; |
|
|
|
<footer id="footer" class="footer navbar navbar-default"> |
|
<div class="container"> |
|
<div class="row"> |
|
<div class="col-sm-10 col-sm-offset-1"> |
|
<div class="text-center"> |
|
<p> |
|
<small> |
|
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. |
|
</small> |
|
</p> |
|
<!form class="form-inline"> |
|
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MBG93VKQ343P4" role="button" class="btn btn-default btn-sm" title="Paypal Donation">Paypal</a> |
|
<a href="https://www.patreon.com/teknik" role="button" class="btn btn-default btn-sm" title="Gratipay">Patreon</a> |
|
<a href="http://www.redbubble.com/people/teknikio" role="button" class="btn btn-default btn-sm" title="Teknik Redbubble Marketplace">Redbubble</a> |
|
<div class="form-group"> |
|
<div class="input-group"> |
|
<span class="input-group-addon" id="basic-addon1"><i class="fa fa-bitcoin"></i></span> |
|
<input type="text" class="form-control input-sm" name="bitcoin_address_footer" id="bitcoin_address_footer" value="@Config.BitcoinAddress" readonly> |
|
</div> |
|
</div> |
|
</!form> |
|
</div> |
|
</div> |
|
</div> |
|
<br /> |
|
<div class="row"> |
|
<div class="col-sm-5 col-sm-offset-1 text-left text-muted"> |
|
© Teknik 2013-2018 | <a href="@Url.SubRouteUrl("faq", "FAQ.Index")">FAQ</a> | <a href="@Url.SubRouteUrl("privacy", "Privacy.Index")">Privacy</a> | <a href="@Url.SubRouteUrl("tos", "TOS.Index")">TOS</a> | <a href="@Url.SubRouteUrl("abuse", "Abuse.Index")">Abuse</a> | <a href="@Url.SubRouteUrl("stats", "Stats.Index")">Statistics</a> |
|
</div> |
|
<div class="col-sm-5 text-right text-muted"> |
|
<div id="pagetime" style="display:none;"> |
|
Gen: <b><span id="generatetime">0.0</span>ms</b> Load: <b><span id="loadtime">0.0</span>ms</b> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="row"> |
|
<div class="col-sm-10 col-sm-offset-1 text-center text-muted"> |
|
<version source="http://git.teknik.io/Teknikode/Teknik/src/"></version> |
|
</div> |
|
</div> |
|
</div> |
|
</footer>
|
|
|