forked from unitoo/website
49 lines
1.9 KiB
HTML
49 lines
1.9 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">
|
|
{%- capture alt_gplv3_logo %}
|
|
{%- t meta.alt.gplv3_logo %}
|
|
{%- endcapture %}
|
|
{% asset gplv3_logo.webp alt="{{ alt_gplv3_logo }}" %}
|
|
</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="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>
|
|
</div>
|
|
</div>
|
|
</section>
|