added donation link to base template

master
Andrew Engelbrecht 7 years ago
parent 74535c607f
commit 5c63aa02aa
  1. 17
      mediagoblin_libreplanet/templates/libreplanet/join.html

@ -16,10 +16,25 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#}
<style>
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}
</style>
{# for spacing below the banner; see banner.html template. -- sudoman 2017-03-09 #}
<div style="margin-top: 64px;"></div>
<div class="noselect" style="display: inline; margin-right: 40px;">
<div style="display: inline; margin-right: 40px;"><a href="https://my.fsf.org/donate">Donate</a></div>
<a href="http://fsf.org/jfb">
<img id="join-button" src="//static.fsf.org/nosvn/join.en.png" alt="Join now" style="margin-right: 40px" />
<img id="join-button" src="//static.fsf.org/nosvn/join.en.png" alt="Join now" style="vertical-align: middle;">
</a>
</div>

Loading…
Cancel
Save