forked from unitoo/website
56 lines
1.8 KiB
HTML
56 lines
1.8 KiB
HTML
---
|
|
layout: default
|
|
title: meta.titles.aboutus
|
|
description: meta.descriptions.aboutus
|
|
permalink: /chisiamo/
|
|
permalink_en: /aboutus/
|
|
tags: unitoo aboutus chisiamo team
|
|
---
|
|
<section class="jumbotron jumbotron-fluid bg-transparent d-flex">
|
|
<div class="container my-auto">
|
|
<h1 class="display-4">
|
|
{% t aboutus.header_title %}
|
|
</h1>
|
|
<p class="lead">
|
|
{% t aboutus.header_lead %}
|
|
</p>
|
|
</div>
|
|
</section>
|
|
|
|
<aside class="aside bg-white">
|
|
<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 }}">
|
|
{%- capture alt_mastodon_logo %}
|
|
{%- t meta.alt.mastodon_logo %}
|
|
{%- endcapture %}
|
|
{% asset mastodon width=20 class="fix-icon-mt" alt="{{ alt_mastodon_logo }}" %}
|
|
{% t buttons.know_us_on_mastodon %}
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</aside>
|
|
|
|
<section class="jumbotron jumbotron-fluid bg-transparent">
|
|
<div class="container">
|
|
<h1 class="text-center">{% t aboutus.vision_and_staff_title %}</h1>
|
|
|
|
<hr class="border-primary">
|
|
|
|
<p class="mt-5">{% t aboutus.vision_and_staff_text %}</p>
|
|
|
|
<br>
|
|
<h4>{% t aboutus.staff_title %}</h4>
|
|
{% assign staff = "cmaradonna,yamabiiko,sydro,fabio_purple,sara,grafixprint" | split: ',' %}
|
|
<div class="card-columns">
|
|
{% for member in staff %}
|
|
{% include staff/{{ member }}.html %}
|
|
{% endfor %}
|
|
</div>
|
|
</div>
|
|
</section>
|