-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #136 from anct-cnum/recette
MEP : Kit de com V4
- Loading branch information
Showing
24 changed files
with
250 additions
and
185 deletions.
There are no files selected for viewing
Binary file added
BIN
+151 KB
public/assets/img/email/mailInvitationCoordinateur/creation_compte.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+10.1 KB
public/assets/img/email/mailInvitationCoordinateur/lien_invitation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
@@ -0,0 +1,57 @@ | ||
import React from 'react'; | ||
|
||
function AfficheTrouverConseiller() { | ||
|
||
return ( | ||
<div className="fr-grid-row fr-grid-row--gutter"> | ||
<div className="fr-col-1"></div> | ||
<div className="fr-col-10 fr-col-md-8 fr-mb-7w"> | ||
<h4 className="h4CustomKit h4CustomKit--secondary" id="titre-ancre-3.2"> | ||
3.2 Affiche « Trouver un conseiller numérique près de chez soi » | ||
</h4> | ||
<p style={{ marginBottom: '24px' }}> | ||
Le support décrit les services Conseiller numérique. | ||
</p> | ||
<p style={{ marginBottom: '0px' }}> | ||
<a | ||
href="https://cdn.conseiller-numerique.gouv.fr/kit-communication/V4/affiche-trouver-un-conseiller-numerique.png" | ||
title="Affiche au format web PNG" | ||
className="bleu-france" | ||
style={{ boxShadow: 'none' }} | ||
target="_blank" | ||
rel="noopener noreferrer"> | ||
Télécharger l’affiche au format web (PNG). | ||
</a> | ||
<br/> | ||
<a | ||
href="https://cdn.conseiller-numerique.gouv.fr/kit-communication/V4/affiche-trouver-un-conseiller-numerique.pdf" | ||
title="Affiche au format imprimable PDF" | ||
className="bleu-france" | ||
style={{ boxShadow: 'none' }} | ||
target="_blank" | ||
rel="noopener noreferrer"> | ||
Télécharger l’affiche au format imprimable (PDF). | ||
</a> | ||
<br/> | ||
<a | ||
href="https://cdn.conseiller-numerique.gouv.fr/kit-communication/V4/affiche-trouver-un-conseiller-numerique.eps" | ||
title="Affiche au format web vectoriel EPS" | ||
className="bleu-france" | ||
style={{ boxShadow: 'none' }} | ||
target="_blank" | ||
rel="noopener noreferrer"> | ||
Télécharger le fichier source éditable,format vectoriel (EPS). | ||
</a> | ||
</p> | ||
</div> | ||
<div className="fr-col-12 fr-col-md-2 fr-mb-7w fr-mb-md-0w preview-image"> | ||
<img | ||
src="https://cdn.conseiller-numerique.gouv.fr/kit-communication/V4/previews/preview-affiche-conseiller-numerique.png" | ||
alt="preview affiche « Trouver un conseiller numérique près de chez soi »" | ||
style={{ height: '180px' }}/> | ||
</div> | ||
</div> | ||
); | ||
} | ||
|
||
export default AfficheTrouverConseiller; |
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
Oops, something went wrong.