1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{# 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> é la soluzione completa e facile per l'educazione.</h3>
<h3>Il progetto punta a fornire una piattaforma tecnologica completa per la scuola.</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="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="img-derivate-prew" src="/+assets/images/derivate/edubuntu/edubuntu-default-wallpaper.jpg">
</div>
</div>
<div class="row strip vertical-divider">
<div class="four-col">
<h2>GIOCHI</h2>
<p>La suite KDE include software educativi per bambini tra i 3 e i 18 anni. Migliora le abilità linguistiche con giochi di lettere e anagrammi.</p>
<h3>Software inclusi:</h3>
<p><img class="icon" src="/+assets/images/derivate/edubuntu/tux-24.png"> <a href="http://tux4kids.alioth.debian.org/" target="_blank" >Tux4Kids</a></p>
<p><img class="icon" src="/+assets/images/derivate/edubuntu/pencil-24.png"> <a href="http://pencil.evolus.vn/" target="_blank" >Pencil</a></p>
<p><img class="icon" src="/+assets/images/derivate/edubuntu/gbrainy-24.png"> <a href="https://wiki.gnome.org/action/show/Apps/gbrainy?action=show&redirect=gbrainy" target="_blank" >Gbrainy</a></p>
<p class="clearfix"></p>
<p><a href="http://www.edubuntu.org/about" target="_blank">Per saperne di più ></a></p>
</div>
<div class="four-col">
<h2>INTERNET</h2>
<p>Fin dall'inizio, Edubuntu è in grado di connettersi a chat e servizi Internet inclusi Facebook, Twitter, Windows Live e Google Hangout.</p>
<h3>Software inclusi:</h3>
<p><img class="icon" src="/+assets/images/derivate/edubuntu/gwibber-24.png"> <a href="http://gwibber.com" target="_blank">Gwibber</a></p>
<p><img class="icon" src="/+assets/images/derivate/ubuntugnome/firefox-24.png"> <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"> <a href="https://www.mozilla.org/it/thunderbird" target="_blank">Thunderbird</a></p>
<p class="clearfix"></p>
<p><a href="http://www.edubuntu.org/about" target="_blank">Per saperne di più ></a></p>
</div>
<div class="four-col last-col">
<h2>SCUOLA</h2>
<p>Prendi appunti, organizza i tuoi pensieri e prepara le tue presentazioni animate con la suite per il lavoro Libre Office.</p>
<h3>Software inclusi:</h3>
<p><img class="icon" src="/+assets/images/derivate/xubuntu/lowriter-24.png"> <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"> <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"> <a href="https://www.libreoffice.org/discover/impress" target="_blank" >Libre Office Impress</a></p>
<p class="clearfix"></p>
<p><a href="http://www.edubuntu.org/about" target="_blank" >Per saperne di più ></a></p>
</div>
</div>
{% endblock %}