added donation link to base template
[mediagoblin-libreplanet.git] / mediagoblin_libreplanet / templates / libreplanet / join.html
CommitLineData
d2229456
AE
1{#
2# MediaGoblin for LibrePlanet
3# Copyright (C) 2017 Andrew Engelbrecht <andrew@fsf.org>
4#
5# This program is free software: you can redistribute it and/or modify
6# it under the terms of the GNU Affero General Public License as published by
7# the Free Software Foundation, either version 3 of the License, or
8# (at your option) any later version.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU Affero General Public License for more details.
14#
15# You should have received a copy of the GNU Affero General Public License
16# along with this program. If not, see <http://www.gnu.org/licenses/>.
17#}
a0364380 18
5c63aa02
AE
19<style>
20.noselect {
21 -webkit-touch-callout: none; /* iOS Safari */
22 -webkit-user-select: none; /* Safari */
23 -khtml-user-select: none; /* Konqueror HTML */
24 -moz-user-select: none; /* Firefox */
25 -ms-user-select: none; /* Internet Explorer/Edge */
26 user-select: none; /* Non-prefixed version, currently
27 supported by Chrome and Opera */
28}
29</style>
30
2b91cd63
AE
31{# for spacing below the banner; see banner.html template. -- sudoman 2017-03-09 #}
32<div style="margin-top: 64px;"></div>
33
5c63aa02
AE
34<div class="noselect" style="display: inline; margin-right: 40px;">
35<div style="display: inline; margin-right: 40px;"><a href="https://my.fsf.org/donate">Donate</a></div>
a0364380 36<a href="http://fsf.org/jfb">
5c63aa02 37 <img id="join-button" src="//static.fsf.org/nosvn/join.en.png" alt="Join now" style="vertical-align: middle;">
a0364380 38</a>
5c63aa02 39</div>
a0364380 40