2021-01-28 16:05:16 +01:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
title: meta.titles.projects
|
|
|
|
description: meta.descriptions.projects
|
2021-08-25 00:34:55 +02:00
|
|
|
permalink: /progetti.html
|
|
|
|
permalink_en: /projects.html
|
2021-01-28 16:05:16 +01:00
|
|
|
tags: unitoo freedom software freesoftware projects progetti
|
|
|
|
---
|
|
|
|
<section class="jumbotron jumbotron-fluid bg-transparent">
|
2021-08-23 12:20:16 +02:00
|
|
|
<div class="container">
|
|
|
|
<h1 class="text-center">{% t projects.title %}</h1>
|
|
|
|
<hr class="border-primary mb-5">
|
|
|
|
<p>{% t projects.text %}</p>
|
2021-01-28 16:05:16 +01:00
|
|
|
|
2021-08-23 12:20:16 +02:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-12 col-lg-4">
|
2021-08-27 12:44:13 +02:00
|
|
|
<div class="card mb-3 mb-lg-0">
|
2021-08-23 12:20:16 +02:00
|
|
|
{%- capture alt_header_radio %}
|
|
|
|
{%- t meta.alt.header_radio %}
|
|
|
|
{%- endcapture %}
|
|
|
|
{% asset header-radio.webp class="card-img-top" alt="{{ alt_header_radio }}" %}
|
|
|
|
<div class="card-body">
|
|
|
|
<h5 class="card-title font-weight-bold">{% t projects.radio.title %}</h5>
|
|
|
|
<p class="card-text">{% t projects.radio.text %}</p>
|
|
|
|
<a class="btn btn-secondary" href="{% link _pages/radio.html %}">{% t buttons.know_more %}</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-12 col-lg-4">
|
2021-08-27 12:44:13 +02:00
|
|
|
<div class="card mb-3 mb-lg-0">
|
2021-08-23 12:20:16 +02:00
|
|
|
{%- capture alt_gplv3_logo %}
|
|
|
|
{%- t meta.alt.gplv3_logo %}
|
|
|
|
{%- endcapture %}
|
|
|
|
{% asset gplv3_logo.webp class="card-img-top p-3" alt="{{ alt_gplv3_logo }}" %}
|
|
|
|
<div class="card-body">
|
|
|
|
<h5 class="card-title font-weight-bold">{% t projects.software.title %}</h5>
|
|
|
|
<p class="card-text">{% t projects.software.text %}</p>
|
|
|
|
<a class="btn btn-secondary" href="{% link _pages/software.html %}">{% t buttons.know_more %}</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-12 col-lg-4">
|
|
|
|
<div class="card">
|
|
|
|
{%- capture alt_header_peertube %}
|
|
|
|
{%- t meta.alt.header_peertube %}
|
|
|
|
{%- endcapture %}
|
|
|
|
{% asset header-peertube.webp class="card-img-top" alt="{{ alt_header_peertube }}" %}
|
|
|
|
<div class="card-body">
|
|
|
|
<h5 class="card-title font-weight-bold">{% t projects.peertube.title %}</h5>
|
|
|
|
<p class="card-text">{% t projects.peertube.text %}</p>
|
|
|
|
<a class="btn btn-secondary" href="{% link _pages/channel.html %}">{% t buttons.know_more %}</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-01-28 16:05:16 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|