index.html 4.83 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 kubuntu">
	<div class="twelve-col text-center overlay-wallpaper">
		<h1>Kubuntu</h1>
		<h3><a href="http://www.kubuntu.org" target="_blank">Kubuntu</a> è la versione di Ubuntu basata sull'ambiente grafico <a href="http://www.kde.org" target="_blank">KDE</a>, un sistema intuitivo e gradevole, che offre una coinvolgente esperienza utente.</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>Kubuntu</h2>
		<p><a href="http://www.kubuntu.org" target="_blank">Kubuntu</a> è la versione di Ubuntu basata sull'ambiente grafico <a href="http://www.kde.org" target="_blank">KDE</a>, progettato per essere un sistema intuitivo e gradevole.</p>
		<p>Include Mozilla Firefox, il browser web utilizzato da milioni di persone in tutto il mondo</p>
		<p>Naviga attraverso il web, condividi file, software e oggetti multimediali, invia e ricevi la posta elettronica e comunica con gli amici e la famiglia.</p>
			</div>
	<div class="five-col last-col text-center">
		<img class="img-derivate-prew" src="../+assets/images/derivate/kubuntu/kubuntu-logo.png">
	</div>
</div>

<div class="row strip vertical-divider">	
	<div class="four-col">
		<h2>AUDIO & VIDEO</h2>
		<p>Trova velocemente importanti documenti, foto o video. Con Gwenview sar&aacute; semplice organizzare e condividere le tue foto.</p>
		<h3>Software inclusi:</h3>
		<p><img class="icon" src="../+assets/images/derivate/kubuntu/dolphin-24.png">&nbsp;<a href="https://www.kde.org/applications/system/dolphin/" target="_blank" >Dolphin - File Manager</a></p>
		<p><img class="icon" src="../+assets/images/derivate/kubuntu/gwenview-24.png">&nbsp;<a href="https://www.kde.org/applications/graphics/gwenview/" target="_blank" >Gwenview Image View</a></p>
		<p><img class="icon" src="../+assets/images/derivate/kubuntu/dragonplayer-24.png">&nbsp;<a href="https://www.kde.org/applications/multimedia/dragonplayer/" target="_blank" >Dragon Player</a></p>
		<p class="clearfix"></p>
		<p><a href="http://kubuntu.org/feature-tour/" target="_blank">Per saperne di più &gt;</a></p>
	</div>
	<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/kubuntu/telepathy-24.png">&nbsp;<a href="https://telepathy.freedesktop.org/" target="_blank" >KDE Telephaty</a></p>
		<p><img class="icon" src="../+assets/images/derivate/kubuntu/amarok-24.png">&nbsp;<a href="https://amarok.kde.org" target="_blank">Amarok Music Stream</a></p>
		<p class="clearfix"></p>
		<p><a href="http://kubuntu.org/feature-tour/" target="_blank">Per saperne di più &gt;</a></p>
	</div>
	<div class="four-col last-col">
		<h2>PRODUTTIVIT&Aacute;</h2>
		<p>LibreOffice è una potente suite per l'ufficio semplice da usare. Crea lettere, presentazioni, fogli di calcolo, diagrammi e database.</p>
		<h3>Software inclusi:</h3>
		<p><img class="icon" src="../+assets/images/derivate/kubuntu/libreoffice-24.png">&nbsp;<a href="https://www.libreoffice.org/" target="_blank" >Libre Office</a></p>
		<p><img class="icon" src="../+assets/images/derivate/kubuntu/kontact-24.png">&nbsp;<a href="https://www.kde.org/applications/office/kontact" target="_blank">Kontact</a></p>
		<p><img class="icon" src="../+assets/images/derivate/kubuntu/okular-24.png">&nbsp;<a href="https://okular.kde.org/" target="_blank">Okular</a></p>	
		<p class="clearfix"></p>
		<p><a href="http://kubuntu.org/feature-tour/" target="_blank" >Per saperne di più &gt;</a></p>
	</div>
</div>

{% endblock %}