generated from codegouvfr/eleventy-dsfr
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from IGNF/feature/tutoriel-espace-personnel
Ajout de l'embryon des tutoriels pour l'espace personnel
- Loading branch information
Showing
10 changed files
with
404 additions
and
12 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,23 @@ | ||
--- | ||
title: Gestion des documents personnels | ||
description: Téléversement, modification et suppression des documents | ||
date: git Last Modified | ||
tags: | ||
- Espace personnel | ||
- Index des tutoriels | ||
segments: | ||
- url: /developpeur | ||
title: Documentation développeur | ||
- url: /tutoriels | ||
title: Tutoriels | ||
- url: /tutoriels/espace-personnel | ||
title: Espace personnel | ||
--- | ||
|
||
{% from "components/component.njk" import component with context %} | ||
|
||
{{ component("alert", { | ||
type: "info", | ||
title: "Fonctionnalité en cours de validation", | ||
description: "Les possibilités de gestion de documents personnels sont en cours de validation. Un peu de patience..." | ||
}) }} |
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,49 @@ | ||
--- | ||
title: Gestion de l'espace personnel | ||
description: Hébergemenet de documents personnels (croquis) et partage | ||
date: git Last Modified | ||
tags: | ||
- Espace personnel | ||
- Index des tutoriels | ||
segments: | ||
- url: /developpeur | ||
title: Documentation développeur | ||
- url: /tutoriels | ||
title: Tutoriels | ||
--- | ||
|
||
{% from "components/component.njk" import component with context %} | ||
|
||
<div class="fr-grid-row--gutters fr-mb-1w"> | ||
|
||
<div class="fr-col fr-col-md-12"> | ||
|
||
{{ component("card", { | ||
url: "/tutoriels/espace-personnel/gestion/", | ||
title: "Gestion des documents personnels", | ||
description: "Téléversement, modification et suppression des documents", | ||
image: { | ||
src: "/img/tutoriels/espace-personnel/gestion.png", | ||
alt: "" | ||
}, | ||
addClass: "fr-card--horizontal-tier" | ||
}) }} | ||
|
||
</div> | ||
|
||
<div class="fr-col fr-col-md-12"> | ||
|
||
{{ component("card", { | ||
url: "/tutoriels/espace-personnel/partage/", | ||
title: "Partage des documents personnels", | ||
description: "Partage individualisé et authentifié ou partage public des documents personnels", | ||
image: { | ||
src: "/img/tutoriels/espace-personnel/partage.png", | ||
alt: "" | ||
}, | ||
addClass: "fr-card--horizontal-tier" | ||
}) }} | ||
|
||
</div> | ||
|
||
</div> |
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,23 @@ | ||
--- | ||
title: Partage des documents personnels | ||
description: Partage individualisé et authentifié ou partage public des documents personnels | ||
date: git Last Modified | ||
tags: | ||
- Espace personnel | ||
- Index des tutoriels | ||
segments: | ||
- url: /developpeur | ||
title: Documentation développeur | ||
- url: /tutoriels | ||
title: Tutoriels | ||
- url: /tutoriels/espace-personnel | ||
title: Espace personnel | ||
--- | ||
|
||
{% from "components/component.njk" import component with context %} | ||
|
||
{{ component("alert", { | ||
type: "info", | ||
title: "Fonctionnalité en cours de validation", | ||
description: "Les possibilités de partage de documents personnels sont en cours de validation. Un peu de patience..." | ||
}) }} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.