diff --git a/apps/datahub/src/app/app.component.css b/apps/datahub/src/app/app.component.css index 07fbbb9337..53c6569825 100644 --- a/apps/datahub/src/app/app.component.css +++ b/apps/datahub/src/app/app.component.css @@ -75,3 +75,11 @@ background-color: var(--background-alt-blue-france); padding: 1.5rem 0; } +.bouton-cartes-gouv { + background-color: var(--background-action-high-blue-france) !important; + color: var(--text-inverted-blue-france) !important; +} + +.bouton-cartes-gouv:hover { + background-color: var(--background-action-high-blue-france-hover) !important; +} diff --git a/apps/datahub/src/app/app.component.html b/apps/datahub/src/app/app.component.html index de041a80a0..f792cc8c14 100644 --- a/apps/datahub/src/app/app.component.html +++ b/apps/datahub/src/app/app.component.html @@ -9,7 +9,7 @@ [operatorImagePath]=" 'https://data.geopf.fr/annexes/ressources/header/cartes-gouv-logo.svg' " - [serviceTagline]="'Le service public des cartes et données du territoire'" + [serviceTagline]="'Notre territoire commun'" [menu]="[]" > @@ -39,6 +39,14 @@ [customClass]="'fr-nav__link'" [iconPosition]="'left'" > + Découvrir cartes.gouv.fr diff --git a/apps/datahub/src/app/home/home-header/home-header.component.html b/apps/datahub/src/app/home/home-header/home-header.component.html index 878301b0de..442d9cf1e4 100644 --- a/apps/datahub/src/app/home/home-header/home-header.component.html +++ b/apps/datahub/src/app/home/home-header/home-header.component.html @@ -23,6 +23,15 @@ [style.opacity]="expandRatio" [innerHTML]="'datahub.header.title.html' | translate" > + + Découvrez les producteurs partenaires et leur offre + +
@if (selectedApiLink?.accessServiceProtocol) { -

- {{ - selectedApiLink?.accessServiceProtocol === 'GPFDL' - ? 'record.metadata.api.form.title.gpf' - : 'record.metadata.api.form.title' - }} +

+ + {{ + selectedApiLink?.accessServiceProtocol === 'GPFDL' + ? 'record.metadata.api.form.title.gpf' + : 'record.metadata.api.form.title' + }} + + + + {{ selectedApiLink?.name }} +

}