comparison templates/sat_website/membership.html @ 133:1bdb78a21647

adapt the website after the campaign on Arizuka finished
author souliane <souliane@mailoo.org>
date Sun, 06 Dec 2015 16:11:06 +0100
parents 699b9b130368
children d0cd185f9b61
comparison
equal deleted inserted replaced
132:2c4e038a6ece 133:1bdb78a21647
25 {% load staticfiles %} 25 {% load staticfiles %}
26 {% get_current_language as LANGUAGE_CODE %} 26 {% get_current_language as LANGUAGE_CODE %}
27 27
28 {% block headline %}{% trans "Join the association" %}{% endblock %} 28 {% block headline %}{% trans "Join the association" %}{% endblock %}
29 {% block main_container %} 29 {% block main_container %}
30
31 {% comment %}
32 <div class="row">
33 <div class="info text-center">
34 <video class="video-campaign" poster="http://ftp.goffi.org/media/video/posters/libervia_adhesion_2015.png" controls preload="none">
35 <source src="http://ftp.goffi.org/media/video/libervia_adhesion_2015_{% trans "en" %}.webm" type='video/webm; codecs="vp8.0, vorbis"'>
36 <source src="http://ftp.goffi.org/media/video/libervia_adhesion_2015_{% trans "en" %}.ogv" type='video/ogg; codecs="theora, vorbis"'>
37 {% get_language_info for LANGUAGE_CODE as lang %}
38 <track label="{{lang.name_local}}" src="http://ftp.goffi.org/media/video/libervia_adhesion_2015_{{LANGUAGE_CODE}}.vtt" kind="subtitles" srclang="{{LANGUAGE_CODE}}" default />
39 {% 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 %}
40 </video>
41 </div>
42 </div>
43
44 # FIXME: dirty implementation just for the duration of the campaign!
45 {% endcomment %}
46
47 <div class="row">
48 <div class="alert alert-info">
49 <p style="text-align: center">
50 <a href="http://www.arizuka.com/{% trans "en" %}/projects/libervia/" target="#">
51 <img src="{% static "images/misc/campagne_android.png" %}" style="max-width:100%;" />
52 </a>
53 </p>
54 <p>&nbsp;</p>
55 <p style="max-width: 754px; text-align: justify; margin: auto">
56 {% trans "We are curently running a crowdfunding campaign for the development of an <b>Android application</b> (frontend for smartphones)." %}
57 {% trans "During this period, we would kindly ask you to support the campaign instead of paying a membership fee. It is still and always possible to join the association for free. It doesn't change anything for you but it helps the campaign to succeed. <b>Thank you!</b>" %}
58 </p>
59 <p style="text-align: center; font-size: x-large">
60 {{ campaign_countdown }}
61 {% if campaign_countdown > 1 %}{% trans " days" %}{% else %}{% trans "day" %}{% endif %}
62 {% trans "left!" %}
63 </p>
64 <p style="text-align: center">
65 <a class="btn btn-primary btn-lg" href="http://www.arizuka.com/{% trans "en" %}/projects/libervia/" target="#" role="button">{% trans "Crowdfunding campaign" %}</a>
66 </p>
67 </div>
68 </div>
69 30
70 <div class="row"> 31 <div class="row">
71 <h5 class="alert alert-success">{% trans "About the association" %}</h5> 32 <h5 class="alert alert-success">{% trans "About the association" %}</h5>
72 <div class="info"> 33 <div class="info">
73 <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>{% 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>
110 <a class="btn btn-default" href="https://www.apayer.fr/salut-a-toi" target="#" role="button">{% trans "Join and proceed by card" %}</a> 71 <a class="btn btn-default" href="https://www.apayer.fr/salut-a-toi" target="#" role="button">{% trans "Join and proceed by card" %}</a>
111 </p> 72 </p>
112 </div> 73 </div>
113 </div> 74 </div>
114 75
76 <div class="row">
77 <h5 class="alert alert-success">{% trans "Donations" %}</h5>
78 <div class="info">
79 <p>{% trans "If you prefer, you can also make a donation without joining the association. Your bank transfer can be made to the following account:" %}</p>
80 <p>
81 {% trans "Payee:" %} Salut à Toi
82 <br/>
83 IBAN: FR76 1027 8060 4300 0207 3220 109
84 <br/>
85 BIC: CMCIFR2A
86 <p>
87 <p>
88 {% trans "Bank:" %} Crédit Mutuel (France)
89 </p>
90 </div>
91 </div>
92
115 {% endblock %} 93 {% endblock %}