Commit 654ade03 authored by Mattia Rizzolo's avatar Mattia Rizzolo

Merge branch 'download-nuovo' of code.ubuntu-it.org:ubuntu-it-web/www into develop

MR: https://code.ubuntu-it.org/ubuntu-it-web/www/-/merge_requests/30Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mapreri@ubuntu.com>
parents bd1aaeed 4fa3b076
Pipeline #266 passed with stage
in 0 seconds
......@@ -10,7 +10,7 @@ div.page div.row.background-wallpaper {
}
&.ubuntu, &.desktop, &.kubuntu, &.lubuntu, &.xubuntu, &.ubuntu-mate,
&.ubuntu-budgie, &.ubuntu-kylin, &.ubuntustudio, &.ubuntu-touch,
&.ubuntu-budgie, &.ubuntukylin, &.ubuntustudio, &.ubuntu-touch,
&.nuovo-rilascio {
color: #fff;
......@@ -64,7 +64,7 @@ div.page div.row.background-wallpaper {
url("images/wallpapers/ubuntu-budgie.jpg") 100% 50%;
}
&.ubuntu-kylin {
&.ubuntukylin {
background: url("images/wallpapers/ubuntu-kylin.jpg") 100% 50%;
}
......
......@@ -62,9 +62,9 @@ releases = ["latest", "lts"]
archs = { amd64 = "cdimages-derivatives" }
[distros.xubuntu]
name = "Xubuntu"
description = "La derivata di Ubuntu leggera ma personalizzabile, con desktop XFCE"
[distros.lubuntu]
name = "Lubuntu"
description = "La derivata più leggera, con LXDE"
lts-support-years = 3
lts-only = true
......@@ -72,9 +72,19 @@ releases = ["latest", "lts"]
archs = { amd64 = "cdimages-derivatives" }
[distros.lubuntu]
name = "Lubuntu"
description = "La derivata più leggera, con LXDE"
[distros.ubuntu-budgie]
name = "Ubuntu Budgie"
description = "La potenza di Ubuntu e la leggerezza di Budgie"
lts-support-years = 3
lts-only = true
releases = ["latest", "lts"]
archs = { amd64 = "cdimages-derivatives" }
[distros.ubuntukylin]
name = "Ubuntu Kylin"
description = "La derivata di Ubuntu con desktop UKUI"
lts-support-years = 3
lts-only = true
......@@ -92,25 +102,24 @@ releases = ["latest", "lts"]
archs = { amd64 = "cdimages-derivatives" }
[distros.ubuntu-budgie]
name = "Ubuntu Budgie"
description = "La potenza di Ubuntu e la leggerezza di Budgie"
[distros.ubuntustudio]
name = "Ubuntu Studio"
description = "La derivata di Ubuntu dedicata alla multimedialità"
lts-support-years = 3
lts-only = true
releases = ["latest", "lts"]
archs = { amd64 = "cdimages-derivatives" }
archs = { amd64 = "cdimages-studio" }
#[distros.ubuntustudio]
#name = "Ubuntu Studio"
#description = "Ubuntu con tutti i programmi per lavorare con audio, video e immagini"
#lts-support-years = 3
#
#lts-only = true
#releases = ["lts"]
#archs = { amd64 = "cdimages-studio", i386 = "cdimages-studio" }
[distros.xubuntu]
name = "Xubuntu"
description = "La derivata di Ubuntu leggera ma personalizzabile, con desktop XFCE"
lts-support-years = 3
lts-only = true
releases = ["latest", "lts"]
archs = { amd64 = "cdimages-derivatives" }
# Nomi delle architetture
......
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 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
......@@ -38,7 +39,7 @@
</div>
<div class="col col-center col-quarter">
<a class="btn" href="{{ url_for("download.landing", distro = name) }}">
Scaricala ora
Scaricalo ora
</a>
</div>
</div>
......
......@@ -41,12 +41,12 @@
<div class="col">
<h3>Come installare Ubuntu?</h3>
<p>
È la prima volta che installi Ubuntu o non ti ricordi tutti
i passaggi? Non ti preoccupare! Ubuntu-it dispone di una
È la prima volta che installi Ubuntu o non ricordi tutti
i passaggi? Non ti preoccupare, Ubuntu-it dispone di una
vasta documentazione con tutti i dettagli necessari!
</p>
<a class="btn" href="https://wiki.ubuntu-it.org/Installazione">
<a class="btn" href="https://wiki.ubuntu-it.org/Installazione/InstallareUbuntu">
Guida all'installazione
</a>
</div>
......
......@@ -80,7 +80,7 @@
<iframe src="https://www.youtube.com/embed/atBXTU0Sv5w" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="row background-wallpaper ubuntu-kylin">
<div class="row background-wallpaper ubuntukylin">
<div class="col">
<h1>Ubuntu Kylin</h1>
<p>
......
......@@ -22,7 +22,7 @@
{% block title %}Ubuntu Kylin{% endblock %}
{% block content %}
<div class="page">
<div class="row background-wallpaper ubuntu-kylin">
<div class="row background-wallpaper ubuntukylin">
<div class="col">
<h1 class="text-center">Ubuntu Kylin</h1>
<p class="intro text-center"><a href="https://www.ubuntukylin.com/index.php?lang=en" target="_blank">Ubuntu Kylin</a> è la versione di Ubuntu basata sull'ambiente grafico <a href="https://www.ukui.org/" target="_blank">UKUI</a>.</p>
......
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