website/_pages/software.html

46 lines
1.6 KiB
HTML

---
layout: default
title: meta.titles.software
description: meta.descriptions.software
permalink: /progetti/software/
permalink_en: /projects/software/
tags: unitoo company rights projects freesoftware nodrm freebios libreboot coreboot
---
<section class="jumbotron jumbotron-fluid bg-transparent">
<div class="container">
<h1 class="text-center">{% t software.title %}</h1>
<hr class="border-primary mb-5">
<p class="mb-5">
{% t software.text %}
</p>
<div class="text-center mb-5">
{% asset gplv3_logo.webp %}
</div>
<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="fas fa-external-link-alt"></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="fas fa-external-link-alt"></i> {% t buttons.know_more %}</a>
</div>
</div>
</div>
</div>
</section>