website/_pages/about-us.html

56 lines
1.7 KiB
HTML
Raw Normal View History

2020-12-30 18:11:45 +01:00
---
2022-01-13 12:47:49 +01:00
layout: simple
2020-12-30 18:11:45 +01:00
title: meta.titles.aboutus
description: meta.descriptions.aboutus
2022-01-13 12:47:49 +01:00
permalink: /chisiamo/
permalink_en: /aboutus/
2020-12-30 18:11:45 +01:00
tags: unitoo aboutus chisiamo team
---
2022-01-13 12:47:49 +01:00
<section class="jumbotron jumbotron-fluid bg-transparent d-flex header header-aboutus text-white mb-0">
<div class="w-100 d-flex" style="background-color: rgba(0,0,0,0.5)">
<div class="container my-auto">
<h1 class="display-4">
{% t aboutus.header_title %}
</h1>
<p class="lead">
{% t aboutus.header_lead %}
</p>
</div>
2021-08-23 12:20:16 +02:00
</div>
2020-12-30 18:11:45 +01:00
</section>
<aside class="aside bg-white">
2021-08-23 12:20:16 +02:00
<div class="container">
<div class="row">
<h4 class="col-lg-8">
{% t aboutus.aside_social %}
</h4>
<div class="col text-lg-right">
<a class="btn btn-secondary btn-lg ml-auto" target="_blank" rel="nofollow" href="{{ site.mastodon_url }}">
2022-01-13 12:47:49 +01:00
<i class="fab fa-mastodon"></i>
2021-08-23 12:20:16 +02:00
{% t buttons.know_us_on_mastodon %}
</a>
</div>
</div>
2020-12-30 18:11:45 +01:00
</div>
</aside>
<section class="jumbotron jumbotron-fluid bg-transparent">
2021-08-23 12:20:16 +02:00
<div class="container">
<h1 class="text-center">{% t aboutus.vision_and_staff_title %}</h1>
2020-12-30 18:11:45 +01:00
2021-08-23 12:20:16 +02:00
<hr class="border-primary">
2020-12-30 18:11:45 +01:00
2021-08-23 12:20:16 +02:00
<p class="mt-5">{% t aboutus.vision_and_staff_text %}</p>
2020-12-30 18:11:45 +01:00
2021-08-23 12:20:16 +02:00
<br>
<h4>{% t aboutus.staff_title %}</h4>
2022-01-13 12:47:49 +01:00
{% assign staff = "cmaradonna,yamabiiko,frenky,sydro,fabio_purple,sara,grafixprint" | split: ',' %}
2021-08-23 12:20:16 +02:00
<div class="card-columns">
{% for member in staff %}
{% include staff/{{ member }}.html %}
{% endfor %}
</div>
2020-12-30 18:11:45 +01:00
</div>
</section>