-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ajoute un bouton FranceConnect aux normes #5
Conversation
{{/avecConnexionFCPlus}} | ||
|
||
{{^avecConnexionFCPlus}} | ||
<p>Pas d'utilisateur courant</p> | ||
<p>Pas d'utilisateur courant</p> |
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.
J'ai corrigé l'indentation du fichier moustache, ça aurait pu être séparé dans un commit différent
src/vues/pageAccueil.mustache
Outdated
{{^infosUtilisateur}} | ||
<p>Pas d'utilisateur courant</p> | ||
<!-- <a href="/auth/fcplus/creationSession">Connexion</a>--> | ||
<div class="container"> |
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.
enlever la classe
src/vues/pageAccueil.mustache
Outdated
<div class="container"> | ||
<p>FranceConnect est la solution proposée par l’État pour sécuriser et simplifier la connexion à vos | ||
services en ligne.</p> | ||
<button class="franceconnect-button"> |
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.
en français
src/vues/pageAccueil.mustache
Outdated
<button class="franceconnect-button"> | ||
<a href="/auth/fcplus/creationSession"></a> | ||
</button> | ||
<a href="https://franceconnect.gouv.fr/">Qu'est-ce que FranceConnect? </a> |
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.
Rajouter icone de redirection + nouvel onglet
b37b701
to
9df6500
Compare
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.
En termes de standards, je préfère que par défaut, et avant besoins de factorisation on nomme la page de style avec le même nom que la page template. En l'occurrence : pageAccueil.css
src/vues/pageAccueil.mustache
Outdated
services en ligne.</p> | ||
<a class="bouton-franceconnect" href="/auth/fcplus/creationSession" > | ||
</a> | ||
<a href="https://franceconnect.gouv.fr/" target="_blank">Qu'est-ce que FranceConnect? <img src="statique/assets/images/square.svg" alt="Icône de lien"/></a> |
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.
Dès qu'on aura deux liens avec cette image, je propose qu'on utilise plutôt un style CSS avec un ::after
.
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.
Ça me semble bon comme ça !
👍
https://docs.partenaires.franceconnect.gouv.fr/fs/integration-graphique/integration-bouton-fc/