0
|
1 {% extends "sat_website/category.html" %} |
|
2 |
|
3 {% comment %} |
|
4 SàT website: Salut à Toi's presentation website |
|
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org) |
|
6 |
|
7 This file is part of SàT website. |
|
8 |
|
9 SàT website is free software: you can redistribute it and/or modify |
|
10 it under the terms of the GNU Affero General Public License as published by |
|
11 the Free Software Foundation, either version 3 of the License, or |
|
12 (at your option) any later version. |
|
13 |
|
14 Foobar is distributed in the hope that it will be useful, |
|
15 but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
17 GNU Affero General Public License for more details. |
|
18 |
|
19 You should have received a copy of the GNU Affero General Public License |
|
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>. |
|
21 {% endcomment %} |
|
22 |
|
23 {% load staticfiles %} |
|
24 {% block headline %}Salut à Toi's frontends{% endblock %} |
|
25 {% block subtext %}SàT is multi-frontends: use the one that best fit your needs{% endblock %} |
|
26 {# {% block extra %}<span class="label label-success">Click on the frontend screenshot to have a more detailed description</span>{% endblock %} #} |
|
27 {% block main_container %} |
|
28 <div class="row"> |
|
29 <div class="span4"> |
|
30 <h1>Primitivus <small>the console interface</small></h1> |
|
31 <div class="row"> |
|
32 <ul class="thumbnails"> |
|
33 <li class="span4"> |
|
34 <a href="#" class="thumbnail"> |
|
35 <img src="{% static "images/screenshots/primitivus/primitivus_tarot.png" %}" alt="Primitivus showing a french Tarot play"> |
|
36 </a> |
|
37 </li> |
|
38 </ul> |
|
39 </div> |
|
40 </div> |
|
41 |
|
42 <div class="span4"> |
|
43 <h1>Libervia <small>the web frontend</small></h1> |
|
44 <div class="row"> |
|
45 <ul class="thumbnails"> |
|
46 <li class="span4"> |
|
47 <a href="#" class="thumbnail"> |
|
48 <img src="{% static "images/screenshots/libervia/libervia_discussions.png" %}" alt="Libervia's main view"> |
|
49 </a> |
|
50 </li> |
|
51 </ul> |
|
52 </div> |
|
53 </div> |
|
54 |
|
55 <div class="span4"> |
|
56 <h1>Wix <small>desktop</small></h1> |
|
57 <div class="row"> |
|
58 <ul class="thumbnails"> |
|
59 <li class="span4"> |
|
60 <a href="#" class="thumbnail"> |
|
61 <img src="{% static "images/screenshots/wix/wix_tarot.png" %}" alt="Wix showing a french Tarot play"> |
|
62 </a> |
|
63 </li> |
|
64 </ul> |
|
65 </div> |
|
66 </div> |
|
67 </div> |
|
68 |
|
69 |
|
70 <div class="row"> |
|
71 <div class="span4"> |
|
72 <h1>Jp <small>command line</small></h1> |
|
73 <div class="row"> |
|
74 <ul class="thumbnails"> |
|
75 <li class="span4"> |
|
76 <a href="#" class="thumbnail"> |
|
77 <img src="{% static "images/screenshots/jp/jp.png" %}" alt="cowsay on jp"> |
|
78 </a> |
|
79 </li> |
|
80 </ul> |
|
81 </div> |
|
82 </div> |
|
83 |
|
84 <div class="span4"> |
|
85 <p id="bigmark">?</p> |
|
86 <h3 id="bigmark_subtext">Your idea here</h3> |
|
87 </div> |
|
88 |
|
89 <div class="span4"> |
|
90 <h1>Bellaciao <small>next gen desktop</small></h1> |
|
91 <h4 class="wip">[WORK IN PROGRESS]</h4> |
|
92 <p class="desc">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.</p> |
|
93 </div> |
|
94 </div> |
|
95 |
|
96 {% endblock %} |