view templates/sat_website/frontends.html @ 0:9305c6458e2f

initial commit
author Goffi <goffi@goffi.org>
date Sat, 28 Jul 2012 20:36:32 +0200
parents
children 0df46e87537d
line wrap: on
line source

{% extends "sat_website/category.html" %}

{% comment %}
SàT website: Salut à Toi's presentation website
Copyright (C) 2012  Jérôme Poisson (goffi@goffi.org)

This file is part of SàT website.

SàT website is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Foobar is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
{% endcomment %}

{% load staticfiles %}
{% block headline %}Salut à Toi's frontends{% endblock %}
{% block subtext %}SàT is multi-frontends: use the one that best fit your needs{% endblock %}
{# {% block extra %}<span class="label label-success">Click on the frontend screenshot to have a more detailed description</span>{% endblock %} #}
{% block main_container %}
<div class="row">
	<div class="span4">
	<h1>Primitivus <small>the console interface</small></h1>
		<div class="row">
			<ul class="thumbnails">
				<li class="span4">
					<a href="#" class="thumbnail">
						<img src="{% static "images/screenshots/primitivus/primitivus_tarot.png" %}" alt="Primitivus showing a french Tarot play">
					</a>
				</li>
			</ul>
		</div>
	</div>
	
	<div class="span4">
	<h1>Libervia <small>the web frontend</small></h1>
		<div class="row">
			<ul class="thumbnails">
				<li class="span4">
					<a href="#" class="thumbnail">
						<img src="{% static "images/screenshots/libervia/libervia_discussions.png" %}" alt="Libervia's main view">
					</a>
				</li>
			</ul>
		</div>
	</div>
	
	<div class="span4">
	<h1>Wix <small>desktop</small></h1>
		<div class="row">
			<ul class="thumbnails">
				<li class="span4">
					<a href="#" class="thumbnail">
						<img src="{% static "images/screenshots/wix/wix_tarot.png" %}" alt="Wix showing a french Tarot play">
					</a>
				</li>
			</ul>
		</div>
	</div>
</div>


<div class="row">
	<div class="span4">
	<h1>Jp <small>command line</small></h1>
		<div class="row">
			<ul class="thumbnails">
				<li class="span4">
					<a href="#" class="thumbnail">
						<img src="{% static "images/screenshots/jp/jp.png" %}" alt="cowsay on jp">
					</a>
				</li>
			</ul>
		</div>
	</div>

	<div class="span4">
		<p id="bigmark">?</p>
		<h3 id="bigmark_subtext">Your idea here</h3>
	</div>

	<div class="span4">
		<h1>Bellaciao <small>next gen desktop</small></h1>
		<h4 class="wip">[WORK IN PROGRESS]</h4>
		<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>
	</div>
</div>

{% endblock %}