comparison templates/sat_website/frontends.html @ 26:3df49721008c

upgrade to Bootstrap v3.3.1
author souliane <souliane@mailoo.org>
date Mon, 19 Jan 2015 21:22:40 +0100
parents 8cfc33e4d435
children 10ce34ab389a
comparison
equal deleted inserted replaced
25:930e73ea9e8e 26:3df49721008c
25 {% block headline %}{% trans "Salut à Toi's frontends" %}{% endblock %} 25 {% block headline %}{% trans "Salut à Toi's frontends" %}{% endblock %}
26 {% block subtext %}{% trans "SàT is multi-frontends: use the one that best fits your needs" %}{% endblock %} 26 {% block subtext %}{% trans "SàT is multi-frontends: use the one that best fits your needs" %}{% endblock %}
27 {# {% block extra %}<span class="label label-success">{% trans "Click on the frontend screenshot to have a more detailed description" %}</span>{% endblock %} #} 27 {# {% block extra %}<span class="label label-success">{% trans "Click on the frontend screenshot to have a more detailed description" %}</span>{% endblock %} #}
28 {% block main_container %} 28 {% block main_container %}
29 <div class="row"> 29 <div class="row">
30 <div class="span4"> 30 <div class="col-md-4">
31 <h1>{% trans "Primitivus" %} <small>{% trans "the console interface" %}</small></h1> 31 <h2>{% trans "Primitivus" %} <small>{% trans "the console interface" %}</small></h2>
32 <div class="row"> 32 <a href="#" class="thumbnail">
33 <ul class="thumbnails"> 33 <img src="{% static "images/screenshots/primitivus/primitivus_tarot.png" %}" alt="{% trans "Primitivus showing a french Tarot play" %}">
34 <li class="span4"> 34 </a>
35 <a href="#" class="thumbnail">
36 <img src="{% static "images/screenshots/primitivus/primitivus_tarot.png" %}" alt="{% trans "Primitivus showing a french Tarot play" %}">
37 </a>
38 </li>
39 </ul>
40 </div>
41 </div> 35 </div>
42 36
43 <div class="span4"> 37 <div class="col-md-4">
44 <h1>{% trans "Libervia" %} <small>{% trans "the web frontend" %}</small></h1> 38 <h2>{% trans "Libervia" %} <small>{% trans "the web frontend" %}</small></h2>
45 <div class="row"> 39 <a href="#" class="thumbnail">
46 <ul class="thumbnails"> 40 <img src="{% static "images/screenshots/libervia/libervia_discussions.png" %}" alt="{% trans "Libervia's main view" %}">
47 <li class="span4"> 41 </a>
48 <a href="#" class="thumbnail">
49 <img src="{% static "images/screenshots/libervia/libervia_discussions.png" %}" alt="{% trans "Libervia's main view" %}">
50 </a>
51 </li>
52 </ul>
53 </div>
54 </div> 42 </div>
55 43
56 <div class="span4"> 44 <div class="col-md-4">
57 <h1>{% trans "Wix" %} <small>{% trans "desktop" %}</small></h1> 45 <h2>{% trans "Wix" %} <small>{% trans "desktop" %}</small></h2>
58 <div class="row"> 46 <a href="#" class="thumbnail">
59 <ul class="thumbnails"> 47 <img src="{% static "images/screenshots/wix/wix_tarot.png" %}" alt="{% trans "Wix showing a french Tarot play" %}">
60 <li class="span4"> 48 </a>
61 <a href="#" class="thumbnail">
62 <img src="{% static "images/screenshots/wix/wix_tarot.png" %}" alt="{% trans "Wix showing a french Tarot play" %}">
63 </a>
64 </li>
65 </ul>
66 </div>
67 </div> 49 </div>
68 </div> 50 </div>
69 51
70 52
71 <div class="row"> 53 <div class="row">
72 <div class="span4"> 54 <div class="col-md-4">
73 <h1>{% trans "Jp" %} <small>{% trans "command line" %}</small></h1> 55 <h2>{% trans "Jp" %} <small>{% trans "command line" %}</small></h2>
74 <div class="row"> 56 <a href="#" class="thumbnail">
75 <ul class="thumbnails"> 57 <img src="{% static "images/screenshots/jp/jp.png" %}" alt="{% trans "cowsay on jp" %}">
76 <li class="span4"> 58 </a>
77 <a href="#" class="thumbnail">
78 <img src="{% static "images/screenshots/jp/jp.png" %}" alt="{% trans "cowsay on jp" %}">
79 </a>
80 </li>
81 </ul>
82 </div>
83 </div> 59 </div>
84 60
85 <div class="span4"> 61 <div class="col-md-4">
86 <p id="bigmark">?</p> 62 <p id="bigmark">?</p>
87 <h3 id="bigmark_subtext">{% trans "Your idea here" %}</h3> 63 <h4 id="bigmark_subtext">{% trans "Your idea here" %}</h4>
88 </div> 64 </div>
89 65
90 <div class="span4"> 66 <div class="col-md-4">
91 <h1>{% trans "Bellaciao" %} <small>{% trans "next gen desktop" %}</small></h1> 67 <h2>{% trans "Bellaciao" %} <small>{% trans "next gen desktop" %}</small></h2>
92 <h4 class="wip">{% trans "[WORK IN PROGRESS]" %}</h4> 68 <h5 class="wip">{% trans "[WORK IN PROGRESS]" %}</h5>
93 <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 %}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>
94 </div> 70 </div>
95 </div> 71 </div>
96 72
97 {% endblock %} 73 {% endblock %}