website/index.html

138 lines
4.7 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
tags: home homepage
2019-08-13 15:16:48 +02:00
---
2020-12-30 18:11:45 +01:00
<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>
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">
<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>
2020-12-29 21:40:17 +01:00
</aside>
2020-12-29 21:40:17 +01:00
<section class="jumbotron jumbotron-fluid bg-transparent">
<div class="container">
<h1 class="text-center">{% t index.services_title %}</h1>
2019-08-13 15:16:48 +02:00
2020-12-29 21:40:17 +01:00
<hr class="border-primary">
2020-12-30 18:11:45 +01:00
<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>
2019-08-13 15:16:48 +02:00
</div>
</div>
2020-12-30 18:11:45 +01:00
<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>
2019-08-13 15:16:48 +02:00
</div>
</div>
</div>
</div>
2020-12-29 21:40:17 +01:00
</section>
2019-08-13 15:16:48 +02:00
2020-12-29 21:40:17 +01:00
<section class="bg-white pt-5 pb-5">
<div class="container">
<h1 class="text-center">{% t index.products_title %}</h1>
2019-08-13 15:16:48 +02:00
2020-12-29 21:40:17 +01:00
<hr class="border-primary mb-5">
2020-12-29 21:40:17 +01:00
<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>
2019-08-13 15:16:48 +02:00
</div>
2020-12-29 21:40:17 +01:00
<br><br><br>
2019-08-13 15:16:48 +02:00
2020-12-29 21:40:17 +01:00
<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>
2019-08-13 15:16:48 +02:00
</div>
2020-12-29 21:40:17 +01:00
<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>
2019-08-13 15:16:48 +02:00
</div>
</div>
</section>
2020-12-30 18:11:45 +01:00
<section class="text-center pt-5 pb-5">
{% include contacts.html %}
</section>