Mercurial > sat_legacy_website
changeset 35:10ce34ab389a
dummy patch (just add some new lines to make space between the blocks)
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 27 Jan 2015 08:16:27 +0100 |
parents | 9d553570cc61 |
children | c28f8102b552 |
files | templates/sat_website/category.html templates/sat_website/community.html templates/sat_website/developers.html templates/sat_website/features.html templates/sat_website/frontends.html templates/sat_website/screenshots.html templates/sat_website/screenshots_tech.html templates/sat_website/social_contract.html |
diffstat | 8 files changed, 17 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/sat_website/category.html Tue Jan 27 08:20:30 2015 +0100 +++ b/templates/sat_website/category.html Tue Jan 27 08:16:27 2015 +0100 @@ -25,8 +25,8 @@ <div class="container"> <header id="overview" class="subhead"> <h2>{% block headline %}{% endblock %}</h2> - <p class="lead">{% block subtext %}{% endblock %}</p> - {% block extra %}{% endblock %} + <p class="lead">{% block subtext %}{% endblock %}</p> + {% block extra %}{% endblock %} </header> {% block main_container %}{% endblock %} </div>
--- a/templates/sat_website/community.html Tue Jan 27 08:20:30 2015 +0100 +++ b/templates/sat_website/community.html Tue Jan 27 08:16:27 2015 +0100 @@ -22,9 +22,11 @@ {% load i18n %} {% load staticfiles %} + {% block headline %}{% trans "Salut à Toi's community" %}{% endblock %} {% block subtext %}{% trans "Join us to talk, contribute, share around Salut à Toi" %}{% endblock %} {% block main_container %} + <div class="row"> <h5 class="alert alert-success"> {% trans "Join us on Jabber :)" %} @@ -54,4 +56,5 @@ <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> </div> + {% endblock %}
--- a/templates/sat_website/developers.html Tue Jan 27 08:20:30 2015 +0100 +++ b/templates/sat_website/developers.html Tue Jan 27 08:16:27 2015 +0100 @@ -22,9 +22,11 @@ {% load i18n %} {% load staticfiles %} + {% block headline %}{% trans "Salut à Toi: contributing" %}{% endblock %} {% block subtext %}{% trans "Here are some informations on how to develop the Salut à Toi project" %}{% endblock %} {% block main_container %} + <div class="row"> <h5 class="alert alert-success"> {% trans "Get the source" %} @@ -55,4 +57,5 @@ <p>{% blocktrans with sat_muc="<a href=\"xmpp:sat@chat.jabberfr.org?join\">sat@chat.jabberfr.org</a>" %}The best way to join us is on SàT's Jabber room: {{ sat_muc }}{% endblocktrans %}</p> </div> </div> + {% endblock %}
--- a/templates/sat_website/features.html Tue Jan 27 08:20:30 2015 +0100 +++ b/templates/sat_website/features.html Tue Jan 27 08:16:27 2015 +0100 @@ -22,10 +22,12 @@ {% load i18n %} {% load staticfiles %} + {% block headline %}{% trans "Salut à Toi's features" %}{% endblock %} {% block subtext %}{% trans "SàT is a feature rich XMPP client, here is a round up of them." %}{% endblock %} {% block extra %}<span class="label label-success">{% trans "Click on the feature name to have a more detailed description" %}</span>{% endblock %} {% block main_container %} + <div class="row"> <div class="col-md-2"> <a href="frontends">{% trans "Multi-frontends" %}</a>
--- a/templates/sat_website/frontends.html Tue Jan 27 08:20:30 2015 +0100 +++ b/templates/sat_website/frontends.html Tue Jan 27 08:16:27 2015 +0100 @@ -22,10 +22,11 @@ {% load i18n %} {% load staticfiles %} + {% block headline %}{% trans "Salut à Toi's frontends" %}{% endblock %} {% block subtext %}{% trans "SàT is multi-frontends: use the one that best fits your needs" %}{% endblock %} -{# {% block extra %}<span class="label label-success">{% trans "Click on the frontend screenshot to have a more detailed description" %}</span>{% endblock %} #} {% block main_container %} + <div class="row"> <div class="col-md-4"> <h2>{% trans "Primitivus" %} <small>{% trans "the console interface" %}</small></h2>
--- a/templates/sat_website/screenshots.html Tue Jan 27 08:20:30 2015 +0100 +++ b/templates/sat_website/screenshots.html Tue Jan 27 08:16:27 2015 +0100 @@ -25,4 +25,5 @@ {% block main_container %} {% include "sat_website/gallery.html" %} + {% endblock %}
--- a/templates/sat_website/screenshots_tech.html Tue Jan 27 08:20:30 2015 +0100 +++ b/templates/sat_website/screenshots_tech.html Tue Jan 27 08:16:27 2015 +0100 @@ -25,4 +25,5 @@ {% block main_container %} {% include "sat_website/gallery.html" %} + {% endblock %}
--- a/templates/sat_website/social_contract.html Tue Jan 27 08:20:30 2015 +0100 +++ b/templates/sat_website/social_contract.html Tue Jan 27 08:16:27 2015 +0100 @@ -23,8 +23,10 @@ {% load i18n %} {% load staticfiles %} {% load markdown_deux_tags %} + {% block headline %}{% trans "Salut à Toi's social contract" %}{% endblock %} {% block main_container %} + <div class="row"> <div class="col-md-8 col-md-offset-2"> <div id="social_contract"> @@ -32,4 +34,5 @@ </div> </div> </div> + {% endblock %}