added donation link to base template
[mediagoblin-libreplanet.git] / mediagoblin_libreplanet / templates / libreplanet / join.html
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 #}
18
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
31 {# for spacing below the banner; see banner.html template. -- sudoman 2017-03-09 #}
32 <div style="margin-top: 64px;"></div>
33
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>
36 <a href="http://fsf.org/jfb">
37 <img id="join-button" src="//static.fsf.org/nosvn/join.en.png" alt="Join now" style="vertical-align: middle;">
38 </a>
39 </div>
40