comparison templates/sat_website/community.html @ 26:3df49721008c

upgrade to Bootstrap v3.3.1
author souliane <souliane@mailoo.org>
date Mon, 19 Jan 2015 21:22:40 +0100
parents 8ecf9c1db4f4
children 10ce34ab389a
comparison
equal deleted inserted replaced
25:930e73ea9e8e 26:3df49721008c
24 {% load staticfiles %} 24 {% load staticfiles %}
25 {% block headline %}{% trans "Salut à Toi's community" %}{% endblock %} 25 {% block headline %}{% trans "Salut à Toi's community" %}{% endblock %}
26 {% block subtext %}{% trans "Join us to talk, contribute, share around Salut à Toi" %}{% endblock %} 26 {% block subtext %}{% trans "Join us to talk, contribute, share around Salut à Toi" %}{% endblock %}
27 {% block main_container %} 27 {% block main_container %}
28 <div class="row"> 28 <div class="row">
29 <h4 class="alert alert-success"> 29 <h5 class="alert alert-success">
30 {% trans "Join us on Jabber :)" %} 30 {% trans "Join us on Jabber :)" %}
31 </h4> 31 </h5>
32 <div class="info"> 32 <div class="info">
33 <p>{% blocktrans with sat_muc="<a href=\"xmpp:sat@chat.jabberfr.org?join\">sat@chat.jabberfr.org</a>" %}Salut à Toi's MUC room is <strong>*the*</strong> place to discuss about the project: {{ sat_muc }}{% endblocktrans %}</p> 33 <p>{% blocktrans with sat_muc="<a href=\"xmpp:sat@chat.jabberfr.org?join\">sat@chat.jabberfr.org</a>" %}Salut à Toi's MUC room is <strong>*the*</strong> place to discuss about the project: {{ sat_muc }}{% endblocktrans %}</p>
34 </div> 34 </div>
35 </div> 35 </div>
36 36
37 <div class="row"> 37 <div class="row">
38 <h4 class="alert alert-success"> 38 <h5 class="alert alert-success">
39 {% trans "Follow the development, learn" %} 39 {% trans "Follow the development, learn" %}
40 </h4> 40 </h5>
41 <div class="info"> 41 <div class="info">
42 <p>{% blocktrans with blog="<a href=\"http://www.goffi.org\">http://www.goffi.org</a>" %}In the blog of the main developer you'll have recent informations/reflections abouts features or more general ones: {{ blog }}{% endblocktrans %}</p> 42 <p>{% blocktrans with blog="<a href=\"http://www.goffi.org\">http://www.goffi.org</a>" %}In the blog of the main developer you'll have recent informations/reflections abouts features or more general ones: {{ blog }}{% endblocktrans %}</p>
43 <p>{% blocktrans with mailing_list="<a href=\"http://lists.goffi.org\">http://lists.goffi.org</a>" %}You can subscribe to the mailing list to follow the progression, you're welcome to give your opinion (and to contribute): {{ mailing_list }}{% endblocktrans %}</p> 43 <p>{% blocktrans with mailing_list="<a href=\"http://lists.goffi.org\">http://lists.goffi.org</a>" %}You can subscribe to the mailing list to follow the progression, you're welcome to give your opinion (and to contribute): {{ mailing_list }}{% endblocktrans %}</p>
44 <p>{% blocktrans with wiki="<a href=\"http://wiki.goffi.org\">http://wiki.goffi.org</a>" %}You'll find user documentation and more technical one on the wiki: {{ wiki }}{% endblocktrans %}</p> 44 <p>{% blocktrans with wiki="<a href=\"http://wiki.goffi.org\">http://wiki.goffi.org</a>" %}You'll find user documentation and more technical one on the wiki: {{ wiki }}{% endblocktrans %}</p>
45 </div> 45 </div>
46 46
47 </div> 47 </div>
48 48
49 <div class="row"> 49 <div class="row">
50 <h4 class="alert alert-success"> 50 <h5 class="alert alert-success">
51 {% trans "Participate !" %} 51 {% trans "Participate !" %}
52 </h4> 52 </h5>
53 <div class="info"> 53 <div class="info">
54 <p>{% blocktrans %}SàT is an open project: come and discuss, give your opinion, share your thoughts. The more people will participate, the better the project will be. Share your view not only on technical points, but also on philosophical or political ones. And if you are around, come to have a talk in real life :){% endblocktrans %}</p> 54 <p>{% blocktrans %}SàT is an open project: come and discuss, give your opinion, share your thoughts. The more people will participate, the better the project will be. Share your view not only on technical points, but also on philosophical or political ones. And if you are around, come to have a talk in real life :){% endblocktrans %}</p>
55 </div> 55 </div>
56 </div> 56 </div>
57 {% endblock %} 57 {% endblock %}