Commit a5ee4d48 authored by Alessandro Viprati's avatar Alessandro Viprati

nuove immagini per pagina "ubuntu-touch", corretto link download desktop da pagina "scopri-ubuntu"

parent b00d5b3a
...@@ -10,7 +10,7 @@ div.page div.row.background-wallpaper { ...@@ -10,7 +10,7 @@ div.page div.row.background-wallpaper {
} }
&.ubuntu, &.desktop, &.kubuntu, &.lubuntu, &.xubuntu, &.ubuntu-mate, &.ubuntu, &.desktop, &.kubuntu, &.lubuntu, &.xubuntu, &.ubuntu-mate,
&.ubuntu-budgie, &.ubuntustudio { &.ubuntu-budgie, &.ubuntustudio, &.ubuntu-touch, &.richiedi-dvd {
color: #fff; color: #fff;
border-top: 0; border-top: 0;
...@@ -70,6 +70,15 @@ div.page div.row.background-wallpaper { ...@@ -70,6 +70,15 @@ div.page div.row.background-wallpaper {
background: rgba(100, 100, 100, 0.25); background: rgba(100, 100, 100, 0.25);
} }
} }
&.ubuntu-touch {
background: url("images/wallpapers/ubuntu-touch.jpg") 100% 0%;
}
&.richiedi-dvd {
color: #111;
background: url("images/wallpapers/beaver.png") 100% 0%;
}
} }
div.page div.row.download-index-distro { div.page div.row.download-index-distro {
......
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# 2015 Riccardo Padovani <rpadovani@ubuntu.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 %}Cloud{% endblock %}
{% block content %}
<div class="page">
<div class="row">
<div class="col">
<p>
Questo sito contiene la versione in fase di sviluppo del sito web
di ubuntu-it.<br>
Non è ancora completo, e potrebbe subire modifiche sostanziali,
oltre a contenere errori.
</p>
<p>
Se volete contribuire siete i benvenuti!
<a href="http://wiki.ubuntu-it.org/GruppoWeb/Contribuire">
Scopri come aiutarci</a>!
</p>
<p><b>Il Gruppo Web di ubuntu-it</b></p>
</div>
</div>
</div>
{% endblock %}
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
</div> </div>
<div class="row row-borderless text-center"> <div class="row row-borderless text-center">
<a class="btn" href="{{ url_for("pages.scopri-ubuntu_desktop") }}">Scopri di più</a> <a class="btn" href="{{ url_for("pages.scopri-ubuntu_desktop") }}">Scopri di più</a>
<a class="btn" href="{{ url_for("download.landing", distro="ubuntu") }}">Scarica Ubuntu</a> <a class="btn" href="{{ url_for("download.landing", distro="desktop") }}">Scarica Ubuntu</a>
<a class="btn" href="https://wiki.ubuntu-it.org/Installazione/InstallareUbuntu">Guida all'installazione</a> <a class="btn" href="https://wiki.ubuntu-it.org/Installazione/InstallareUbuntu">Guida all'installazione</a>
</div> </div>
<div class="row"> <div class="row">
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
<div class="col"> <div class="col">
<h2>Smartphone e tablet</h2> <h2>Smartphone e tablet</h2>
<p> <p>
Ubuntu Touch è il sistema operativo libero, sicuro e attento Ubuntu Touch è il sistema operativo sicuro e attento
alla privacy, ideato per smartphone e tablet. Ubuntu Touch è alla privacy, ideato per smartphone e tablet. Ubuntu Touch è
sviluppato interamente da <b>UBports</b>, una comunità sviluppato interamente da <b>UBports</b>, una comunità
internazionale di volontari e appassionati del software open internazionale di volontari e appassionati del software open
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
</div> </div>
</div> </div>
<div class="page"> <div class="page">
<div class="row background-wallpaper"> <div class="row background-wallpaper richiedi-dvd">
<div class="col"> <div class="col">
<h2>Richiedi il DVD di Ubuntu</h2> <h2>Richiedi il DVD di Ubuntu</h2>
<p> <p>
......
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# 2015 Riccardo Padovani <rpadovani@ubuntu.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 %}Internet of Things{% endblock %}
{% block content %}
<div class="page">
<div class="row">
<div class="col">
<p>
Questo sito contiene la versione in fase di sviluppo del sito web
di ubuntu-it.<br>
Non è ancora completo, e potrebbe subire modifiche sostanziali,
oltre a contenere errori.
</p>
<p>
Se volete contribuire siete i benvenuti!
<a href="http://wiki.ubuntu-it.org/GruppoWeb/Contribuire">
Scopri come aiutarci</a>!
</p>
<p><b>Il Gruppo Web di ubuntu-it</b></p>
</div>
</div>
</div>
{% endblock %}
...@@ -19,21 +19,16 @@ ...@@ -19,21 +19,16 @@
{% extends "layout.html" %} {% extends "layout.html" %}
{% block title %}Smartphone e tablet{% endblock %} {% block title %}Smartphone e tablet{% endblock %}
{% block content %} {% block content %}
<div class="page"> <div class="page">
<div class="row"> <div class="row background-wallpaper ubuntu-touch image-overflow">
<div class="col"> <div class="col">
<h1 class="text-center">Smartphone e tablet</h1> <h1 class="text-center">Smartphone e tablet</h1>
<p class="intro text-center"> <p class="intro text-center">Il sistema operativo libero, sicuro e attento alla privacy per il mobile.</p>
Il sistema operativo libero, sicuro e attento alla privacy per il mobile. <img src="{{ url_for("static", filename="images/scopri-ubuntu/utouch/smartphone.png") }}" alt="Smartphone con Ubuntu">
</p>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col">
<img src="{{ url_for("static", filename="images/scopri-ubuntu/utouch/utouch.jpeg") }}">
</div>
<div class="col"> <div class="col">
<p> <p>
Ubuntu Touch è la versione per dispositivi mobile di Ubuntu. Ubuntu Touch è la versione per dispositivi mobile di Ubuntu.
...@@ -58,6 +53,8 @@ ...@@ -58,6 +53,8 @@
</p> </p>
</div> </div>
</div> </div>
</div>
<div class="page">
<div class="row"> <div class="row">
<div class="col"> <div class="col">
<h2>Applicazioni di tutti i gusti</h2> <h2>Applicazioni di tutti i gusti</h2>
...@@ -81,7 +78,7 @@ ...@@ -81,7 +78,7 @@
</p> </p>
</div> </div>
<div class="col"> <div class="col">
<img src="{{ url_for("static", filename="images/scopri-ubuntu/utouch/utouchapps.png") }}"> <img src="{{ url_for("static", filename="images/scopri-ubuntu/utouch/utouchapps.png") }}" alt="Applicazioni per Ubuntu Touch">
</div> </div>
</div> </div>
<div class="row"> <div class="row">
...@@ -100,7 +97,7 @@ ...@@ -100,7 +97,7 @@
</p> </p>
</div> </div>
<div class="col col-center"> <div class="col col-center">
<img src="{{ url_for("static", filename="images/scopri-ubuntu/utouch/utouchdevices.jpeg") }}"> <img src="{{ url_for("static", filename="images/scopri-ubuntu/utouch/utouchdevices.jpeg") }}" alt="Dispositivi con Ubuntu Touch">
</div> </div>
</div> </div>
<div class="row"> <div class="row">
......
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