Skip to content

Commit

Permalink
feat: add new orga cards (#605)
Browse files Browse the repository at this point in the history
add new orga cards
  • Loading branch information
Volubyl committed May 24, 2023
1 parent a733c78 commit 56f832c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions client/src/lib/templates/LandingTemplate/LandingTemplate.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@
Les organisations enregistrées sur catalogue.data.gouv.fr
</h2>
<div class="fr-grid-row fr-grid-row--gutters">
<div class="fr-col-12 fr-col-sm-6 fr-col-md-5 fr-col-lg-3">
<OrganizationCard
name="Agence de la transition écologique"
src={"https://raw.githubusercontent.com/etalab/catalogage-donnees-config/main/organizations/ademe/logo.svg"}
status="catalog"
/>
</div>
<div class="fr-col-12 fr-col-sm-6 fr-col-md-5 fr-col-lg-3">
<OrganizationCard
name="Agence nationale de l'habitat"
Expand All @@ -54,6 +61,14 @@
/>
</div>

<div class="fr-col-12 fr-col-sm-6 fr-col-md-5 fr-col-lg-3">
<OrganizationCard
name="Centre d'études et d'expertise sur les risques, l'environnement, la mobilité et l'aménagement"
src={"https://raw.githubusercontent.com/etalab/catalogage-donnees-config/main/organizations/cerema/logo.svg"}
status="catalog"
/>
</div>

<div class="fr-col-12 fr-col-sm-6 fr-col-md-5 fr-col-lg-3">
<OrganizationCard
name="Direction interministérielle de la transformation publique"
Expand All @@ -70,6 +85,14 @@
/>
</div>

<div class="fr-col-12 fr-col-sm-6 fr-col-md-5 fr-col-lg-3">
<OrganizationCard
name="Direction de la recherche, des études, de l'évaluation et des statistiques"
src="https://raw.githubusercontent.com/etalab/catalogage-donnees-config/main/organizations/drees/logo.svg"
status="catalog"
/>
</div>

<div class="fr-col-12 fr-col-sm-6 fr-col-md-5 fr-col-lg-3">
<OrganizationCard
name="Ministère de la Culture"
Expand Down

0 comments on commit 56f832c

Please sign in to comment.