Commit f8db238f authored by shadMod's avatar shadMod 💬

added new index (from branch:homepage)

parent cfff390d
Pipeline #294 passed with stage
in 0 seconds
{# Source code of the Ubuntu-it website {# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com> # Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# # Copyright (C) 2021 Alessandro Viprati <vipri.alessandro@gmail.com>
# This program is free software: you can redistribute it and/or modify # Copyright (C) 2023 shadMod
# 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 # This program is free software: you can redistribute it and/or modify
# (at your option) any later version. # 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
# This program is distributed in the hope that it will be useful, # (at your option) any later version.
# but WITHOUT ANY WARRANTY; witout even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # This program is distributed in the hope that it will be useful,
# GNU Affero General Public License for more details. # but WITHOUT ANY WARRANTY; witout even the implied warranty of
# # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# You should have received a copy of the GNU Affero General Public License # GNU Affero General Public License for more details.
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
#} # 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" %} {% extends "layout.html" %}
{% block title %}Home page{% endblock %} {% block title %}
Home page
{% endblock %}
{% block content %} {% block content %}
<div class="page"> <div class="page">
<div class="row"> <div class="row background-wallpaper banner-latest p-100">
<div class="col"> <div class="col text-center">
<p> <h1>
Questo sito contiene la versione in fase di sviluppo del sito web Ubuntu 22.04
di ubuntu-it.<br> </h1>
Non è ancora completo, e potrebbe subire modifiche sostanziali, <p class="intro text-center">
oltre a contenere errori. Le ultime novità dal mondo del software libero, con stile.
</p> </p>
<p> <a class="btn" href="{{ url_for('pages.scopri-ubuntu_nuovo-rilascio') }}">
Se volete contribuire siete i benvenuti! Scopri di più
<a href="http://wiki.ubuntu-it.org/GruppoWeb/Contribuire"> </a>
Scopri come aiutarci</a>! <a class="btn" href="{{ url_for('download.landing', distro='desktop') }}">
</p> Scarica Ubuntu
<p><b>Il Gruppo Web di ubuntu-it</b></p> </a>
</div> </div>
</div> </div>
</div> </div>
<div class="page">
<div class="row">
<div class="col">
<h2>
Comunità italiana
</h2>
<p>
Ubuntu-it è la comunità italiana di Ubuntu.
</p>
<p>
Essa è organizzata in diversi
<a href="{{ url_for('pages.comunita_index') }}">
gruppi di lavoro
</a>,
coordinati dal Consiglio della comunità, ciascuno con un obiettivo diverso:
dallo sviluppo, al supporto fino alla promozione.
</p>
</div>
<div class="col">
<h2>
Derivate
</h2>
<p>
Interfacce diverse ma sotto batte lo stesso cuore, per essere libero di scegliere.
</p>
<p>
Scopri le differenze e gli obiettivi nella
<a href="{{ url_for('pages.derivate_index') }}">
pagina dedicata
</a>.
</p>
</div>
<div class="col">
<h2>
Supporto
</h2>
<p>
Cerca risposte alle tue domande nei
<a href="{{ url_for('pages.supporto') }}">
portali di Ubuntu-it
</a>
e aiutaci a fornire supporto a chi ne ha bisogno.
</p>
</div>
</div>
</div>
<div class="page">
<div class="row">
<div class="col">
<h2>
Scopri Ubuntu
</h2>
<p>
Veloce, sicuro ed elegantemente semplice.
</p>
<p>
Ubuntu è usato da più di 20 milioni di persone in tutto il mondo ogni giorno.
</p>
</div>
<div class="col">
<h2>
Ultime novità
</h2>
<ul class="item-list">
<li>
<a href="{{ url_for('pages.derivate_index') }}">
Newsletter Italiana #Ubuntu - 2023.030
</a>
</li>
<li>
<a href="{{ url_for('pages.derivate_index') }}">
Newsletter Italiana #Ubuntu - 2023.029
</a>
</li>
<li>
<a href="{{ url_for('pages.derivate_index') }}">
Newsletter Italiana #Ubuntu - 2023.028
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="page">
<div class="row">
<div class="col">
<h2 class="text-center">
Sponsor tecnico
</h2>
<div class="row">
<div class="col text-center">
<a href="http://www.top-ix.org">
<img src="{{ url_for('static', filename='images/sponsor/infomaniak.svg')}}"
style="width:203px; height:150px;" alt="infomaniak logo"/>
</a>
</div>
<div class="col text-center">
<a href="http://www.top-ix.org">
<img src="{{ url_for('static', filename='images/sponsor/topix-logo.jpg')}}"
style="width:203px; height:150px;" alt="Top-ix logo"/>
</a>
</div>
</div>
</div>
</div>
</div>
{% endblock %} {% endblock %}
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