index.html 4.77 KB
Newer Older
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
{# Source code of the Ubuntu-it website
 # Copyright (C) 2015  Pietro Albini        <pietroalbini@ubuntu.com>
 #               2015  Marco Montabone    <montabone.mrc@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 %}Derivate{% endblock %}

{% block content %}

<!--Start ROW HERO-->
26
<div class="row row-hero background-wallpaper ubuntumate">
27
	<div class="twelve-col text-center overlay-wallpaper">
28
		<h1>Ubuntu MATE</h1>
29
		<h3><a href="https://ubuntu-mate.org/" target="_blank">Ubuntu MATE</a> è la versione di Ubuntu rilasciata con l'ambiente grafico MATE, fornendo un ambiente più tradizionale ma con tutti i pregi di Ubuntu.</h3>
30
		<p class="clearfix"><p>
31
		<p><a href="/download/derivate" class="button--primary">Scaricalo subito!</a></p>
32
	</div>
33 34 35
</div>
<!--END ROW HERO-->

36
<div class="row strip">
37
	<div class="seven-col">
38 39 40 41 42
		<h2>Ubuntu MATE</h2>
		<p><a href="" target="_blank">Ubuntu MATE</a> è la versione di Ubuntu rilasciata con l'ambiente grafico MATE, fornendo un ambiente più tradizionale ma con tutti i pregi di Ubuntu.</p>
		<p>Ideale per chi desidera il massimo dal proprio desktop, laptop o netbook, ma preferisce un'interfaccia grafica tradizionale.</p>
		<p>I modesti requisiti di sistema rendono Ubuntu MATE adatto sia al vecchio che al nuovo hardware.</p>
			</div>
43 44
	<div class="five-col last-col text-center">
		<img class="img-derivate-prew" src="../+assets/images/derivate/ubuntumate/ubuntumate-logo.png">
45 46 47
	</div>
</div>

48 49 50 51 52
<div class="row strip vertical-divider">	
	<div class="four-col">
		<h2>INTERNET</h2>
		<p>Ubuntu MATE include Firefox e Thunderbird, browser e gestore email utilizzati da milioni di utenti in tutto il mondo.</p>
		<h3>Software inclusi:</h3>
Marco Montabone 's avatar
Marco Montabone committed
53 54 55
		<p><img class="icon" src="../+assets/images/derivate/ubuntugnome/firefox-24.png">&nbsp;<a href="https://www.mozilla.org/it/firefox/products/" target="_blank">Firefox</a></p>
		<p><img class="icon" src="../+assets/images/derivate/ubuntugnome/chromium-24.png">&nbsp;<a href="https://www.chromium.org/getting-involved/download-chromium" target="_blank">Chromiun</a></p>
		<p><img class="icon" src="../+assets/images/derivate/ubuntugnome/thunderbird-24.png">&nbsp;<a href="https://www.mozilla.org/it/thunderbird" target="_blank">Thunderbird</a></p>
56 57 58 59 60 61 62
		<p class="clearfix"></p>
		<p><a href="https://ubuntu-mate.org/about/" target="_blank">Per saperne di più &gt;</a></p>
	</div>
	<div class="four-col">
		<h2>AUDIO & VIDEO</h2>
		<p>Gestisci le tue foto e i tuoi video preferiti; ascolta la musica in streaming o direttamente dal tuo computer .</p>
		<h3>Software inclusi:</h3>
Marco Montabone 's avatar
Marco Montabone committed
63 64
		<p><img class="icon" src="../+assets/images/derivate/ubuntugnome/rhythmbox-24.png">&nbsp;<a href="https://wiki.gnome.org/Apps/Rhythmbox" target="_blank">Rhythmbox</a></p>	
		<p><img class="icon" src="../+assets/images/derivate/ubuntumate/eom-24.png">&nbsp;<a href="https://apps.fedoraproject.org/packages/eom" target="_blank">Eye on MATE</a></p>
65 66
		<p class="clearfix"></p>

Marco Montabone 's avatar
Marco Montabone committed
67
		<p><img class="icon" src="../+assets/images/derivate/ubuntugnome/shotwell-24.png">&nbsp;<a href="https://wiki.gnome.org/Apps/Shotwell" target="_blank">Shotwell</a></p>
68 69 70 71 72 73 74
		<p class="clearfix"></p>
		<p><a href="https://ubuntu-mate.org/about/" target="_blank">Per saperne di più &gt;</a></p>
	</div>
	<div class="four-col last-col">
		<h2>UFFICIO</h2>
		<p> Crare documenti non &eacute; mai stato cos&iacute; facile. Tutto ci&oacute; che ti serve per la scuola, per l'ufficio o il tempo libero, lo puoi trovare nella suite Libre Office.</p>
		<h3>Software inclusi:</h3>
Marco Montabone 's avatar
Marco Montabone committed
75 76 77
		<p><img class="icon" src="../+assets/images/derivate/xubuntu/lowriter-24.png">&nbsp;<a href="https://www.libreoffice.org/discover/writer/">Libre Office Writer</a></p>
		<p><img class="icon" src="../+assets/images/derivate/ubuntugnome/loimpress-24.png">&nbsp;<a href="https://www.libreoffice.org/discover/impress" target="_blank">Libre Office Impress</a></p>
		<p><img class="icon" src="../+assets/images/derivate/xubuntu/localc-24.png">&nbsp;<a href="https://www.libreoffice.org/discover/calc" target="_blank">Libre Office Calc</a></p>
78 79
		<p class="clearfix"></p>
		<p><a href="https://ubuntu-mate.org/about/" target="_blank" >Per saperne di più &gt;</a></p>
80 81 82
	</div>
</div>

83
{% endblock %}