index.html 2.65 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 edubuntu">
	<div class="twelve-col text-center overlay-wallpaper">
		<h1>Edubuntu</h1>
	
		<h3><a href="http://www.edubuntu.org/" target="_blank">Edubuntu</a> &eacute; la soluzione completa e facile per l'educazione.</h3>
		<h3>Il progetto punta a fornire una piattaforma tecnologica completa per la scuola.</h3>
		<h3> Scaricarlo subito!</h3>	
		<p class="clearfix"><p>
		<p><a href="/download/derivate" class="button--primary">Download</a></p>
	</div>
</div>
<!--END ROW HERO-->

<div class="row strip">
	<div class="six-col">
		<h2>Edubuntu</h2>
		<p>Il progetto Edubuntu punta a fornire una piattaforma tecnologica completa per la scuola.</p>
		<p>È una comunità di programmatori, educatori, genitori e appassionati di tecnologia che vogliono rendere la tecnologia più semplice per tutti.</p>
		<p>Edubuntu è progettato per essere facile e sicuro: non esitare a esplorare il sistema!</p>
	</div>
	<div class="six-col last-col text-center">
		<img class="" src="https://www.edubuntu.org/sites/default/files/docimages/apps-precise/unity1_full.jpg" style="width:420px;">
	</div>
</div>

<div class="row  strip">
	<div class="six-col">
		<h2>Aiuto e supporto</h2>
		<p>Impare di pi&uacute; su Edubuntu... <a href="https://wiki.ubuntu.com/Edubuntu" target="_blank">wiki Edubuntu</a></p>
		<p>Per aiuto e assistenza vai alla pagina <a href="http://edubuntu.org/community" target="_blank">Support</a></p>
		<p>Grazie per aver scelto <b>EDUBUNTU</b></p>
		<p><b>Buon Divertimento!</b></p>
	</div>
	<div class="five-col last-col text-center"><img alt="" class="icon" src="http://www.ubuntu-it.org/sites/default/files/features/ubuntugnome/screenshots/gnome_help-browser.png"></div>
</div>

{% endblock %}