annotate templates/sat_website/membership.html @ 85:3189fd4a15fa

do not preload campaign video
author souliane <souliane@mailoo.org>
date Mon, 15 Jun 2015 17:37:49 +0200
parents d59bc45f83ca
children 45770a652636
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
37
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
1 {% extends "sat_website/category.html" %}
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
2
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
3 {% comment %}
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
4 SàT website: Salut à Toi's presentation website
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org)
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
6 Copyright (C) 2014 Adrien Cossa (souliane@mailoo.org)
37
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
7
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
8 This file is part of SàT website.
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
9
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
10 SàT website is free software: you can redistribute it and/or modify
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
11 it under the terms of the GNU Affero General Public License as published by
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
12 the Free Software Foundation, either version 3 of the License, or
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
13 (at your option) any later version.
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
14
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
15 Foobar is distributed in the hope that it will be useful,
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
18 GNU Affero General Public License for more details.
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
19
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
20 You should have received a copy of the GNU Affero General Public License
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
21 along with Foobar. If not, see <http://www.gnu.org/licenses/>.
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
22 {% endcomment %}
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
23
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
24 {% load i18n %}
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
25 {% load staticfiles %}
83
3d04a955bec4 add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents: 77
diff changeset
26 {% get_current_language as LANGUAGE_CODE %}
37
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
27
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
28 {% block headline %}{% trans "Join the association" %}{% endblock %}
37
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
29 {% block main_container %}
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
30
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
31 <div class="row">
83
3d04a955bec4 add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents: 77
diff changeset
32 <div class="info text-center">
85
3189fd4a15fa do not preload campaign video
souliane <souliane@mailoo.org>
parents: 84
diff changeset
33 <video class="video-campaign" poster="http://ftp.goffi.org/media/video/posters/libervia_adhesion_2015.png" controls="controls" src="http://ftp.goffi.org/media/video/libervia_adhesion_2015_fr.webm" preload="none">
83
3d04a955bec4 add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents: 77
diff changeset
34 Votre butineur ne gère pas la balise « video », vous devriez le mettre à jour, par ex. avec le dernier <a href="http://www.mozilla.org/">Firefox</a>
3d04a955bec4 add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents: 77
diff changeset
35 </video>
3d04a955bec4 add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents: 77
diff changeset
36 </div>
3d04a955bec4 add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents: 77
diff changeset
37 </div>
3d04a955bec4 add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents: 77
diff changeset
38
3d04a955bec4 add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents: 77
diff changeset
39 <div class="row">
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
40 <h5 class="alert alert-success">{% trans "About the association" %}</h5>
37
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
41 <div class="info">
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
42 <p>{% trans "We want it to be as transparent as the software. You can read about its mission, its organisation and check the official documents." %}</p>
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
43 <p><a class="btn btn-default" href="association.html" role="button">{% trans "Association" %}</a></p>
37
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
44 </div>
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
45 </div>
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
46
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
47 <div class="row">
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
48 <h5 class="alert alert-success">{% trans "Become a member" %}</h5>
37
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
49 <div class="info">
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
50 <p>{% blocktrans %}For 2015, we need about {{ asso_finance_target }} € for:
37
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
51 <ul>
67
ae46991a3489 English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents: 57
diff changeset
52 <li>two full-time salaries based on the French minimal salary;</li>
ae46991a3489 English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents: 57
diff changeset
53 <li>hosting this web site and the Libervia demo and registering the domain names;</li>
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
54 <li>fees for the association's bank account and the online payment system (apayer.fr);</li>
69
b39b48519820 add details in adhesion.html
souliane <souliane@mailoo.org>
parents: 67
diff changeset
55 <li>administrative help such as a lawyer or an accountant;</li>
b39b48519820 add details in adhesion.html
souliane <souliane@mailoo.org>
parents: 67
diff changeset
56 <li>travel expenses to attend and participate in meetings;</li>
b39b48519820 add details in adhesion.html
souliane <souliane@mailoo.org>
parents: 67
diff changeset
57 <li>hardware to develop and test the software;</li>
67
ae46991a3489 English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents: 57
diff changeset
58 <li>miscellaneous extra costs such as printing.</li>
37
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
59 </ul>
67
ae46991a3489 English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents: 57
diff changeset
60 Which makes, with an average annual contribution of 10 € per subscription, {{ asso_members_target }} members before December, 31<sup>st</sup> 2015!
37
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
61 {% endblocktrans %}
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
62 </p>
71
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 69
diff changeset
63 {% include "sat_website/finance.html" with obj="members" %}
37
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
64 {% include "sat_website/finance.html" %}
67
ae46991a3489 English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents: 57
diff changeset
65 <p>{% trans "The membership lasts exactly one year and isn't automatically renewed: you have to renew it yourself and you can change the amount of your subscription every year." %}</p>
37
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
66 <p>
57
bfa8009f0769 improve the subscription form
souliane <souliane@mailoo.org>
parents: 55
diff changeset
67 {% trans "To join the association without paying any subscription or to proceed with a bank transfer, please use our internal form:" %}
37
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
68 </p>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
69 <p class="text-center">
77
13ebb548f234 use membership instead of adhesion in English (also rename the files)
souliane <souliane@mailoo.org>
parents: 71
diff changeset
70 <a class="btn btn-primary btn-lg" href="membership_form.html" role="button">{% trans "Join for free or proceed with a transfer" %}</a>
37
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
71 </p>
67
ae46991a3489 English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents: 57
diff changeset
72 <p>{% trans "If you prefer to proceed by card, you can directly use a secure payment service hosted by our bank. We unfortunately cannot pre-fill the form fields. Please enter a positive amount from those defined in the Rules of Procedure: 10, 20, 30, 50, 80 or 100." %}
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
73 </p>
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
74 <p class="text-center">
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
75 <a class="btn btn-primary btn-lg" href="https://www.apayer.fr/salut-a-toi" target="#" role="button">{% trans "Join and proceed by card" %}</a>
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 53
diff changeset
76 </p>
37
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
77 </div>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
78 </div>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
79
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
80 {% endblock %}