Commit 7dd72889 authored by Alessandro Viprati's avatar Alessandro Viprati

aggiunta pagina ubuntu budgie

parent df32b014
Pipeline #189 passed with stage
in 0 seconds
This diff is collapsed.
......@@ -43,6 +43,9 @@
- name: Ubuntu Studio
endpoint: pages.derivate_ubuntu-studio
- name: Ubuntu Budgie
endpoint: pages.derivate_ubuntu-budgie
- name: Supporto
endpoint: pages.supporto
subs:
......
......@@ -126,7 +126,7 @@
semplicitià di utilizzo e sull'eleganza.
</p>
<p>
<a class="btn" href="">Scopri di più</a>
<a class="btn" href="{{ url_for('pages.derivate_ubuntu-budgie') }}">Scopri di più</a>
<a class="btn" href="{{ url_for("download.landing", distro="ubuntu-budgie") }}">Scarica Ubuntu Budgie</a>
</p>
</div>
......
......@@ -18,7 +18,7 @@
{% extends "layout.html" %}
{% block title %}Xubuntu{% endblock %}
{% block title %}Lubuntu{% endblock %}
{% block content %}
<div class="page">
<div class="row background-wallpaper lubuntu">
......
{# 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 %}Ubuntu Budgie{% endblock %}
{% block content %}
<div class="page">
<div class="row background-wallpaper ubuntu-budgie">
<div class="col">
<h1 class="text-center">Ubuntu Budgie</h1>
<p class="intro text-center"><a href="https://ubuntubudgie.org/" target="_blank">Ubuntu Budgie</a> è la versione di Ubuntu basata sull'ambiente grafico <a href="https://github.com/solus-project/budgie-desktop" target="_blank">Budgie</a>.</p>
</div>
</div>
</div>
<div class="page">
<div class="row">
<div class="col">
<p>
Testo.
</p>
</div>
<div class="col col-quarter">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie-logo.svg") }}" alt="Logo di Ubuntu Budgie">
</div>
</div>
<div class="row">
<div class="col">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<p>
Software inclusi:
<p>
<div class="text-center">
<a href=""><img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/immagine.png") }}" alt="" title=""></a>
<a href=""><img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/immagine.png") }}" alt="" title=""></a>
<a href=""><img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/immagine.png") }}" alt="" title=""></a>
</div>
</div>
<div class="col">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<p>
Software inclusi:
<p>
<div class="text-center">
<a href=""><img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/immagine.png") }}" alt="" title=""></a>
<a href=""><img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/immagine.png") }}" alt="" title=""></a>
<a href=""><img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/immagine.png") }}" alt="" title=""></a>
</div>
</div>
<div class="col">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<p>
Software inclusi:
<p>
<div class="text-center">
<a href=""><img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/immagine.png") }}" alt="" title=""></a>
<a href=""><img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/immagine.png") }}" alt="" title=""></a>
<a href=""><img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/immagine.png") }}" alt="" title=""></a>
</div>
</div>
</div>
<div class="row text-center">
<div>
<a class="btn" href="{{ url_for("download.landing", distro="ubuntu-budgie") }}">Scarica Ubuntu Budgie</a>
<a class="btn" href="https://ubuntubudgie.org/">Sito internazionale</a>
<a class="btn" href="https://ubuntubudgie.org/about">Per saperne di più</a>
</div>
</div>
</div>
{% endblock %}
......@@ -18,7 +18,7 @@
{% extends "layout.html" %}
{% block title %}Xubuntu{% endblock %}
{% block title %}Ubuntu MATE{% endblock %}
{% block content %}
<div class="page">
<div class="row background-wallpaper ubuntu-mate">
......
......@@ -18,7 +18,7 @@
{% extends "layout.html" %}
{% block title %}Xubuntu{% endblock %}
{% block title %}Ubuntu Studio{% endblock %}
{% block content %}
<div class="page">
<div class="row background-wallpaper ubuntustudio">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment