Mercurial > sat_legacy_website
comparison templates/sat_website/base.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 | c56b6ad62153 |
comparison
equal
deleted
inserted
replaced
132:2c4e038a6ece | 133:1bdb78a21647 |
---|---|
34 <link rel="stylesheet" href="{% static "css/sat_website.css" %}"> | 34 <link rel="stylesheet" href="{% static "css/sat_website.css" %}"> |
35 <link rel="icon" type="image/png" href="{% static "images/sat_logo_32.png" %}"> | 35 <link rel="icon" type="image/png" href="{% static "images/sat_logo_32.png" %}"> |
36 <title>{% block title %}{% trans "Salut à Toi: the multi frontend, multipurpose communication tool" %}{% endblock %}</title> | 36 <title>{% block title %}{% trans "Salut à Toi: the multi frontend, multipurpose communication tool" %}{% endblock %}</title> |
37 </head> | 37 </head> |
38 <body role="document"> | 38 <body role="document"> |
39 {% comment %}FIXME: remove "" and "overview" from the following test when the campaign is over{% endcomment %} | 39 {% comment %} |
40 {% if category != "" and category != "overview" and category != "membership" and category != "membership_form" and category != "thank_you" %} | 40 {% if category != "membership" and category != "membership_form" and category != "thank_you" %} |
41 <div class="alert alert-info banner"> | 41 <div class="alert alert-info banner"> |
42 <div class="container"> | 42 <div class="container"> |
43 | 43 |
44 {% comment %} | |
45 <div class="row"> | 44 <div class="row"> |
46 <div class="col-md-10"> | 45 <div class="col-md-10"> |
47 {% trans "We need your support to continue and move forward! Take the time to read about what we do. If you like it, please join the association." %} | 46 {% trans "We need your support to continue and move forward! Take the time to read about what we do. If you like it, please join the association." %} |
48 {% include "sat_website/finance.html" %} | 47 {% include "sat_website/finance.html" %} |
49 </div> | 48 </div> |
50 <div class="col-md-2"> | 49 <div class="col-md-2"> |
51 <a class="btn btn-default" href="membership.html" role="button">{% trans "Membership" %}</a> | 50 <a class="btn btn-default" href="membership.html" role="button">{% trans "Membership" %}</a> |
52 </div> | 51 </div> |
53 </div> | 52 </div> |
54 | 53 </div> |
55 # FIXME: dirty implementation just for the duration of the campaign! | |
56 {% endcomment %} | |
57 <div class="text-center"> | |
58 {{ campaign_countdown }} | |
59 {% if campaign_countdown > 1 %}{% trans " days" %}{% else %}{% trans "day" %}{% endif %} | |
60 {% trans "left to support our" %} | |
61 <a class="btn btn-default" style="float:none" href="http://www.arizuka.com/{% trans "en" %}/projects/libervia/" target="#" role="button">{% trans "crowdfunding campaign" %}</a> | |
62 {% trans "for an Android interface!" %} | |
63 </div> | |
64 | |
65 </div> | |
66 </div> | 54 </div> |
67 {% else %} | |
68 <div class="banner"></div> | |
69 {% endif %} | 55 {% endif %} |
56 {% endcomment %} | |
70 <nav class="navbar navbar-inverse navbar-fixed-top"> | 57 <nav class="navbar navbar-inverse navbar-fixed-top"> |
71 <div class="container"> | 58 <div class="container"> |
72 <div class="navbar-header" id="navbar-header"> | 59 <div class="navbar-header" id="navbar-header"> |
73 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> | 60 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> |
74 <span class="sr-only">Toggle navigation</span> | 61 <span class="sr-only">Toggle navigation</span> |