Mercurial > sat_legacy_website
comparison 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 |
comparison
equal
deleted
inserted
replaced
37:c570778a7620 | 38:e501f5ff7191 |
---|---|
27 {% block subtext %}{% trans "SàT is multi-frontends: use the one that best fits your needs" %}{% endblock %} | 27 {% block subtext %}{% trans "SàT is multi-frontends: use the one that best fits your needs" %}{% endblock %} |
28 {% block main_container %} | 28 {% block main_container %} |
29 | 29 |
30 <div class="row"> | 30 <div class="row"> |
31 <div class="col-md-4"> | 31 <div class="col-md-4"> |
32 <h2>{% trans "Primitivus" %} <small>{% trans "the console interface" %}</small></h2> | 32 <h2>{% trans "Primitivus" %} <small>{% trans "console interface" %}</small></h2> |
33 <a href="#" class="thumbnail"> | 33 <a href="#" class="thumbnail"> |
34 <img src="{% static "images/screenshots/primitivus/primitivus_tarot.png" %}" alt="{% trans "Primitivus showing a french Tarot play" %}"> | 34 <img src="{% static "images/screenshots/primitivus/primitivus_tarot.png" %}" alt="{% trans "Primitivus showing a french Tarot play" %}"> |
35 </a> | 35 </a> |
36 </div> | 36 </div> |
37 | 37 |
38 <div class="col-md-4"> | 38 <div class="col-md-4"> |
39 <h2>{% trans "Libervia" %} <small>{% trans "the web frontend" %}</small></h2> | 39 <h2>{% trans "Libervia" %} <small>{% trans "web frontend" %}</small></h2> |
40 <a href="#" class="thumbnail"> | 40 <a href="#" class="thumbnail"> |
41 <img src="{% static "images/screenshots/libervia/libervia_discussions.png" %}" alt="{% trans "Libervia's main view" %}"> | 41 <img src="{% static "images/screenshots/libervia/libervia_discussions.png" %}" alt="{% trans "Libervia's main view" %}"> |
42 </a> | 42 </a> |
43 </div> | 43 </div> |
44 | 44 |
45 <div class="col-md-4"> | |
46 <h2>{% trans "Wix" %} <small>{% trans "desktop" %}</small></h2> | |
47 <a href="#" class="thumbnail"> | |
48 <img src="{% static "images/screenshots/wix/wix_tarot.png" %}" alt="{% trans "Wix showing a french Tarot play" %}"> | |
49 </a> | |
50 </div> | |
51 </div> | |
52 | |
53 | |
54 <div class="row"> | |
55 <div class="col-md-4"> | 45 <div class="col-md-4"> |
56 <h2>{% trans "Jp" %} <small>{% trans "command line" %}</small></h2> | 46 <h2>{% trans "Jp" %} <small>{% trans "command line" %}</small></h2> |
57 <a href="#" class="thumbnail"> | 47 <a href="#" class="thumbnail"> |
58 <img src="{% static "images/screenshots/jp/jp.png" %}" alt="{% trans "cowsay on jp" %}"> | 48 <img src="{% static "images/screenshots/jp/jp.png" %}" alt="{% trans "cowsay on jp" %}"> |
59 </a> | 49 </a> |
60 </div> | 50 </div> |
61 | 51 |
52 </div> | |
53 <div class="row"> | |
54 | |
55 <div class="col-md-4"> | |
56 <h2>{% trans "Bellaciao" %} <small>{% trans "rich desktop" %}</small></h2> | |
57 <h5 class="wip">{% trans "[WORK IN PROGRESS]" %}</h5> | |
58 <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> | |
59 </div> | |
60 | |
62 <div class="col-md-4"> | 61 <div class="col-md-4"> |
63 <p id="bigmark">?</p> | 62 <p id="bigmark">?</p> |
64 <h4 id="bigmark_subtext">{% trans "Your idea here" %}</h4> | 63 <h4 id="bigmark_subtext">{% trans "Your idea here" %}</h4> |
65 </div> | 64 </div> |
66 | 65 |
67 <div class="col-md-4"> | 66 <div class="col-md-4"> |
68 <h2>{% trans "Bellaciao" %} <small>{% trans "next gen desktop" %}</small></h2> | 67 <h2>{% trans "Cagou" %} <small>{% trans "mobile devices" %}</small></h2> |
69 <h5 class="wip">{% trans "[WORK IN PROGRESS]" %}</h5> | 68 <h5 class="wip">{% trans "[PLANNED]" %}</h5> |
70 <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> | 69 <p class="desc">{% blocktrans %}There are ideas about an application that would run on both destkop and mobile devices (phones and tablets).{% endblocktrans %}</p> |
71 </div> | 70 </div> |
71 | |
72 </div> | 72 </div> |
73 | 73 |
74 {% endblock %} | 74 {% endblock %} |