comparison templates/sat_website/frontends.html @ 48:3b4ba14d1e26

update features.html + other small changes
author souliane <souliane@mailoo.org>
date Sun, 03 May 2015 22:39:02 +0200
parents 62c23067e86e
children 82cec659362b
comparison
equal deleted inserted replaced
47:3e460ca969d2 48:3b4ba14d1e26
22 22
23 {% load i18n %} 23 {% load i18n %}
24 {% load staticfiles %} 24 {% load staticfiles %}
25 25
26 {% block headline %}{% trans "Salut à Toi's frontends" %}{% endblock %} 26 {% block headline %}{% trans "Salut à Toi's frontends" %}{% endblock %}
27 {% block subtext %}{% trans "SàT is multi frontend: use the one that best fits your needs" %}{% endblock %} 27 {% block subtext %}{% trans "SàT is multi frontend: 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">
32 <h2>{% trans "Libervia" %} <small>{% trans "web frontend" %}</small></h2>
33 <a href="{% static "images/screenshots/0.5/overview_libervia.png" %}" target="#" class="thumbnail">
34 <img src="{% static "images/screenshots/0.5/overview_libervia.png" %}" alt="{% trans "Libervia's main view" %}">
35 </a>
36 </div>
37
31 <div class="col-md-4"> 38 <div class="col-md-4">
32 <h2>{% trans "Primitivus" %} <small>{% trans "console interface" %}</small></h2> 39 <h2>{% trans "Primitivus" %} <small>{% trans "console interface" %}</small></h2>
33 <a href="#" class="thumbnail"> 40 <a href="{% static "images/screenshots/primitivus/primitivus_tarot.png" %}" target="#" class="thumbnail">
34 <img src="{% static "images/screenshots/primitivus/primitivus_tarot.png" %}" alt="{% trans "Primitivus showing a french Tarot play" %}"> 41 <img src="{% static "images/screenshots/primitivus/primitivus_tarot.png" %}" alt="{% trans "Primitivus showing a french Tarot play" %}">
35 </a> 42 </a>
36 </div> 43 </div>
37 44
38 <div class="col-md-4"> 45 <div class="col-md-4">
39 <h2>{% trans "Libervia" %} <small>{% trans "web frontend" %}</small></h2>
40 <a href="#" class="thumbnail">
41 <img src="{% static "images/screenshots/libervia/libervia_discussions.png" %}" alt="{% trans "Libervia's main view" %}">
42 </a>
43 </div>
44
45 <div class="col-md-4">
46 <h2>{% trans "Jp" %} <small>{% trans "command line" %}</small></h2> 46 <h2>{% trans "Jp" %} <small>{% trans "command line" %}</small></h2>
47 <a href="#" class="thumbnail"> 47 <a href="{% static "images/screenshots/jp/jp.png" %}" target="#" class="thumbnail">
48 <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" %}">
49 </a> 49 </a>
50 </div> 50 </div>
51 51
52 </div> 52 </div>
56 <h2>{% trans "Bellaciao" %} <small>{% trans "rich desktop" %}</small></h2> 56 <h2>{% trans "Bellaciao" %} <small>{% trans "rich desktop" %}</small></h2>
57 <h5 class="wip">{% trans "[WORK IN PROGRESS]" %}</h5> 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> 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> 59 </div>
60 60
61 <div class="col-md-4">
62 <p id="bigmark">?</p>
63 <h4 id="bigmark_subtext">{% trans "Your idea here" %}</h4>
64 </div>
65
66 <div class="col-md-4"> 61 <div class="col-md-4">
67 <h2>{% trans "Cagou" %} <small>{% trans "mobile devices" %}</small></h2> 62 <h2>{% trans "Cagou" %} <small>{% trans "mobile devices" %}</small></h2>
68 <h5 class="wip">{% trans "[PLANNED]" %}</h5> 63 <h5 class="wip">{% trans "[PLANNED]" %}</h5>
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> 64 <p class="desc">{% blocktrans %}There are ideas about an application that would run on both destkop and mobile devices (phones and tablets).{% endblocktrans %}</p>
70 </div> 65 </div>
71 66
67 <div class="col-md-4">
68 <p id="bigmark">?</p>
69 <h4 id="bigmark_subtext">{% trans "Your idea here" %}</h4>
70 </div>
71
72 </div> 72 </div>
73 73
74 {% endblock %} 74 {% endblock %}