forked from codegouvfr/eleventy-dsfr
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update style after eleventy-dsfr upgrade
* Update layouts * Update icons and illustrations
- Loading branch information
Showing
33 changed files
with
408 additions
and
461 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
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
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 |
---|---|---|
@@ -1,31 +1,33 @@ | ||
--- | ||
title: "Awesome CodeGouvFr" | ||
description: La liste des logiciels libres développés par des administrations et à fort potentiel de réutilisation. | ||
layout: layouts/page.njk | ||
eleventyNavigation: | ||
key: Awesome CodeGouvFr | ||
parent: Ressources | ||
order: 3 | ||
--- | ||
<p class="fr-text--lead"> | ||
Voici une liste des logiciels libres développés par des administrations et à fort potentiel de réutilisation. | ||
<br> | ||
Vous pouvez en apprendre plus dans le <a class="fr-link fr-text--lead" href="https://github.com/codegouvfr/awesome-codegouvfr" target="_blank">dépôt dédié à cette liste</a> et dans <a class="fr-link fr-text--lead" href="{{ "/blog/awesome-codegouvfr-logiciels-libres-remarquables-de-ladministration" | locale_url }}">l'article de blog</a> expliquant ce projet. | ||
</p> | ||
<div class="fr-grid-row fr-grid-row--gutters fr-grid-row--center fr-mb-3w"> | ||
{% asyncAll filename, project in awesome.dist %} | ||
<div class="fr-col-12 fr-col-md-3"> | ||
{% from "components/component.njk" import component with context %} | ||
{{ component("card", { | ||
url: false, | ||
externalUrl: project.landingURL or project.url, | ||
title: project.name, | ||
description: project.description.fr.shortDescription, | ||
image: { | ||
src: project.logo, | ||
alt: "Logo du projet" | ||
}, | ||
detail: ('<a class="fr-link link-no-style" href="https://github.com/codegouvfr/awesome-codegouvfr#awesome-codegouvfr-score" target="_blank"><img src="' + project.awesomeShield + '" alt="Badge Awesome CodeGouvFr du projet"></a>') | safe | ||
}) }} | ||
{% from "components/component.njk" import component with context %} | ||
{{ component("callout", { | ||
title: "Vous souhaitez en apprendre plus ?", | ||
description: 'Consultez le <a class="fr-link fr-text--lead" href="https://github.com/codegouvfr/awesome-codegouvfr" target="_blank">dépôt dédié à cette liste</a> et <a class="fr-link fr-text--lead" href="{{ "/blog/awesome-codegouvfr-logiciels-libres-remarquables-de-ladministration" | locale_url }}">l\'article de blog</a> expliquant ce projet.' | safe | ||
}) }} | ||
<div class="fr-my-6w"> | ||
<div class="fr-grid-row fr-grid-row--gutters"> | ||
{% asyncAll filename, project in awesome.dist %} | ||
<div class="fr-col-12 fr-col-md-3"> | ||
{{ component("card", { | ||
url: false, | ||
externalUrl: project.landingURL or project.url, | ||
title: project.name, | ||
description: project.description.fr.shortDescription, | ||
image: { | ||
src: project.logo, | ||
alt: "Logo du projet" | ||
}, | ||
detail: ('<a class="fr-link link-no-style" href="https://github.com/codegouvfr/awesome-codegouvfr#awesome-codegouvfr-score" target="_blank"><img src="' + project.awesomeShield + '" alt="Badge Awesome CodeGouvFr du projet"></a>') | safe | ||
}) }} | ||
</div> | ||
{% endall %} | ||
</div> | ||
{% endall %} | ||
</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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
---js | ||
{ | ||
title: "Blog", | ||
title: "Actualités", | ||
pagination: { | ||
data: "collections.posts", | ||
size: 1, | ||
|
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 |
---|---|---|
@@ -1,12 +1,22 @@ | ||
<p> | ||
Les ateliers BlueHats sont des visioconférences où des agents publics présentent des logiciels libres qu'ils utilisent ou développent. Ils se tiennent un ou deux vendredi par mois de 11h à 12h30. Ils sont visibles en rediffusion sur <a href="https://tube.numerique.gouv.fr/a/logicielslibres/video-channels" target="_blank">notre chaîne BlueHats</a>. | ||
</p> | ||
<p> | ||
Vous pouvez <strong>proposer un atelier</strong> via <a target="_blank" href="https://pad.numerique.gouv.fr/2ZABhm7MQw2XGxuEPtmukA#">ce pad</a>. | ||
</p> | ||
<p> | ||
Tout le monde peut assister en ligne aux ateliers via <a href="https://webinaire.numerique.gouv.fr//meeting/signin/362/creator/369/hash/84c9902a44b481830388d5d69c808eb669da0a5b" target="_blank">ce lien</a>. | ||
</p> | ||
<p> | ||
Vous pouvez aussi vous abonner au <a href="/mission-logiciels-libres.ics">calendrier .ics</a> de tous les événements de la mission. | ||
</p> | ||
<div class="fr-highlight fr-highlight--blue-cumulus"> | ||
<p class="fr-text--lg"> | ||
Les ateliers BlueHats sont des visioconférences où des agents publics présentent des logiciels libres qu'ils | ||
utilisent ou développent. Ils se tiennent un ou deux vendredi par mois de 11h à 12h30. Ils sont visibles en | ||
rediffusion sur <a href="https://tube.numerique.gouv.fr/a/logicielslibres/video-channels" target="_blank">notre | ||
chaîne BlueHats</a>. | ||
</p> | ||
<p class="fr-text--lg"> | ||
Vous pouvez <strong>proposer un atelier</strong> via <a target="_blank" | ||
href="https://pad.numerique.gouv.fr/2ZABhm7MQw2XGxuEPtmukA#">ce | ||
pad</a>. | ||
</p> | ||
<p class="fr-text--lg"> | ||
Tout le monde peut assister en ligne aux ateliers via <a | ||
href="https://webinaire.numerique.gouv.fr//meeting/signin/362/creator/369/hash/84c9902a44b481830388d5d69c808eb669da0a5b" | ||
target="_blank">ce lien</a>. | ||
</p> | ||
<p class="fr-text--lg"> | ||
Vous pouvez aussi vous abonner au <a href="/mission-logiciels-libres.ics">calendrier <code>.ics</code></a> de tous les événements | ||
de la mission. | ||
</p> | ||
</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
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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
<p> | ||
La gazette BlueHats est la contribution de la DINUM au mouvement BlueHats. Cette lettre bimestrielle partage des informations sur l'utilisation et le développement de logiciels libres dans et pour l'administration. Elle sert aussi à donner une vue d'ensemble des activités du réseau de compagnonnage BlueHats. En la lisant, vous découvrirez des projets que vous pourrez tester ou suivre ; en y contribuant, vous partagerez vos initiatives et vos découvertes. | ||
</p> | ||
<div class="fr-highlight fr-highlight--blue-cumulus"> | ||
<p class="fr-text--lg"> | ||
La gazette BlueHats est la contribution de la DINUM au mouvement BlueHats. Cette lettre bimestrielle partage des | ||
informations sur l'utilisation et le développement de logiciels libres dans et pour l'administration. Elle sert | ||
aussi à donner une vue d'ensemble des activités du réseau de compagnonnage BlueHats. En la lisant, vous découvrirez | ||
des projets que vous pourrez tester ou suivre ; en y contribuant, vous partagerez vos initiatives et vos | ||
découvertes. | ||
</p> | ||
</div> |
Oops, something went wrong.