astro-open-source-quebec/src/content/docs/fr/index.mdx

48 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Collaborons pour créer des outils open source
description: Open Source Québec
template: splash
hero:
image:
file: "@assets/images/open-source-quebec-picto-color.svg"
actions:
- text: Commencer
link: welcome/
icon: open-book
- text: Services
variant: secondary
link: services/git/
icon: right-arrow
---
import { Card, CardGrid, LinkButton } from '@astrojs/starlight/components';
<CardGrid stagger>
<Card title="Open Source" icon="github">
Un projet québécois, mais ouvert à linternational, axé sur la documentation, les projets et les déploiements, incluant notre infrastructure open source!
<LinkButton
href="about/"
variant="secondary"
iconPlacement="end">
À propos
</LinkButton>
</Card>
<Card title="Documentation" icon="open-book">
Vous souhaitez apprendre et utiliser les bonnes pratiques modernes en développement informatique? Tout est disponible en quelques clics!
</Card>
<Card title="Communauté" icon="comment">
La communication est la clé pour lavancement communautaire. Vous pouvez participer gratuitement en demandant de l'aide, en contribuant à la documentation ou en partageant votre code de manière ouverte!
</Card>
<Card title="Git" icon="github">
Un service Git gratuit pour les projets open source avec des services payants optionnels pour soutenir l'infrastructure.
<LinkButton
href="https://git.quebec"
variant="secondary"
icon="external"
iconPlacement="end">
Bâtir avec Git
</LinkButton>
</Card>
</CardGrid>