-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(Mentions légales): Migration de la page sur vue 3 (#4725)
- Loading branch information
1 parent
9ac31f2
commit 74ad0c2
Showing
7 changed files
with
99 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
address { | ||
font-style: normal; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<template> | ||
<div class="legal-notices fr-col-12 fr-col-md-8"> | ||
<h1>Mentions légales</h1> | ||
<section> | ||
<h2>Éditeur de la Plateforme</h2> | ||
<p> | ||
La Plateforme | ||
<router-link :to="{ name: 'Vue2Home' }">https://ma-cantine.agriculture.gouv.fr/</router-link> | ||
est éditée par la Direction générale de l’alimentation du ministère de l’Agriculture et de la Souveraineté | ||
Alimentaire. | ||
</p> | ||
</section> | ||
<section> | ||
<h2>Directeur ou directrice de la publication</h2> | ||
<p> | ||
Maud FAIPOUX, directrice générale de l’alimentation du ministère de l’Agriculture et de la Souveraineté | ||
Alimentaire. | ||
</p> | ||
</section> | ||
<section> | ||
<h2>Hébergement de la Plateforme</h2> | ||
<p>Cette plateforme est hébergé par:</p> | ||
<address class="fr-mb-3w"> | ||
Clevercloud <br /> | ||
3 rue de l'Allier <br /> | ||
44000 Nantes <br /> | ||
France | ||
</address> | ||
</section> | ||
<section> | ||
<h2>Accessibilité</h2> | ||
<p> | ||
La conformité aux normes d’accessibilité numérique est un objectif ultérieur mais nous tâchons de rendre cette | ||
plateforme accessible à toutes et à tous. | ||
</p> | ||
<p> | ||
Pour en savoir plus sur la politique d’accessibilité numérique de l’État : | ||
<a target="_blank" href="https://accessibilite.numerique.gouv.fr/"> | ||
https://accessibilite.numerique.gouv.fr/ | ||
</a> | ||
. | ||
</p> | ||
<p> | ||
Pour nous signaler des problèmes ou suggestions d'amélioration concernant l'accessibilité de la plateforme, deux | ||
options : | ||
</p> | ||
<ul> | ||
<li> | ||
nous signaler par email : | ||
<a rel="noopener" href="mailto:support-egalim@beta.gouv.fr">support-egalim@beta.gouv.fr</a> | ||
</li> | ||
<li> | ||
créer une “issue” sur | ||
<a target="_blank" href="https://github.com/betagouv/ma-cantine">le dépôt de code sur GitHub</a> | ||
</li> | ||
</ul> | ||
<p> | ||
Si vous n’obtenez pas de réponse rapide de notre part, vous êtes en droit de faire parvenir vos doléances ou une | ||
demande de saisine au Défenseur des droits. | ||
</p> | ||
</section> | ||
<section> | ||
<h2>Code source</h2> | ||
<p> | ||
Le code source est ouvert et les contributions sont bienvenues : | ||
<a target="_blank" href="https://github.com/betagouv/ma-cantine">voir le code source</a>. | ||
</p> | ||
</section> | ||
<section> | ||
<h2>Signaler un dysfonctionnement ou une question</h2> | ||
<p> | ||
Envoyez-nous un courriel à <a rel="noopener" href="mailto:support-egalim@beta.gouv.fr">support-egalim@beta.gouv.fr</a>. | ||
</p> | ||
</section> | ||
</div> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.