diff templates/sat_website/frontends.html @ 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 10ce34ab389a
children 62c23067e86e
line wrap: on
line diff
--- 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 %}