index.html 4.56 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 ubuntubudgie">
	<div class="twelve-col text-center">
		<h1>Ubuntu Budgie</h1>
		<p> Budgie-Remix è una versione di Ubuntu che integra un ambiente grafico <a href="https://solus-project.com/budgie/" target="_blank">Budgie</a>.</p>
		<p>Focalizzato sulla semplicit&aacute; ed eleganza, Budgie-Remix si presenta come una valida alternativa.</p>
		<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 Budgie</h2>
		<p>Budgie desktop environment offre un'intuitivo men&uacute; che ti permette di accedere facilmente a tutte le tue applicazioni installate.</p>
		<p>Ubuntu Budgie è un sistema operativo già configurato e ottimizzato per le applicazioni multimediali.</p>
	</div>
	<div class="five-col last-col text-center">
		<img class="img-derivate-prew" src="../+assets/images/derivate/ubuntubudgie/ubuntubudgie-logo.png">
	</div>
</div>

<div class="row strip vertical-divider">	
	<div class="four-col">
		<h2>AUDIO &  VIDEO</h2>
		<p>Registra album, modifica podcast, riguarda i tuoi film preferiti. Ubuntu  Budgie include applicazioni per soddisfare tutte le tue esigenze.</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/lubuntu/vlc-24.png">&nbsp;<a href="http://www.videolan.org/vlc/" target="_blank">VLC Media player</a></p>
		<p><img class="icon" src="../+assets/images/derivate/ubuntubudgie/totem-24.png">&nbsp;<a href="https://wiki.gnome.org/Apps/Videos" target="_blank">Totem</a></p>
		<p class="clearfix"></p>
		<p><a href="https://budgie-remix.org/" target="_blank">Per saperne di più &gt;</a></p>
	</div>
	<div class="four-col">
		<h2>IMMAGINI</h2>
		<p>Tutti i software che ti servono per condividere, organizzare e modificare le tue foto preferite sono gi&aacute; presenti in Ubuntu Budgie.</p>
		<h3>Software inclusi:</h3>
		<p><img class="icon" src="../+assets/images/derivate/ubuntumate/eom-24.png">&nbsp;<a href="https://wiki.gnome.org/Apps/EyeOfGnome" target="_blank">Eye on GNOMEE</a></p>
		<p><img class="icon" src="../+assets/images/derivate/ubuntubudgie/photos-24.png">&nbsp;<a href="https://wiki.gnome.org/Apps/Photos" target="_blank">Photo</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 class="clearfix"></p>
		<p><a href="https://budgie-remix.org/" target="_blank">Per saperne di più &gt;</a></p>
	</div>
	<div class="four-col last-col">
		<h2>PRODUTTIVITA&acute;</h2>
		<p>Con Ubuntu Budgie-Remix, il tuo ufficio sar&aacute; a portata di dieci dita. Presentazioni, testi, fogli di calcolo e molto altro.</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/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://budgie-remix.org/" target="_blank" >Per saperne di più &gt;</a></p>
	</div>
</div>

{% endblock %}