---
layout: default

title: meta.titles.index
description: meta.descriptions.index

tags: home homepage
---
<section class="jumbotron jumbotron-fluid bg-transparent header-index d-flex"
    style="background-image: url({{ assets['header-network.webp'].digest_path }})">

    <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>

<section class="jumbotron jumbotron-fluid bg-transparent">
    <div class="container">
        <h1 class="text-center">{% t index.services_title %}</h1>

        <hr class="border-primary">

        <div class="row mt-5">
            <div class="col-12 col-lg-6 mb-4">
                <div class="card border-0 shadow">
                    <div class="card-body">
                        <h5 class="card-title font-weight-bold">{% t index.services.software_development %}</h5>
                        <p class="mb-4">{% t index.services.software_development_text %}</p>
                        <a class="text-dark mr-2" href="#">Quali tecnologie usiamo</a>
                        <a class="text-dark" href="#">Come funziona</a>
                    </div>
                </div>
            </div>
            <div class="col-12 col-lg-6 mb-4">
                <div class="card border-0 shadow">
                    <div class="card-body">
                        <h5 class="card-title font-weight-bold">{% t index.services.technical_advice %}</h5>
                        <p class="card-text mb-4">{% t index.services.technical_advice_text %}</p>
                        <a class="text-dark mr-2" href="#">Cosa richiede</a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

<section class="bg-white pt-5 pb-5">
    <div class="container">
        <h1 class="text-center">{% t index.products_title %}</h1>

        <hr class="border-primary mb-5">

        <div class="row">
            <div class="col-lg-6">
                <h3>{% t index.products.nextcloud %}</h3>
                <p>
                    {% t index.products.nextcloud_text %}
                </p>
                <a class="text-dark mr-2" href="#" rel="nofollow" target="_blank">
                    <i class="fas fa-external-link-alt"></i> {% t index.products.nextcloud_website %}
                </a>
            </div>
            <div class="col text-right">
                {% asset nextcloud-example.webp %}
            </div>
        </div>

        <br><br><br>

        <div class="row">
            <div class="col text-left">
                {% asset azuracast-example.webp %}
            </div>
            <div class="col-lg-6">
                <h3>{% t index.products.azuracast %}</h3>
                <p>
                    {% t index.products.azuracast_text %}
                </p>
                <a class="text-dark mr-2" href="https://radio.unitoo.it" rel="nofollow" target="_blank">
                    <i class="fas fa-external-link-alt"></i> {% t index.products.azuracast_website %}
                </a>
            </div>
        </div>

        <br><br><br>

        <div class="row">
            <div class="col-lg-6">
                <h3>{% t index.products.pihole %}</h3>
                <p>
                    {% t index.products.pihole_text %}
                </p>
                <a class="text-dark mr-2" href="https://pi-hole.net/" rel="nofollow" target="_blank">
                    <i class="fas fa-external-link-alt"></i> {% t index.products.pihole_website %}
                </a>
            </div>
            <div class="col text-right">
                {% asset pihole-example.webp %}
            </div>
        </div>
    </div>
</section>

<section class="text-center pt-5 pb-5">
    {% include contacts.html %}
</section>