Commit f9e8b8fd authored by shadMod's avatar shadMod 💬

reformat index

parent dcb96abb
Pipeline #300 passed with stage
in 0 seconds
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# 2015 Riccardo Padovani <rpadovani@ubuntu.com>
#
# This program 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.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; witout 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 this program. If not, see <http://www.gnu.org/licenses/>.
#}
{% extends "layout.html" %}
{% block title %}Contatti{% endblock %}
{% block title %}
Contatti
{% endblock %}
{% block content %}
<div class="page">
<div class="row">
<div class="col">
<h1 class="text-center">Contatti</h1>
<p class="intro text-center">Gli indirizzi mail e le pagine di contatto di Ubuntu-it. Collabora con noi!</p>
<h1 class="text-center">
Contatti
</h1>
<p class="intro text-center">
Gli indirizzi mail e le pagine di contatto di Ubuntu-it. Collabora con noi!
</p>
</div>
</div>
</div>
......@@ -77,6 +66,7 @@
<h2>Gruppi di lavoro</h2>
<p>
La comunità italiana di Ubuntu è organizzata in gruppi di lavoro.
<br/>
Per entrare in contatto con noi e contribuire a rendere Ubuntu
migliore, scrivici utilizzando i canali qui riportati.
</p>
......@@ -206,8 +196,12 @@
</div>
<div class="row text-center">
<div class="col">
<a class="btn" href="http://liste.ubuntu-it.org/cgi-bin/mailman/listinfo">Elenco mailing list</a>
<a class="btn" href="{{ url_for("pages.supporto") }}">Canali di supporto</a>
<a class="btn" href="http://liste.ubuntu-it.org/cgi-bin/mailman/listinfo">
Elenco mailing list
</a>
<a class="btn" href="{{ url_for('pages.supporto') }}">
Canali di supporto
</a>
</div>
</div>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment