-
Notifications
You must be signed in to change notification settings - Fork 10
🎨 DSFR - Admin & Mon DomiFa - Branche principale ⭐ #3855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pYassine
wants to merge
7
commits into
master
Choose a base branch
from
feat-dsfr-mon-domifa
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,944
−2,311
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
4142c0b
feat(mon-domifa): init dsfr
pYassine f615fcb
fix(yarn): fix yarn.lock
pYassine 2edaf42
feat(admin-usagers): add skip links to admin and usagers (#3920)
hbalty 199eb95
Feat dsfr pages statiques mon domifa - admin (#3910)
hbalty 20356c3
🎨 Feat dsfr footer admin usagers (#3863)
hbalty c6cd651
fix(portails-admins): quick fix lien nos partenaire
hbalty 0aa3986
feat(usagers): integration header mon domifa (#3923)
hbalty File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,48 +1,8 @@ | ||
<app-custom-toastr></app-custom-toastr> | ||
<nav id="skip-links" role="navigation" aria-label="Accès rapide"> | ||
<ul> | ||
<li> | ||
<a | ||
ariaCurrentWhenActive="page" | ||
routerLinkActive="router-link-active" | ||
[routerLink]="currentUrl" | ||
fragment="navigation" | ||
>Aller à la navigation</a | ||
> | ||
</li> | ||
<li> | ||
<a | ||
ariaCurrentWhenActive="page" | ||
routerLinkActive="router-link-active" | ||
[routerLink]="currentUrl" | ||
fragment="page" | ||
>Aller au contenu</a | ||
> | ||
</li> | ||
<li *ngIf="currentUrl === '/manage'"> | ||
<a | ||
ariaCurrentWhenActive="page" | ||
routerLinkActive="router-link-active" | ||
[routerLink]="currentUrl" | ||
fragment="search-bar" | ||
>Aller à la recherche</a | ||
> | ||
</li> | ||
<li> | ||
<a | ||
ariaCurrentWhenActive="page" | ||
routerLinkActive="router-link-active" | ||
[routerLink]="currentUrl" | ||
fragment="footer" | ||
>Aller au pied de page</a | ||
> | ||
</li> | ||
</ul> | ||
</nav> | ||
|
||
<dsfr-skiplinks [links]="skipLinks"></dsfr-skiplinks> | ||
<header id="page-header" role="banner"> | ||
<nav | ||
class="navbar bg-white" | ||
class="navbar bg-white shadow-sm p-3 mb-5 rounded" | ||
role="navigation" | ||
aria-label="Navigation principale" | ||
style="position: sticky; top: 0; z-index: 1000" | ||
|
@@ -112,180 +72,43 @@ | |
</div> | ||
</nav> | ||
</header> | ||
|
||
<main role="main" id="page"> | ||
<app-custom-toastr></app-custom-toastr> | ||
<router-outlet></router-outlet> | ||
</main> | ||
<footer id="footer" role="contentinfo" class="d-print-none"> | ||
<div class="bg-light py-3 border-bottom-dark"> | ||
<div class="container my-2 py-3"> | ||
<div class="row"> | ||
<div class="col my-2"> | ||
<p class="fw-bold">Cadre juridique</p> | ||
<ul> | ||
<li> | ||
<a href="https://domifa.fabrique.social.gouv.fr/accessibilite" | ||
>Accessibilité: partiellement conforme | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a | ||
ariaCurrentWhenActive="page" | ||
routerLink="/mentions-legales" | ||
routerLinkActive="router-link-active" | ||
>Mentions légales</a | ||
> | ||
</li> | ||
<li> | ||
<a | ||
routerLink="/cgu" | ||
ariaCurrentWhenActive="page" | ||
routerLinkActive="router-link-active" | ||
>CGU</a | ||
> | ||
</li> | ||
<li> | ||
<a | ||
routerLink="/confidentialite" | ||
ariaCurrentWhenActive="page" | ||
routerLinkActive="router-link-active" | ||
>Politique de confidentialité</a | ||
> | ||
</li> | ||
<li> | ||
<a | ||
routerLink="/plan-site" | ||
ariaCurrentWhenActive="page" | ||
routerLinkActive="router-link-active" | ||
>Plan du site</a | ||
> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="col-12 col-md-4 my-2"> | ||
<p class="fw-bold">Nos partenaires</p> | ||
<ul> | ||
<li *ngFor="let link of partnerLinks"> | ||
<a [href]="link.path" target="_blank" rel="noopener noreferrer"> | ||
{{ link.label }} | ||
<fa-icon | ||
class="ms-2" | ||
[icon]="['fas', 'arrow-up-right-from-square']" | ||
aria-hidden="true" | ||
></fa-icon> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="container my-2 py-3"> | ||
<div class="row align-items-center"> | ||
<div class="col-12 col-md-4"> | ||
<a | ||
id="logo-footer" | ||
href="https://solidarites.gouv.fr/" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
title="Ministère du Travail, de la Santé, des Solidarités et des familles" | ||
> | ||
<img | ||
rel="noopener noreferrer" | ||
src="/assets/images/logo-ministere.jpg" | ||
alt="Ministère du Travail, de la Santé, des Solidarités et des familles" | ||
/> | ||
</a> | ||
</div> | ||
<div class="col-12 col-md-8"> | ||
<ul | ||
data-component-id="footer" | ||
class="content-list" | ||
id="menu-footer-external" | ||
> | ||
<li class="content-item"> | ||
<a | ||
href="https://www.info.gouv.fr/" | ||
target="_blank" | ||
class="content-link" | ||
rel="noopener external" | ||
title="info.gouv.fr - nouvelle fenêtre" | ||
>info.gouv.fr | ||
<fa-icon | ||
aria-hidden="true" | ||
[icon]="['fas', 'external-link-alt']" | ||
></fa-icon> | ||
</a> | ||
</li> | ||
<li class="content-item"> | ||
<a | ||
href="https://www.service-public.fr/" | ||
target="_blank" | ||
class="content-link" | ||
rel="noopener external" | ||
title="service-public.fr - nouvelle fenêtre" | ||
>service-public.fr | ||
<fa-icon | ||
aria-hidden="true" | ||
[icon]="['fas', 'external-link-alt']" | ||
></fa-icon | ||
></a> | ||
</li> | ||
<li class="content-item"> | ||
<a | ||
href="https://www.legifrance.gouv.fr/" | ||
target="_blank" | ||
class="content-link" | ||
rel="noopener external" | ||
title="legifrance.gouv.fr - nouvelle fenêtre" | ||
>legifrance.gouv.fr | ||
<fa-icon | ||
aria-hidden="true" | ||
[icon]="['fas', 'external-link-alt']" | ||
></fa-icon | ||
></a> | ||
</li> | ||
<li class="content-item"> | ||
<a | ||
href="https://www.data.gouv.fr/fr/" | ||
target="_blank" | ||
class="content-link" | ||
rel="noopener external" | ||
title="data.gouv.fr - nouvelle fenêtre" | ||
>data.gouv.fr | ||
<fa-icon | ||
aria-hidden="true" | ||
[icon]="['fas', 'external-link-alt']" | ||
></fa-icon | ||
></a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="bg-light border-top-dark"> | ||
<div class="container my-2 py-4"> | ||
<p> | ||
DomiFa est une solution gratuite et complète de gestion des | ||
domiciliations pour les structures domiciliataires (centres d'Action | ||
Sociale, communes, organismes agréés). | ||
</p> | ||
|
||
<p> | ||
Sauf mention contraire, tous les textes de ce site sont sous | ||
<a | ||
href="https://github.com/etalab/licence-ouverte/blob/master/LO.md" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
>licence etalab-2.0 | ||
<fa-icon | ||
class="ms-2" | ||
[icon]="['fas', 'up-right-from-square']" | ||
aria-hidden="true" | ||
></fa-icon | ||
></a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
<dsfr-footer | ||
[logo]="{ | ||
label: 'République<br>Française', | ||
imageAlt: 'République française logo', | ||
tooltipMessage: '', | ||
navigation: { routerLink: '/' } | ||
}" | ||
[mandatoryLinks]="[ | ||
{ | ||
label: 'Accessibilité : partiellement conforme', | ||
link: 'https://domifa.fabrique.social.gouv.fr/accessibilite', | ||
}, | ||
{ | ||
label: 'Mentions légales', | ||
link: '/mentions-legales', | ||
}, | ||
{ | ||
label: 'Conditions générales d’utilisation', | ||
link: '/cgu', | ||
}, | ||
{ | ||
label: 'Polotiques de confidentialité', | ||
link: '/confidentialite', | ||
}, | ||
{ | ||
label: 'Plan du site', | ||
link: '/plan-site', | ||
}, | ||
{ | ||
label: 'Nos partenaires', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @hbalty a retirer |
||
link: '#', | ||
} | ||
]" | ||
license="Sauf mention explicite de propriété intellectuelle détenue par des tiers, les contenus de ce site sont proposés sous <a href='https://github.com/etalab/licence-ouverte/blob/master/LO.md' _target='_blank'>licence etalab-2.0</a>" | ||
></dsfr-footer> |
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hbalty typo