Mercurial > sat_legacy_website
changeset 38:e501f5ff7191
remove technical terms from frontends.html, replace wix with cagou
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 27 Jan 2015 12:17:09 +0100 |
parents | c570778a7620 |
children | d2c45f4ba57e |
files | static/css/sat_website.css templates/sat_website/frontends.html |
diffstat | 2 files changed, 23 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/static/css/sat_website.css Tue Jan 27 08:17:55 2015 +0100 +++ b/static/css/sat_website.css Tue Jan 27 12:17:09 2015 +0100 @@ -99,7 +99,7 @@ } #bigmark { - font-size:165px; + font-size:100px; font-weight:bold; text-align: center; margin: 0px; @@ -180,13 +180,16 @@ padding: 15px; margin: 0 auto; } + .form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; } + .form-signin .checkbox { font-weight: normal; } + .form-signin .form-control { position: relative; height: auto; @@ -196,6 +199,7 @@ padding: 10px; font-size: 16px; } + #id_payment_type_group .active { background-color: lightgray; -} \ No newline at end of file +}
--- a/templates/sat_website/frontends.html Tue Jan 27 08:17:55 2015 +0100 +++ b/templates/sat_website/frontends.html Tue Jan 27 12:17:09 2015 +0100 @@ -29,46 +29,46 @@ <div class="row"> <div class="col-md-4"> - <h2>{% trans "Primitivus" %} <small>{% trans "the console interface" %}</small></h2> + <h2>{% trans "Primitivus" %} <small>{% trans "console interface" %}</small></h2> <a href="#" class="thumbnail"> <img src="{% static "images/screenshots/primitivus/primitivus_tarot.png" %}" alt="{% trans "Primitivus showing a french Tarot play" %}"> </a> </div> <div class="col-md-4"> - <h2>{% trans "Libervia" %} <small>{% trans "the web frontend" %}</small></h2> + <h2>{% trans "Libervia" %} <small>{% trans "web frontend" %}</small></h2> <a href="#" class="thumbnail"> <img src="{% static "images/screenshots/libervia/libervia_discussions.png" %}" alt="{% trans "Libervia's main view" %}"> </a> </div> <div class="col-md-4"> - <h2>{% trans "Wix" %} <small>{% trans "desktop" %}</small></h2> - <a href="#" class="thumbnail"> - <img src="{% static "images/screenshots/wix/wix_tarot.png" %}" alt="{% trans "Wix showing a french Tarot play" %}"> - </a> - </div> -</div> - - -<div class="row"> - <div class="col-md-4"> <h2>{% trans "Jp" %} <small>{% trans "command line" %}</small></h2> <a href="#" class="thumbnail"> <img src="{% static "images/screenshots/jp/jp.png" %}" alt="{% trans "cowsay on jp" %}"> </a> </div> +</div> +<div class="row"> + + <div class="col-md-4"> + <h2>{% trans "Bellaciao" %} <small>{% trans "rich desktop" %}</small></h2> + <h5 class="wip">{% trans "[WORK IN PROGRESS]" %}</h5> + <p class="desc">{% blocktrans %}Bellaciao will be a full-featured desktop frontend that intends to be really flexible: you'll be able to adapt it to your taste.{% endblocktrans %}</p> + </div> + <div class="col-md-4"> <p id="bigmark">?</p> <h4 id="bigmark_subtext">{% trans "Your idea here" %}</h4> </div> - <div class="col-md-4"> - <h2>{% trans "Bellaciao" %} <small>{% trans "next gen desktop" %}</small></h2> - <h5 class="wip">{% trans "[WORK IN PROGRESS]" %}</h5> - <p class="desc">{% blocktrans %}Bellaciao is a new desktop frontend made with Qt (and the first non-python one: it's made with C++). It intend to be really flexible: you'll be able to adapt it to your taste. Bellaciao is made with modern features in mind: it not only concentrate on instant messaging, but also integrate things like microblogging or file sharing.{% endblocktrans %}</p> - </div> + <div class="col-md-4"> + <h2>{% trans "Cagou" %} <small>{% trans "mobile devices" %}</small></h2> + <h5 class="wip">{% trans "[PLANNED]" %}</h5> + <p class="desc">{% blocktrans %}There are ideas about an application that would run on both destkop and mobile devices (phones and tablets).{% endblocktrans %}</p> + </div> + </div> {% endblock %}