comparison templates/sat_website/association.html @ 55:a1e457ac6871

split adhesion.html between adhesion.html and association.html
author souliane <souliane@mailoo.org>
date Tue, 05 May 2015 15:02:50 +0200
parents templates/sat_website/adhesion.html@84c2e20d3de1
children 01e9c646999f
comparison
equal deleted inserted replaced
54:d54f2f09a73a 55:a1e457ac6871
1 {% extends "sat_website/category.html" %} 1 {% extends "sat_website/category.html" %}
2 2
3 {% comment %} 3 {% comment %}
4 SàT website: Salut à Toi's presentation website 4 SàT website: Salut à Toi's presentation website
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org) 5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org)
6 Copyright (C) 2014 Adrien Cossa (souliane@mailoo.org)
6 7
7 This file is part of SàT website. 8 This file is part of SàT website.
8 9
9 SàT website is free software: you can redistribute it and/or modify 10 SàT website is free software: you can redistribute it and/or modify
10 it under the terms of the GNU Affero General Public License as published by 11 it under the terms of the GNU Affero General Public License as published by
21 {% endcomment %} 22 {% endcomment %}
22 23
23 {% load i18n %} 24 {% load i18n %}
24 {% load staticfiles %} 25 {% load staticfiles %}
25 26
26 {% block headline %}{% trans "The association" %}{% endblock %} 27 {% block headline %}{% trans "Salut à Toi's association" %}{% endblock %}
27 {% block subtext %}{% trans "subtext" %}{% endblock %} 28 {% block subtext %}{% trans "The legal structure supporting the project." %}{% endblock %}
28 {% block main_container %} 29 {% block main_container %}
29 30
30 <div class="row"> 31 <div class="row">
31 <h5 class="alert alert-success"> 32
32 {% trans "Subtitle 1" %} 33 <h5 class="alert alert-success">{% trans "Mission" %}</h5>
33 </h5>
34 <div class="info"> 34 <div class="info">
35 <p>{% blocktrans %}dummy{% endblocktrans %}</p> 35 <p>{% blocktrans %}The Salut à Toi association has been created in june 2014 and is responsible for developing, promoting and funding the software. The association is non-profit, self-managed and open for everybody to join. The managing instance is a college which is today composed by the two main developers: Jérôme who started this as a personal project in 2008 and Adrien who joined him in 2013.{% endblocktrans %}</p>
36 </div>
37
38 <h5 class="alert alert-success">{% trans "Funding" %}</h5>
39 <div class="info">
40 <p>{% blocktrans %}We have been working full time on Salut à Toi for a while and we plan to keep on doing it. We are now trying to raise enough money to see if we could let the association hire us (we made apropriate research about that and we know that the 1901 French law makes it possible). Our financial model is very simple: the software should always be libre, ethical and free, we are totally against advertisement and we believe in mutual help. We are confident that the people who enjoy what we do will be numerous enough and happy to support us, via joining the association and paying a cotisation.{% endblocktrans %}</p>
41 <p>{% blocktrans %}Because the money should not operate any separation between us, the people who can not or who do not want to participate financially can still join the association for free and as a moral support. The French law doesn't allow the member to decide the amount of his cotisation, so we had to fix several amounts in the Rules of Procedure: 0, 10, 20, 30, 50, 80 or 100. If you want to raise over 100 €, it is possible to do it as a donation (which is not the same as a cotisation). In that case, please contact us. Because we want to stay 100% indepedent and autonomous, we won't allow any company to hi-jack the project and we will never add any donator's logo to the website.{% endblocktrans %}</p>
42 <p><a class="btn btn-default" href="adhesion.html" role="button">{% trans "Adhesion" %}</a></p>
43 </div>
44
45 <h5 class="alert alert-success">{% trans "Official documents" %}</h5>
46 <div class="info">
47 <p><a target="#" href="{{ asso_url_statutes }}">{% trans "Statutes of the association" %}</a> (fr)</p>
48 <p><a target="#" href="{{ asso_url_rules }}">{% trans "Rules of the association" %}</a> (fr)</p>
49 <p><a target="#" href="http://repos.goffi.org/sat_docs/file/tip/association">{% trans "Minutes" %}</a> (fr)</p>
36 </div> 50 </div>
37 </div> 51 </div>
38 52
39 {% endblock %} 53 {% endblock %}