Skip to content

Commit

Permalink
remove dead Gratipay widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Jan 24, 2025
1 parent 045b9c2 commit a4fba8c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
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

0 comments on commit a4fba8c

Please sign in to comment.