Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "create FAQ page"

Merged Hugues requested to merge 6-create-faq-page into master
All threads resolved!
Files
11
@@ -4,36 +4,33 @@ import styles from "./HomepageFeatures.module.css";
const FeatureList = [
{
title: "Easy to Use",
title: "Sûr",
// eslint-disable-next-line
Svg: require("../../static/img/undraw_docusaurus_mountain.svg").default,
Svg: require("../../static/img/bouclier.svg").default,
description: (
<>
Docusaurus was designed from the ground up to be easily installed and
used to get your website up and running quickly.
<p>Vos données sont en lieu sûr et sauvegardées toutes les nuits.</p>
</>
),
},
{
title: "Focus on What Matters",
title: "Souverain",
// eslint-disable-next-line
Svg: require("../../static/img/undraw_docusaurus_tree.svg").default,
Svg: require("../../static/img/rgpd.svg").default,
description: (
<>
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
ahead and move your docs into the <code>docs</code> directory.
<p>Nous sommes hébergés en France et conformes au RGPD.</p>
</>
),
},
{
// eslint-disable-next-line
title: "Powered by React",
title: "Libre",
// eslint-disable-next-line
Svg: require("../../static/img/undraw_docusaurus_react.svg").default,
Svg: require("../../static/img/liberte.svg").default,
description: (
<>
Extend or customize your website layout by reusing React. Docusaurus can
be extended while reusing the same header and footer.
<p>Notre solution s&apos;appuie sur des logiciels libres et nos conditions générales sont éthiques.</p>
</>
),
},
Loading