<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="{% link _pages/software-technologies.html %}">{% t buttons.find_how_we_build_software %}</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="{% link _pages/technical_advice.html %}">{% t buttons.find_what %}</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="https://www.nextcloud.com" rel="nofollow" target="_blank">
                    <i class="fas fa-link-ext"></i> {% t index.products.nextcloud_website %}
                </a>
            </div>
            <div class="col text-right">
                {%- capture alt_nextcloud_example %}
                    {%- t meta.alt.nextcloud_example %}
                {%- endcapture %}
                {% asset nextcloud-example.webp alt="{{ alt_nextcloud_example }}" class="mt-3 mt-lg-0" %}
            </div>
        </div>

        <br><br><br>

        <div class="row">
            <div class="col text-left">
                {%- capture alt_azuracast_example %}
                    {%- t meta.alt.azuracast_example %}
                {%- endcapture %}
                {% asset azuracast-example.webp alt="{{ alt_azuracast_example }}" class="mb-3 mb-lg-0" %}
            </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-link-ext"></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-link-ext"></i> {% t index.products.pihole_website %}
                </a>
            </div>
            <div class="col text-right">
                {%- capture alt_pihole_example %}
                    {%- t meta.alt.pihole_example %}
                {%- endcapture %}
                {% asset pihole-example.webp alt="{{ alt_pihole_example }}" class="mt-3 mt-lg-0" %}
            </div>
        </div>
    </div>
</section>