comparison templates/sat_website/frontends.html @ 141:ebd55a28b6d2

add cagou and sententia screenshots
author souliane <souliane@mailoo.org>
date Tue, 03 May 2016 20:55:45 +0200
parents 82cec659362b
children
comparison
equal deleted inserted replaced
140:bcddca7b2e16 141:ebd55a28b6d2
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"> 61 <div class="col-md-4">
62 <h2>{% trans "Cagou" %} <small>{% trans "mobile devices" %}</small></h2> 62 <h2>{% trans "Cagou" %} <small>{% trans "desktop and mobile devices" %}</small></h2>
63 <h5 class="wip">{% trans "[PLANNED]" %}</h5> 63 <h5 class="wip">{% trans "[WORK IN PROGRESS]" %}</h5>
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> 64 <a href="{% static "images/screenshots/cagou/cagou_debut.png" %}" target="#" class="thumbnail">
65 <img src="{% static "images/screenshots/cagou/cagou_debut.png" %}" alt="{% trans "Cagou profile manager" %}">
66 </a>
65 </div> 67 </div>
66 68
69 <div class="col-md-4">
70 <h2>{% trans "Sententia" %} <small>{% trans "Emacs frontend" %}</small></h2>
71 <h5 class="wip">{% trans "[WORK IN PROGRESS]" %}</h5>
72 <a href="{% static "images/screenshots/sententia/sententia.png" %}" target="#" class="thumbnail">
73 <img src="{% static "images/screenshots/sententia/sententia.png" %}" alt="{% trans "Sententia" %}">
74 </a>
75 </div>
76
77 {% comment %}
67 <div class="col-md-4"> 78 <div class="col-md-4">
68 <p id="bigmark">?</p> 79 <p id="bigmark">?</p>
69 <h4 id="bigmark_subtext">{% trans "Your idea here" %}</h4> 80 <h4 id="bigmark_subtext">{% trans "Your idea here" %}</h4>
70 </div> 81 </div>
82 {% endcomment %}
71 83
72 </div> 84 </div>
73 85
74 {% endblock %} 86 {% endblock %}