Mercurial > sat_legacy_website
annotate templates/sat_website/membership.html @ 93:9ae3d9c8b28a
actually display the subtitles (with Firefox it is used only when it's the first <track /> of the list, and when the "default" option is present)
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 16 Jun 2015 21:26:58 +0200 |
parents | 5de2a3dd4e67 |
children | e138879873f1 |
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"> |
86
45770a652636
use source tag to display video (tip from Link Mauve)
souliane <souliane@mailoo.org>
parents:
85
diff
changeset
|
33 <video class="video-campaign" poster="http://ftp.goffi.org/media/video/posters/libervia_adhesion_2015.png" controls preload="none"> |
90
5de2a3dd4e67
change VideoDesc attribute path to paths, a dict where you can specify a different path for each language
souliane <souliane@mailoo.org>
parents:
86
diff
changeset
|
34 <source src="http://ftp.goffi.org/media/video/libervia_adhesion_2015_{{LANGUAGE_CODE}}.webm" type='video/webm; codecs="vp8.0, vorbis"'> |
5de2a3dd4e67
change VideoDesc attribute path to paths, a dict where you can specify a different path for each language
souliane <souliane@mailoo.org>
parents:
86
diff
changeset
|
35 <source src="http://ftp.goffi.org/media/video/libervia_adhesion_2015_{{LANGUAGE_CODE}}.ogv" type='video/ogg; codecs="theora, vorbis"'> |
93
9ae3d9c8b28a
actually display the subtitles (with Firefox it is used only when it's the first <track /> of the list, and when the "default" option is present)
souliane <souliane@mailoo.org>
parents:
90
diff
changeset
|
36 {% get_language_info for LANGUAGE_CODE as lang %} |
9ae3d9c8b28a
actually display the subtitles (with Firefox it is used only when it's the first <track /> of the list, and when the "default" option is present)
souliane <souliane@mailoo.org>
parents:
90
diff
changeset
|
37 <track label="{{lang.name_local}}" src="http://ftp.goffi.org/media/video/libervia_adhesion_2015_{{LANGUAGE_CODE}}.vtt" kind="subtitles" srclang="{{LANGUAGE_CODE}}" default /> |
9ae3d9c8b28a
actually display the subtitles (with Firefox it is used only when it's the first <track /> of the list, and when the "default" option is present)
souliane <souliane@mailoo.org>
parents:
90
diff
changeset
|
38 {% blocktrans with firefox="<a href=\"http://www.mozilla.org/\">Firefox</a>" %}Your browser doesn't manage the « video » tag, you should update, e.g. with the last {{ firefox }}.{% endblocktrans %} |
83
3d04a955bec4
add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents:
77
diff
changeset
|
39 </video> |
3d04a955bec4
add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents:
77
diff
changeset
|
40 </div> |
3d04a955bec4
add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents:
77
diff
changeset
|
41 </div> |
3d04a955bec4
add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents:
77
diff
changeset
|
42 |
3d04a955bec4
add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents:
77
diff
changeset
|
43 <div class="row"> |
55
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
44 <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
|
45 <div class="info"> |
55
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
46 <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
|
47 <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
|
48 </div> |
55
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
49 </div> |
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
50 |
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
51 <div class="row"> |
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
52 <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
|
53 <div class="info"> |
55
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
54 <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
|
55 <ul> |
67
ae46991a3489
English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents:
57
diff
changeset
|
56 <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
|
57 <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
|
58 <li>fees for the association's bank account and the online payment system (apayer.fr);</li> |
69 | 59 <li>administrative help such as a lawyer or an accountant;</li> |
60 <li>travel expenses to attend and participate in meetings;</li> | |
61 <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
|
62 <li>miscellaneous extra costs such as printing.</li> |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
63 </ul> |
67
ae46991a3489
English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents:
57
diff
changeset
|
64 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
|
65 {% endblocktrans %} |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
66 </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
|
67 {% include "sat_website/finance.html" with obj="members" %} |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
68 {% include "sat_website/finance.html" %} |
67
ae46991a3489
English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents:
57
diff
changeset
|
69 <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
|
70 <p> |
57
bfa8009f0769
improve the subscription form
souliane <souliane@mailoo.org>
parents:
55
diff
changeset
|
71 {% 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
|
72 </p> |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
73 <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
|
74 <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
|
75 </p> |
67
ae46991a3489
English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents:
57
diff
changeset
|
76 <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
|
77 </p> |
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
78 <p class="text-center"> |
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
79 <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
|
80 </p> |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
81 </div> |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
82 </div> |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
83 |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
84 {% endblock %} |