website/index.html

51 lines
1.4 KiB
HTML

---
layout: default
title: meta.titles.index
description: meta.descriptions.index
tags: home homepage
---
<section class="jumbotron jumbotron-fluid bg-transparent header-index d-flex">
<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>
</div>
</section>
<aside class="bg-white aside">
<div class="container">
<div class="row">
<h4 class="col-lg-8">
{% t index.aside_radio %}
</h4>
<div class="col text-lg-right">
<a class="btn btn-secondary btn-lg ml-auto" target="_blank" rel="nofollow" href="https://radio.unitoo.it">
<i class="fas fa-music"></i>
{% t buttons.go_to_radio %}
</a>
</div>
</div>
</div>
</aside>
{% include services-and-products.html %}
<section class="text-center pt-5 pb-5">
{% include contacts.html %}
</section>