Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions public/classify.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ <h3>
<div class='flattr'>
<a class='FlattrButton' href='http://detexify.kirelabs.org' rev='flattr;button:compact;' style='display:none;'></a>
</div>
<div class='gratipay'>
<script data-gratipay-username='kirel' data-gratipay-widget='button' src='//gttp.co/v1.js'></script>
</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -146,9 +143,6 @@ <h2>I like this. How can I help?</h2>
<div class='flattr'>
<a class='FlattrButton' href='http://detexify.kirelabs.org' rev='flattr;button:compact;' style='display:none;'></a>
</div>
<div class='gratipay'>
<script data-gratipay-username='kirel' data-gratipay-widget='button' src='//gttp.co/v1.js'></script>
</div>
</div>
<p>
The backend server is running on <a href="https://www.digitalocean.com/?refcode=2ed6dc53403b">Digital Ocean (referral link)</a>
Expand Down
4 changes: 0 additions & 4 deletions source/classify.haml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ js: classify
.paypal= partial 'paypal'
.flattr
%a.FlattrButton{:href => "http://detexify.kirelabs.org", :style => "display:none;", rev: "flattr;button:compact;"}
.gratipay
%script(data-gratipay-username="kirel" data-gratipay-widget="button" src="//gttp.co/v1.js")
#classify--info-area
%h2 Want a Mac app?
%p
Expand Down Expand Up @@ -108,8 +106,6 @@ js: classify
.paypal= partial 'paypal'
.flattr
%a.FlattrButton{:href => "http://detexify.kirelabs.org", :style => "display:none;", rev: "flattr;button:compact;"}
.gratipay
%script(data-gratipay-username="kirel" data-gratipay-widget="button" src="//gttp.co/v1.js")
%p
The backend server is running on <a href="https://www.digitalocean.com/?refcode=2ed6dc53403b">Digital Ocean (referral link)</a>
so you can also reduce my hosting costs by using that referral link.
Expand Down
2 changes: 1 addition & 1 deletion source/stylesheets/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
.donate-buttons
width: 100%
display: table
.paypal, .flattr, .gratipay
.paypal, .flattr
height: 26px
display: table-cell
vertical-align: middle
Expand Down