index.html 4.68 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 xubuntu">
	<div class="twelve-col text-center overlay-wallpaper">
		<h1>Xubuntu</h1>
		<h3><a href="http://xubuntu.org" target="_blank">Xubuntu</a> è il sistema operativo della famiglia Ubuntu basato su <a href="http://www.kde.org" target="_blank">XFCE</a>, un ambiente grafico veloce e leggero, adatto ai PC datati.</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>Xubuntu</h2>
		<p><a href="http://www.xubuntu.org" target="_blank">Xubuntu</a> è il sistema operativo della famiglia Ubuntu basato su <a href="http://www.kde.org" target="_blank">XFCE</a>, un ambiente grafico veloce e leggero, adatto ai PC datati.</p>
		<p>Perfetto per tutti quelli che pretendono il massimo dal proprio desktop o laptop, senza rinuciare ad un look moderno.</p>
		<p>Risparmio energetico e minime risorse fanno di xubuntu un sistema operativo stabile ed adatto ad un uso giornaliero.</p>
			</div>
	<div class="five-col last-col text-center">
		<img class="img-derivate-prew" src="../+assets/images/derivate/xubuntu/xubuntu-logo.png">
	</div>
</div>

<div class="row strip vertical-divider">
	<div class="four-col">
		<h2>INTERNET</h2>
		<p>Kubuntu include Firefox, il browser web utilizzato da milioni di persone in tutto il mondo. Naviga il web, condividi file, software e musica.</p>
		<h3>Software inclusi:</h3>
		<p><img class="icon" src="../+assets/images/derivate/kubuntu/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/xubuntu/pidgin-24.png">&nbsp;<a href="https://pidgin.im/" target="_blank" >Pidgin</a></p>
		<p><img class="icon" src="../+assets/images/derivate/xubuntu/thunderbird-24.png">&nbsp;<a href="https://www.mozilla.org/it/thunderbird" target="_blank">Thunderbird</a></p>
		<p class="clearfix"></p>
		<p><a href="http://xubuntu.org/tour/" target="_blank">Per saperne di più &gt;</a></p>
	</div>	
	<div class="four-col">
		<h2>PRODUTTIVIT&Aacute;</h2>
		<p>Registra album, modifica podcast, crea score per i film. Ubuntu Studio include applicazioni per soddisfare tutte le tue esigenze audio.</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/xubuntu/parole-24.png">&nbsp;<a href="" target="_blank">Parole</a></p>
		<p class="clearfix"></p>
		<p><a href="http://xubuntu.org/tour/" target="_blank">Per saperne di più &gt;</a></p>
	</div>	
	<div class="four-col last-col">
		<h2>MEDIA & SETTINGS</h2>
		<p>Video, musica, documenti e molto altro. Installa le tue applicazioni preferite e customizza il tuo desktop come meglio credi.</p>
		<h3>Software inclusi:</h3>
		<p><img class="icon" src="../+assets/images/derivate/xubuntu/gmusicbrowser-24.png">&nbsp;<a href="https://gmusicbrowser.org" target="_blank" >Gmusicbrowser</a></p>
		<p><img class="icon" src="../+assets/images/derivate/xubuntu/softwarecenter-24.png">&nbsp;<a href="https://apps.ubuntu.com/cat/" target="_blank">Ubuntu Sofware Center</a></p>
		<p><img class="icon" src="../+assets/images/derivate/lubuntu/vlc-24.png">&nbsp;<a href="http://www.videolan.org/vlc/" target="_blank">VLC Media player</a></p>
		<p class="clearfix"></p>
		<p><a href="http://xubuntu.org/tour/" target="_blank" >Per saperne di più &gt;</a></p>
	</div>
</div>

{% endblock %}