# HG changeset patch # User souliane # Date 1422357429 -3600 # Node ID e501f5ff7191deb9d21fc37b6e801a546dca7fe4 # Parent c570778a762089bf2c8e602bf1300b560cc581c9 remove technical terms from frontends.html, replace wix with cagou diff -r c570778a7620 -r e501f5ff7191 static/css/sat_website.css --- 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 +} diff -r c570778a7620 -r e501f5ff7191 templates/sat_website/frontends.html --- 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 @@
-

{% trans "Primitivus" %} {% trans "the console interface" %}

+

{% trans "Primitivus" %} {% trans "console interface" %}

{% trans
-

{% trans "Libervia" %} {% trans "the web frontend" %}

+

{% trans "Libervia" %} {% trans "web frontend" %}

{% trans
-

{% trans "Wix" %} {% trans "desktop" %}

- - {% trans - -
-
- - -
-

{% trans "Jp" %} {% trans "command line" %}

{% trans
+
+
+ +
+

{% trans "Bellaciao" %} {% trans "rich desktop" %}

+
{% trans "[WORK IN PROGRESS]" %}
+

{% 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 %}

+
+

?

{% trans "Your idea here" %}

-
-

{% trans "Bellaciao" %} {% trans "next gen desktop" %}

-
{% trans "[WORK IN PROGRESS]" %}
-

{% 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 %}

-
+
+

{% trans "Cagou" %} {% trans "mobile devices" %}

+
{% trans "[PLANNED]" %}
+

{% blocktrans %}There are ideas about an application that would run on both destkop and mobile devices (phones and tablets).{% endblocktrans %}

+
+
{% endblock %}