2019-08-13 15:16:48 +02:00
|
|
|
---
|
|
|
|
layout: default
|
2020-12-30 18:11:45 +01:00
|
|
|
|
|
|
|
title: meta.titles.index
|
|
|
|
description: meta.descriptions.index
|
|
|
|
|
2021-08-20 16:48:07 +02:00
|
|
|
tags: home homepage unitoo
|
2019-08-13 15:16:48 +02:00
|
|
|
---
|
2022-01-13 12:47:49 +01:00
|
|
|
<section class="jumbotron jumbotron-fluid bg-transparent header header-index d-flex text-white">
|
2020-12-30 18:11:45 +01:00
|
|
|
|
2021-12-15 14:11:20 +01:00
|
|
|
<div class="container my-auto text-center">
|
2022-01-21 12:33:34 +01:00
|
|
|
<h1 class="display-3">
|
2022-01-28 15:38:42 +01:00
|
|
|
<span class="p-2 rounded d-md-block d-none">
|
2020-12-30 18:11:45 +01:00
|
|
|
{% t index.header_title %}
|
|
|
|
</span>
|
2022-01-28 15:38:42 +01:00
|
|
|
<span class="p-2 rounded d-block d-md-none">
|
|
|
|
{% t index.header_title_mobile %}
|
|
|
|
</span>
|
2020-12-30 18:11:45 +01:00
|
|
|
</h1>
|
2022-01-21 12:33:34 +01:00
|
|
|
<h5>
|
2021-12-15 14:11:20 +01:00
|
|
|
<span class="p-2 rounded">
|
2020-12-30 18:11:45 +01:00
|
|
|
{% t index.header_lead %}
|
|
|
|
</span>
|
2022-01-21 12:33:34 +01:00
|
|
|
</h5>
|
|
|
|
<span class="p-2 rounded h5">
|
|
|
|
<a class="font-weight-bold btn btn-primary text-white" href="{% link _pages/referral.html %}">{% t buttons.become_a_guardian_of_user_space %}</a>
|
2020-12-30 18:11:45 +01:00
|
|
|
</span>
|
2019-11-16 14:42:53 +01:00
|
|
|
|
2019-08-13 15:16:48 +02:00
|
|
|
</div>
|
2020-12-29 21:40:17 +01:00
|
|
|
</section>
|
2019-08-13 15:16:48 +02:00
|
|
|
|
2021-12-15 14:11:20 +01:00
|
|
|
<aside class="bg-white aside border-bottom">
|
2020-12-29 21:40:17 +01:00
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<h4 class="col-lg-8">
|
|
|
|
{% t index.aside_radio %}
|
|
|
|
</h4>
|
|
|
|
<div class="col text-lg-right">
|
2021-01-28 16:05:16 +01:00
|
|
|
<a class="btn btn-secondary btn-lg ml-auto" target="_blank" rel="nofollow" href="https://radio.unitoo.it">
|
2021-08-20 16:48:07 +02:00
|
|
|
<i class="fa-music"></i>
|
2020-12-29 21:40:17 +01:00
|
|
|
{% t buttons.go_to_radio %}
|
|
|
|
</a>
|
|
|
|
</div>
|
2020-03-31 12:53:31 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-12-29 21:40:17 +01:00
|
|
|
</aside>
|
2020-03-31 12:53:31 +02:00
|
|
|
|
2021-01-28 16:05:16 +01:00
|
|
|
{% include services-and-products.html %}
|
2020-12-30 18:11:45 +01:00
|
|
|
|
|
|
|
<section class="text-center pt-5 pb-5">
|
|
|
|
{% include contacts.html %}
|
|
|
|
</section>
|