website/index.html

112 lines
3.9 KiB
HTML

---
layout: default
title: "Homepage"
tags: home
---
<section class="jumbotron jumbotron-fluid bg-transparent">
<div class="container">
<h1 class="display-4">{% t index.header_title %}</h1>
<p class="lead">{% t index.header_lead %}</p>
</div>
</section>
<aside class="bg-white pt-5 pb-5">
<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="card-deck mt-5">
<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 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>
</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>