website/index.html

51 lines
1.4 KiB
HTML
Raw 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
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">
2020-12-30 18:11:45 +01:00
<h1 class="display-4">
2021-12-15 14:11:20 +01:00
<span class="p-2 rounded">
2020-12-30 18:11:45 +01:00
{% t index.header_title %}
</span>
</h1>
2021-12-15 14:11:20 +01:00
<h4>
<span class="p-2 rounded">
2020-12-30 18:11:45 +01:00
{% t index.header_lead %}
</span>
2021-12-15 14:11:20 +01:00
</h4>
2020-12-30 18:11:45 +01:00
<hr class="mb-3">
2021-12-15 14:11:20 +01:00
<span class="p-2 rounded">
2020-12-30 18:11:45 +01:00
<a class="font-weight-bold" href="{% link _pages/about-us.html %}">{% t buttons.more_about_us %}</a>
</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>
</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>