forked from unitoo/website
52 lines
1.6 KiB
HTML
52 lines
1.6 KiB
HTML
---
|
|
layout: simple
|
|
title: meta.titles.libreboot
|
|
description: meta.description.libreboot
|
|
permalink: /progetti/libreboot/
|
|
permalink_en: /projects/libreboot/
|
|
tags: unitoo libreboot bios freesoftware rights coreboot
|
|
---
|
|
<section id="libreboot">
|
|
<div class="cover min-vh-100 position-relative header-libreboot">
|
|
<div class="position-absolute content-bottom text-left text-light text-uppercase pt-5">
|
|
<h2>{% t libreboot.title_h2 %}</h2>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="mt-5">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12 text-center">
|
|
<h2 class="section-heading">{% t libreboot.title %}</h2>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="container">
|
|
<p class="lead">{% t libreboot.p %}</p>
|
|
</div>
|
|
</section>
|
|
<br><br><br>
|
|
<section class="mt-5">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12 text-center">
|
|
<h2 class="section-heading">{% t libreboot.title_2 %}</h2>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-sm-4">
|
|
{%- capture alt_libreboot_logo %}
|
|
{%- t meta.alt.libreboot_logo %}
|
|
{%- endcapture %}
|
|
{% asset libreboot_logo class="w-100" alt="{{ alt_libreboot_logo }}" %}
|
|
</div>
|
|
<div class="col-sm-8">
|
|
<p class="lead">
|
|
{% t libreboot.p_2 %}
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|