comparison templates/sat_website/overview.html @ 44:d721c8ffa22a

misc updates: - check for different passwords in registration form - update overview.html and features.html - add missing pages (to be completed)
author souliane <souliane@mailoo.org>
date Tue, 27 Jan 2015 18:28:06 +0100
parents 73c6333fd124
children 62c23067e86e
comparison
equal deleted inserted replaced
43:c86737a3af94 44:d721c8ffa22a
24 {% load staticfiles %} 24 {% load staticfiles %}
25 25
26 {% block content %} 26 {% block content %}
27 27
28 <div class="container" role="main"> 28 <div class="container" role="main">
29
30 <header id="overview" class="subhead"> 29 <header id="overview" class="subhead">
31 <h1><img id="overview_logo" src="{% static "images/sat_logo_64.png" %}" >Salut à Toi (SàT) is currently in development.</h1> 30 <h1>
32 <p class="lead">{% blocktrans %}Multi-purposes, multi-frontends, libre and decentralised communication tool.{% endblocktrans %}</p> 31 <div class="row">
32 <div class="col-md-1">
33 <img id="overview_logo" src="{% static "images/sat_logo_64.png" %}" >
34 </div>
35 <div class="col-md-11">
36 Salut à Toi (SàT) is currently under development.
37 <div class="lead">{% blocktrans %}Multi-purposes, multi-frontends, libre and decentralised communication tool.{% endblocktrans %}</div>
38 </div>
39 </div>
40 </h1>
33 </header> 41 </header>
34 42
35 <div class="well"> 43 <div class="overview_spacer"></div>
36 <h4>{% trans "The association" %}</h4> 44
37 <p>{% blocktrans %}Salut à Toi and Libervia are developed by a non-profit and self-managed association. We are fighting against the hold-up of the Internet by private corporations and its abusive governmental control. Do you want to help us? The adhesion is open to everybody and the amount of the cotisation is up to you, from 0 to 100€. To join for free means something to us, it's a moral support! {% endblocktrans %}</p> 45 <div>
38 {% include "sat_website/finance.html" %} 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>
39 <p> 47 <img class="thumbnail img-thumbnail" src="{% static "images/screenshots/libervia/libervia_overview.png" %}" >
40 <a class="btn btn-default" href="adhesion.html" role="button">{% trans "Adhesion" %}</a> 48 <p class="text-center">
49 <a class="btn btn-primary btn-lg" href="{{ libervia_demo_url }}" target="#" role="button">{% trans "Libervia demo version" %}</a>
41 </p> 50 </p>
42 </div> 51 </div>
52
53 <div class="overview_spacer"></div>
43 54
44 <div class="row"> 55 <div class="row">
45 <div class="col-md-6"> 56 <div class="col-md-6">
46 <h3>{% trans "Multi-purposes" %}</h3> 57 <h3>{% trans "Multi-purposes" %}</h3>
47 SàT covers a large spectrum of the Internet usages: 58 SàT covers a large spectrum of the Internet usages:
80 </div> 91 </div>
81 </div> 92 </div>
82 93
83 <div class="overview_spacer"></div> 94 <div class="overview_spacer"></div>
84 95
85 <div> 96 <div class="well">
86 <p>{% 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> 97 <h4>{% trans "The association" %}</h4>
87 <img class="thumbnail img-thumbnail" src="{% static "images/screenshots/libervia/libervia_overview.png" %}" > 98 <p>{% blocktrans %}Salut à Toi and Libervia are developed by a non-profit and self-managed association. We are fighting against the hold-up of the Internet by private corporations and its abusive governmental control. Do you want to help us? The adhesion is open to everybody and the amount of the cotisation is up to you, from 0 to 100€. To join for free means something to us, it's a moral support! {% endblocktrans %}</p>
88 <p class="text-center"> 99 {% include "sat_website/finance.html" %}
89 <a class="btn btn-primary btn-lg" href="{{ libervia_demo_url }}" target="#" role="button">{% trans "Libervia demo version" %}</a> 100 <p>
101 <a class="btn btn-default" href="adhesion.html" role="button">{% trans "Adhesion" %}</a>
90 </p> 102 </p>
91 </div> 103 </div>
92 104
93 <div class="overview_spacer"></div> 105 <div class="overview_spacer"></div>
94 106
95 <div class="well"> 107 <div class="well">
96 <h4>{% trans "Run it yourself!" %}</h4> 108 <h4>{% trans "Run it yourself!" %}</h4>
97 <p>{% trans "If you enjoyed testing our demonstration version of Libervia and if you have the technical knowledge to do it, you can download the software and run it at home. Even better, you can host a Libervia server instance with your association and help the decentralisation! Our goal is not to host every account on our server... we don't want your data!" %}</p> 109 <p>{% trans "If you enjoyed testing our demonstration version of Libervia and if you have the technical knowledge to do it, you can download the software and run it on your own machine. Even better, you can host a permanent Libervia server instance, at home or with via an association, and help the decentralisation! Our goal is not to host every account on our server... we don't want your data!" %}</p>
98 <p><a class="btn btn-default" href="downloads.html" role="button">{% trans "Downloads" %}</a></p> 110 <p><a class="btn btn-default" href="downloads.html" role="button">{% trans "Downloads" %}</a></p>
99 </div> 111 </div>
100 </div> 112 </div>
101 113
102 {% endblock %} 114 {% endblock %}