- Updated padding values for sections in custom CSS files to enhance spacing. - Introduced new card styles with hover effects for better user interaction. - Added new gradient card layout in the chill theme for a visually appealing design. - Removed obsolete sector layout and replaced it with a more flexible gradient card layout. - Enhanced feature list layout with improved pagination and sidebar integration. - Created a new shortcode for gradient card sections to streamline feature presentation.
27 lines
1.4 KiB
Markdown
27 lines
1.4 KiB
Markdown
---
|
|
title: Manuels
|
|
description: Manuels d'utilisation de Chill
|
|
card: "Il existe un manuel d'utilisation à l'usage des utilisateurs et un autre à l'usage des administrateurs.<br><br>
|
|
- L'**utilisateur** est le travailleur social qui **utilise Chill dans son quotidien**.<br>
|
|
- L'**administrateur** est un rôle spécifique, qui peut accéder à une interface d'administration de l'application, lui permettant de régler la **configuration de Chill**"
|
|
bgColor: "activity-sector"
|
|
layout: "gradient-card"
|
|
---
|
|
|
|
|
|
{{< gradient-card-section title="Téléchargement des manuels" description="Accédez aux manuels d'utilisation de Chill pour les administrateurs et les utilisateurs." >}}
|
|
<div class="flex flex-col gap-4 items-center">
|
|
<a href="https://gitea.champs-libres.be/Chill-project/manuals/releases/download/latest/Manuel%20administrateur.pdf" target="blank" class="btn btn-primary">
|
|
Télécharger le manuel administrateur
|
|
</a>
|
|
<a href="https://gitea.champs-libres.be/Chill-project/manuals/releases/download/latest/Manuel%20utilisateur.pdf" target="blank" class="btn btn-primary">
|
|
Télécharger le manuel utilisateur
|
|
</a>
|
|
</div>
|
|
{{< /gradient-card-section >}}
|
|
|
|
{{< gradient-card-section title="Formation des utilisateurs" description="Organisez une journée de formation à l'utilisation de Chill." >}}
|
|
<a href="/contact" class="btn btn-primary mt-4">Contactez-nous</a>
|
|
{{< /gradient-card-section >}}
|
|
|