footer: Change link and tooltip text

OpenCollective is not the only way to donate. We should just refer users to the donate page (which already emphasizes OpenCollective at the top anyway) if a user prefers to donate via cryptocurrencies.

Also 
* Change "ad free" to "ad-free" and adjust grammar of the last bit
* Move href attribute to the front to be more consistent with the others
This commit is contained in:
djoate 2019-11-10 04:25:08 +00:00 committed by GitHub
parent 4b60a4d211
commit 4e730fec08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@
<div class="col-sm-4 mb-3 d-flex justify-content-center"> <div class="col-sm-4 mb-3 d-flex justify-content-center">
<i class="fas fa-donate fa-2x"></i> <i class="fas fa-donate fa-2x"></i>
<a data-toggle="tooltip" data-placement="top" data-original-title="Please support this project by donating. We are ad free and not affiliated with any providers. Your donation will cover our cost for server and domain." href="https://opencollective.com/privacytoolsio#section-contribute">Support Us!</a> <a href="/donate/" data-toggle="tooltip" data-placement="top" data-original-title="Please support this project by donating. We are ad-free and not affiliated with any providers. Your donation will cover our costs for servers and domains.">Support Us!</a>
</div> </div>
</div> </div>