Mercurial > sat_legacy_website
comparison templates/sat_website/membership.html @ 83:3d04a955bec4
add membership campaign's video (for now ogv, will eventually change to webm)
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 15 Jun 2015 13:52:10 +0200 |
parents | 13ebb548f234 |
children | d59bc45f83ca |
comparison
equal
deleted
inserted
replaced
82:ed78e205bec3 | 83:3d04a955bec4 |
---|---|
21 along with Foobar. If not, see <http://www.gnu.org/licenses/>. | 21 along with Foobar. If not, see <http://www.gnu.org/licenses/>. |
22 {% endcomment %} | 22 {% endcomment %} |
23 | 23 |
24 {% load i18n %} | 24 {% load i18n %} |
25 {% load staticfiles %} | 25 {% load staticfiles %} |
26 {% get_current_language as LANGUAGE_CODE %} | |
26 | 27 |
27 {% block headline %}{% trans "Join the association" %}{% endblock %} | 28 {% block headline %}{% trans "Join the association" %}{% endblock %} |
28 {% block main_container %} | 29 {% block main_container %} |
29 | 30 |
31 <div class="row"> | |
32 <div class="info text-center"> | |
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_{{ LANGUAGE_CODE }}.ogv"> | |
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> | |
35 </video> | |
36 </div> | |
37 </div> | |
38 | |
30 <div class="row"> | 39 <div class="row"> |
31 <h5 class="alert alert-success">{% trans "About the association" %}</h5> | 40 <h5 class="alert alert-success">{% trans "About the association" %}</h5> |
32 <div class="info"> | 41 <div class="info"> |
33 <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> | 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> |
34 <p><a class="btn btn-default" href="association.html" role="button">{% trans "Association" %}</a></p> | 43 <p><a class="btn btn-default" href="association.html" role="button">{% trans "Association" %}</a></p> |