Add english translations of content files

This commit is contained in:
2026-08-11 12:10:39 +02:00
parent ad7d9a8245
commit 4d4a57da9c
34 changed files with 2301 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
---
title: Manuals
description: Chill user manuals
card: "There is one manual for users and another one for administrators."
bgColor: "activity-sector"
layout: "gradient-card"
---
{{< gradient-card-section title="Users" description="The **user** is the social worker who **uses Chill day to day**.">}}
<div class="flex gap-4 justify-center">
<a href="https://gitea.champs-libres.be/Chill-project/manuals/releases/download/latest/Manuel%20utilisateur.pdf" target="blank" class="btn btn-outline">
Download the user manual
</a>
<a href="https://manuel.chill.social/user/" target="blank" class="btn btn-primary">
Online user manual
</a>
</div>
{{< /gradient-card-section >}}
{{< gradient-card-section title="Administrators" description="The **administrator** is a specific role, with access to an administration interface that allows them to adjust the **configuration of Chill**">}}
<div class="flex gap-4 justify-center mb-8">
<a href="https://gitea.champs-libres.be/Chill-project/manuals/releases/download/latest/Manuel%20administrateur.pdf" target="blank" class="btn btn-outline">
Download the administrator manual
</a>
<a href="https://manuel.chill.social/admin/" target="blank" class="btn btn-primary">
Online administrator manual
</a>
</div>
{{< /gradient-card-section >}}
{{< gradient-card-section title="User training" description="Organise a training day on how to use Chill." >}}
<a href="/en/contact?subject=training" class="btn btn-primary mt-4">Contact us</a>
{{< /gradient-card-section >}}