Mercurial > sat_legacy_website
diff 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 |
line wrap: on
line diff
--- a/templates/sat_website/frontends.html Tue May 03 20:27:38 2016 +0200 +++ b/templates/sat_website/frontends.html Tue May 03 20:55:45 2016 +0200 @@ -59,15 +59,27 @@ </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> + <h2>{% trans "Cagou" %} <small>{% trans "desktop and mobile devices" %}</small></h2> + <h5 class="wip">{% trans "[WORK IN PROGRESS]" %}</h5> + <a href="{% static "images/screenshots/cagou/cagou_debut.png" %}" target="#" class="thumbnail"> + <img src="{% static "images/screenshots/cagou/cagou_debut.png" %}" alt="{% trans "Cagou profile manager" %}"> + </a> </div> <div class="col-md-4"> + <h2>{% trans "Sententia" %} <small>{% trans "Emacs frontend" %}</small></h2> + <h5 class="wip">{% trans "[WORK IN PROGRESS]" %}</h5> + <a href="{% static "images/screenshots/sententia/sententia.png" %}" target="#" class="thumbnail"> + <img src="{% static "images/screenshots/sententia/sententia.png" %}" alt="{% trans "Sententia" %}"> + </a> + </div> + + {% comment %} + <div class="col-md-4"> <p id="bigmark">?</p> <h4 id="bigmark_subtext">{% trans "Your idea here" %}</h4> </div> + {% endcomment %} </div>