index.html 4.79 KB
{# 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-->
<div class="row row-hero background-wallpaper ubuntugnome">
	<div class="twelve-col text-center overlay-wallpaper">
		<h1>Ubuntu GNOME</h1>
		<h3><a href="http://ubuntugnome.org/" target="_blank">Ubuntu GNOME</a> utilizza un ambiente grafico <a href="http://gnome.org" target="_blank">GNOME 3</a>, fornendo un'esperienza il più possibile fedele a GNOME ma con tutti i vantaggi di Ubuntu.</h3>
		<p class="clearfix"><p>
		<p><a href="/download/derivate" class="button--primary">Scaricalo subito!</a></p>
	</div>
</div>
<!--END ROW HERO-->

<div class="row strip">
	<div class="seven-col">
		<h2>Ubuntu GNOME</h2>
		<p><a href="http://ubuntugnome.org/" target="_blank">Ubuntu GNOME</a> utilizza un ambiente grafico <a href="http://gnome.org" target="_blank">GNOME 3</a>, fornendo un'esperienza il più possibile fedele a GNOME ma con tutti i vantaggi di Ubuntu.</p>
		<p>GNOME3 &eacute; il modo pi&uacute; elegante e facile di usare il compiuter.</p>
		<p>Progettato per aiutarti ad avere tutto sottocontrollo con la massima libert&aacute; di personalizzazione.</p>
			</div>
	<div class="five-col last-col text-center">
		<img class="img-derivate-prew" src="../+assets/images/derivate/ubuntugnome/ubuntugnome-logo.png">
	</div>
</div>

<div class="row strip vertical-divider">	
	<div class="four-col">
		<h2>AUDIO & VIDEO</h2>
		<p>Con Shotwell puoi, velocemetne e in maniera semplice, importare, organizzare, modificare e vedere le tue foto.</p>
		<h3>Software inclusi:</h3>
		<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/ubuntugnome/gimp-24.png">&nbsp;<a href="https://www.gimp.org" target="_blank" >Editor immagini Gimp</a></p>
		<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>
		<p class="clearfix"></p>
		<p><a href="https://ubuntugnome.org/documentation/" target="_blank">Per saperne di più &gt;</a></p>
	</div>
	<div class="four-col">
		<h2>INTERNET</h2>
		<p>Ubuntu GNOME ha tutto ciò di cui hai bisogno per esplorare il web.
		Firefox, Thunderbird, Chromium e molto altro.</p>
		<h3>Software inclusi:</h3>
		<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/thunderbird-24.png">&nbsp;<a href="https://www.mozilla.org/it/thunderbird" target="_blank">Thunderbird</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 class="clearfix"></p>
		<p><a href="https://ubuntugnome.org/documentation/" target="_blank">Per saperne di più &gt;</a></p>
	</div>
	<div class="four-col last-col">
		<h2>PRODUTTIVIT&Aacute;</h2>
		<p>Crea documenti professionali, fogli di calcolo e presentazioni con LibreOffice e gestisci i tui file con Documenti di GNOME.</p>
		<h3>Software inclusi:</h3>
		<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/xubuntu/localc-24.png">&nbsp;<a href="https://www.libreoffice.org/discover/calc" target="_blank" >Libre Office Calc</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 class="clearfix"></p>
		<p><a href="https://ubuntugnome.org/documentation/" target="_blank" >Per saperne di più &gt;</a></p>
	</div>
</div>

{% endblock %}