1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# 2015 Marco Montabone <montabone.mrc@gmail.com>
# 2019-2020 Alessandro Viprati <vipri.alessandro@gmail.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 %}Ubuntu MATE{% endblock %}
{% block content %}
<div class="page">
<div class="row background-wallpaper ubuntu-mate">
<div class="col">
<h1 class="text-center">Ubuntu MATE</h1>
<p class="intro text-center"><a href="https://ubuntu-mate.org/" target="_blank">Ubuntu MATE</a> è la versione di Ubuntu basata sull'ambiente grafico <a href="https://mate-desktop.org/it/" target="_blank">MATE</a>.</p>
</div>
</div>
</div>
<div class="page">
<div class="row">
<div class="col">
<p>
Ubuntu MATE è un sistema operativo facile da usare con un
ambiente grafico configurabile, ideale per coloro che
preferiscono un desktop tradizionale.
Con requisiti hardware modesti, è adatto per sia per PC moderni
sia per hardware meno recente.
</p>
</div>
<div class="col col-quarter">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-mate/ubuntu-mate-logo.png") }}" alt="Logo di Ubuntu MATE">
</div>
</div>
<div class="row text-center">
<div>
<a class="btn" href="{{ url_for("download.landing", distro="ubuntu-mate") }}">Scarica Ubuntu MATE</a>
<a class="btn" href="https://ubuntu-mate.org/">Sito internazionale</a>
<a class="btn" href="https://ubuntu-mate.org/about/">Per saperne di più</a>
</div>
</div>
</div>
{% endblock %}