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
---
<section class="jumbotron jumbotron-fluid bg-transparent header-index d-flex">
2020-12-30 18:11:45 +01:00
<div class="container my-auto">
<h1 class="display-4">
<span class="bg-white p-2 rounded">
{% t index.header_title %}
</span>
</h1>
<p class="lead">
<span class="bg-white p-2 rounded">
{% t index.header_lead %}
</span>
</p>
<hr class="mb-3">
<span class="bg-white p-2 rounded">
<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
2020-12-30 18:11:45 +01:00
<aside class="bg-white aside">
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>