Mercurial > sat_legacy_website
diff templates/sat_website/community.html @ 99:dd7a496bf762
add a general footer containing the email contact + add a section for this contact in the "community" section
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 09 Oct 2015 13:02:56 +0200 |
parents | ae46991a3489 |
children | bc6a932b6328 |
line wrap: on
line diff
--- a/templates/sat_website/community.html Mon Sep 28 09:26:14 2015 +0200 +++ b/templates/sat_website/community.html Fri Oct 09 13:02:56 2015 +0200 @@ -29,16 +29,25 @@ <div class="row"> <h5 class="alert alert-success"> - {% trans "Enter the chat room." %} + {% trans "Contact the association" %} </h5> <div class="info"> - <p>{% blocktrans with sat_muc="<a target=\"#\" href=\"xmpp:sat@chat.jabberfr.org?join\">sat@chat.jabberfr.org</a>" %}Salut à Toi's multi-user chat room is <strong>*the*</strong> place to discuss the project: {{ sat_muc }}{% endblocktrans %}</p> + <p>{% trans "To contact the managers of the association, please write an email to" %} <a href="mailto:contact@salut-a-toi.xyz">contact@salut-a-toi.xyz</a> {% trans "(replace xyz with org)" %}.</p> </div> </div> <div class="row"> <h5 class="alert alert-success"> - {% trans "Follow the development and learn." %} + {% trans "Enter the chat room" %} + </h5> + <div class="info"> + <p>{% blocktrans with sat_muc="<a target=\"#\" href=\"http://chat.jabberfr.org/muckl_int/index.php?room=sat\">xmpp:sat@chat.jabberfr.org</a>" %}Salut à Toi's multi-user chat room is the best place to discuss the project. There are many ways to join it, for example using Libervia, but if you prefer to not create any account, just click the following link: {{ sat_muc }}. Please note that you can't send an email to this chat room: its identifier looks like an email address but it's not!{% endblocktrans %}</p> + </div> +</div> + +<div class="row"> + <h5 class="alert alert-success"> + {% trans "Follow the development and learn" %} </h5> <div class="info"> <p>{% blocktrans with blog="<a target=\"#\" href=\"http://www.goffi.org\">http://www.goffi.org</a>" %}On the main developer's blog, you'll get recent information/reflections about SàT's features (and also more general ones): {{ blog }}{% endblocktrans %}</p>