Mercurial > sat_legacy_website
diff 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 |
line wrap: on
line diff
--- a/templates/sat_website/community.html Mon Jan 19 14:23:56 2015 +0100 +++ b/templates/sat_website/community.html Mon Jan 19 21:22:40 2015 +0100 @@ -26,18 +26,18 @@ {% block subtext %}{% trans "Join us to talk, contribute, share around Salut à Toi" %}{% endblock %} {% block main_container %} <div class="row"> - <h4 class="alert alert-success"> + <h5 class="alert alert-success"> {% trans "Join us on Jabber :)" %} - </h4> + </h5> <div class="info"> <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> </div> </div> <div class="row"> - <h4 class="alert alert-success"> + <h5 class="alert alert-success"> {% trans "Follow the development, learn" %} - </h4> + </h5> <div class="info"> <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> <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> @@ -47,9 +47,9 @@ </div> <div class="row"> - <h4 class="alert alert-success"> + <h5 class="alert alert-success"> {% trans "Participate !" %} - </h4> + </h5> <div class="info"> <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> </div>