Mercurial > sat_legacy_website
comparison templates/sat_website/overview.html @ 120:80a0f195231a
show the campaign big banner on the "overview" page
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 06 Nov 2015 09:07:12 +0100 |
parents | 777750923062 |
children | 544859115f88 |
comparison
equal
deleted
inserted
replaced
119:b9db98c5a007 | 120:80a0f195231a |
---|---|
37 <div class="lead">{% blocktrans %}Multipurpose, multi frontend, free (libre) and decentralised communication tool.{% endblocktrans %}</div> | 37 <div class="lead">{% blocktrans %}Multipurpose, multi frontend, free (libre) and decentralised communication tool.{% endblocktrans %}</div> |
38 </div> | 38 </div> |
39 </div> | 39 </div> |
40 </h1> | 40 </h1> |
41 </header> | 41 </header> |
42 | |
43 {% comment %}FIXME: remove when the campaign is over{% endcomment %} | |
44 <div class="row"> | |
45 <div class="alert alert-info"> | |
46 <p style="text-align: center"> | |
47 <a href="http://www.arizuka.com/{{LANGUAGE_CODE}}/projects/libervia/" target="#"> | |
48 <img src="{% static "images/misc/campagne_android.png" %}" style="max-width:100%;" /> | |
49 </a> | |
50 </p> | |
51 <p> </p> | |
52 <p style="max-width: 754px; text-align: justify; margin: auto"> | |
53 {% trans "We are curently running a crowdfunding campaign for the development of an <b>Android application</b> (frontend for smartphones)." %} | |
54 {% 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>" %} | |
55 </p> | |
56 <p style="text-align: center; font-size: x-large"> | |
57 {{ campaign_countdown }} | |
58 {% if campaign_countdown > 1 %}{% trans " days" %}{% else %}{% trans "day" %}{% endif %} | |
59 {% trans "left!" %} | |
60 </p> | |
61 <p style="text-align: center"> | |
62 <a class="btn btn-primary btn-lg" href="http://www.arizuka.com/{{LANGUAGE_CODE}}/projects/libervia/" target="#" role="button">{% trans "Crowdfunding campaign" %}</a> | |
63 </p> | |
64 </div> | |
65 </div> | |
42 | 66 |
43 <div class="overview_spacer"></div> | 67 <div class="overview_spacer"></div> |
44 | 68 |
45 <div> | 69 <div> |
46 <p class="text-center">{% trans "SàT includes several sub-projects. Libervia, a web interface to discuss and blog with the persons of your choice, is one of them:" %}</p> | 70 <p class="text-center">{% trans "SàT includes several sub-projects. Libervia, a web interface to discuss and blog with the persons of your choice, is one of them:" %}</p> |