diff templates/sat_website/community.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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/sat_website/community.html	Sat Jul 28 20:36:32 2012 +0200
@@ -0,0 +1,55 @@
+{% 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 community{% endblock %}
+{% block subtext %}Join us to talk, contribute, share around Salut à Toi{% endblock %}
+{% block main_container %}
+<div class="row">
+    <h4 class="alert alert-success">
+    Join us on Jabber :)
+    </h4>
+    <div class="info">
+        <p>Salut à Toi's MUC room is <strong>*the*</strong> place to discuss about the project: <a href="xmpp:sat@chat.jabberfr.org">sat@chat.jabberfr.org</a></p>
+    </div>
+</div>
+
+<div class="row">
+    <h4 class="alert alert-success">
+    Follow the development, learn
+    </h4>
+    <div class="info">
+        <p>you can subscribe to the mailing list to follow the progression, you're welcome to give your opinion (and to contribute): <a href="http://lists.goffi.org">http://lists.goffi.org</a></p>
+        <p>You'll find user documentation and more technical one on the wiki: <a href="http://wiki.goffi.org">http://wiki.goffi.org</a></p>
+    </div>
+    
+</div>
+
+<div class="row">
+    <h4 class="alert alert-success">
+    Participate !
+    </h4>
+    <div class="info">
+        <p>SàT is an open project: come and discuss, give your opinion, share your thoughts. The more people will participate, the better the project will be. Share your view not only on technical points, but also on philosophical or political ones. And if you are around, come to have a talk in real life :)</p>
+    </div>
+</div>
+{% endblock %}