website/index.html

54 lines
1.6 KiB
HTML
Raw Permalink Normal View History

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
2022-09-09 18:11:19 +02:00
namespace: index
permalink: /
permalink_en: /
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">
<span class="p-2 rounded d-md-block d-none">
2020-12-30 18:11:45 +01:00
{% t index.header_title %}
</span>
<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">
2022-09-09 18:11:19 +02:00
<a class="font-weight-bold btn btn-primary text-white" href="{% translate_link referral %}">{% 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">
2022-05-20 10:19:24 +02:00
<a class="btn btn-secondary btn-lg ml-auto" target="_blank" rel="nofollow" href="https://radio.unitoo.it" title="{% t buttons.titles.go_to_radio %}">
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>
</div>
</div>
2020-12-29 21:40:17 +01:00
</aside>
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>