Mercurial > sat_legacy_website
changeset 127:82cec659362b
add 3 new screenshots from version 0.6, replace Libervia's overview
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 01 Dec 2015 20:01:48 +0100 |
parents | 90d5f6a80c4e |
children | 1ed40e1ce611 |
files | sat_website/media.py static/images/screenshots/0.6/login_screen.png static/images/screenshots/0.6/overview.png static/images/screenshots/0.6/static_blog_with_comment.png templates/sat_website/frontends.html templates/sat_website/overview.html |
diffstat | 6 files changed, 10 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/sat_website/media.py Tue Dec 01 19:59:24 2015 +0100 +++ b/sat_website/media.py Tue Dec 01 20:01:48 2015 +0100 @@ -54,6 +54,13 @@ media = [ + ImageDesc("images/screenshots/0.6/login_screen.png", _(u"Login screen"), + {_(u"frontend"): "libervia", _(u"version"): "0.6", _(u"year"): "2015"}), + ImageDesc("images/screenshots/0.6/overview.png", _(u"Overview"), + {_(u"frontend"): "libervia", _(u"version"): "0.6", _(u"year"): "2015"}), + ImageDesc("images/screenshots/0.6/static_blog_with_comment.png", _(u"Static blog"), + {_(u"frontend"): "libervia", _(u"version"): "0.6", _(u"year"): "2015"}), + # use OrderedDict when more than one language, the first item is the default one VideoDesc(OrderedDict({"en": video + "libervia_adhesion_2015_en.webm", "fr": video + "libervia_adhesion_2015_fr.webm"}),
--- a/templates/sat_website/frontends.html Tue Dec 01 19:59:24 2015 +0100 +++ b/templates/sat_website/frontends.html Tue Dec 01 20:01:48 2015 +0100 @@ -30,8 +30,8 @@ <div class="row"> <div class="col-md-4"> <h2>{% trans "Libervia" %} <small>{% trans "web frontend" %}</small></h2> - <a href="{% static "images/screenshots/0.5/overview_libervia.png" %}" target="#" class="thumbnail"> - <img src="{% static "images/screenshots/0.5/overview_libervia.png" %}" alt="{% trans "Libervia's main view" %}"> + <a href="{% static "images/screenshots/0.6/overview.png" %}" target="#" class="thumbnail"> + <img src="{% static "images/screenshots/0.6/overview.png" %}" alt="{% trans "Libervia's main view" %}"> </a> </div>
--- a/templates/sat_website/overview.html Tue Dec 01 19:59:24 2015 +0100 +++ b/templates/sat_website/overview.html Tue Dec 01 20:01:48 2015 +0100 @@ -68,7 +68,7 @@ <div> <p class="text-center">{% trans "SàT includes several sub-projects. Libervia, a web interface to discuss and blog with the persons of your choice, is one of them:" %}</p> - <img class="thumbnail img-thumbnail" src="{% static "images/screenshots/libervia/libervia_overview.png" %}" > + <img class="thumbnail img-thumbnail" src="{% static "images/screenshots/0.6/overview.png" %}" > <p class="text-center"> {% blocktrans with faq='<a href="faq.html" target="_blank">FAQ</a>' %}Please read our {{faq}} before trying out{% endblocktrans %}<br /> <a class="btn btn-primary btn-lg" href="{{ libervia_demo_url }}" target="#" role="button">{% trans "Libervia demo version" %}</a>