website/_pages/software.html

50 lines
1.9 KiB
HTML
Raw Normal View History

2019-08-13 16:36:22 +02:00
---
layout: default
2021-01-28 16:05:16 +01:00
title: meta.titles.software
description: meta.descriptions.software
2021-12-15 14:49:28 +01:00
permalink: /progetti/software/
permalink_en: /projects/software/
2021-01-28 16:05:16 +01:00
tags: unitoo company rights projects freesoftware nodrm freebios libreboot coreboot
2019-08-13 16:36:22 +02:00
---
2021-01-28 16:05:16 +01:00
<section class="jumbotron jumbotron-fluid bg-transparent">
2021-08-23 12:20:16 +02:00
<div class="container">
<h1 class="text-center">{% t software.title %}</h1>
<hr class="border-primary mb-5">
2019-08-13 16:36:22 +02:00
2021-08-23 12:20:16 +02:00
<p class="mb-5">
{% t software.text %}
</p>
2021-01-28 16:05:16 +01:00
2021-08-23 12:20:16 +02:00
<div class="text-center mb-5">
{%- capture alt_gplv3_logo %}
{%- t meta.alt.gplv3_logo %}
{%- endcapture %}
{% asset gplv3_logo.webp alt="{{ alt_gplv3_logo }}" %}
2021-01-28 16:05:16 +01:00
</div>
2021-08-23 12:20:16 +02:00
<div class="card-columns">
<div class="card">
<div class="card-body">
<h2 class="font-weight-bold">{% t software.libreboot_title %}</h2>
<p>{% t software.libreboot_text %}</p>
<a href="{% link _pages/libreboot.html %}"> {% t buttons.know_more %}</a>
</div>
</div>
<div class="card">
<div class="card-body">
<h2 class="font-weight-bold">{% t software.freesoftware_title %}</h2>
<p>{% t software.freesoftware_text %}</p>
<a href="https://www.fsf.org/" rel="nofollow" target="_blank"><i class="fa-link-ext"></i> {% t buttons.know_more %}</a>
</div>
</div>
<div class="card">
<div class="card-body">
<h2 class="font-weight-bold">{% t software.drm_title %}</h2>
<p>{% t software.drm_text %}</p>
<a href="https://www.defectivebydesign.org/drm-free" rel="nofollow" target="_blank"><i class="fa-link-ext"></i> {% t buttons.know_more %}</a>
</div>
</div>
2021-01-28 16:05:16 +01:00
</div>
2019-08-13 16:36:22 +02:00
</div>
</section>