ubuntu-studio.html 2.37 KB
{# Source code of the Ubuntu-it website
 # Copyright (C) 2015  Pietro Albini        <pietroalbini@ubuntu.com>
 #               2015  Marco Montabone    <montabone.mrc@gmail.com>
 #               2019-2020  Alessandro Viprati    <vipri.alessandro@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 %}Ubuntu Studio{% endblock %}
{% block content %}
<div class="page">
    <div class="row background-wallpaper ubuntustudio">
        <div class="col">
            <h1 class="text-center">Ubuntu Studio</h1>
            <p class="intro text-center"><a href="http://ubuntustudio.org/" target="_blank">Ubuntu Studio</a> è la versione di Ubuntu per persone creative.</p>
        </div>
    </div>
</div>
<div class="page">
    <div class="row">
        <div class="col">
            <p>
                Ubuntu Studio è il sistema open source dedicato alla
                multimedialità più usato nel mondo. Ubuntu Studio è fornito delle
                più comuni applicazioni multimediali libere ed è configurato per
                essere prestante in vari ambiti: audio, grafica, video,
                fotografia, editoria.
            </p>
        </div>
        <div class="col col-quarter">
            <img src="{{ url_for("static", filename="images/derivate/ubuntu-studio/ubuntu-studio-logo.png") }}" alt="Logo di Ubuntu Studio">
        </div>
    </div>
    <div class="row text-center">
        <div>
            <a class="btn" href="{{ url_for("download.landing", distro="ubuntu-studio") }}">Scarica Ubuntu Studio</a>
            <a class="btn" href="http://ubuntustudio.org/">Sito internazionale</a>
            <a class="btn" href="http://ubuntustudio.org/tour/">Per saperne di più</a>
        </div>
    </div>
</div>
{% endblock %}