-
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.
- Loading branch information
1 parent
3bab5dd
commit 4e7e725
Showing
3 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
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,17 @@ | ||
import React from 'react'; | ||
import ZoneDeTexte from '../../components/commun/ZoneDeTexte'; | ||
|
||
export default function Motivation() { | ||
return ( | ||
<fieldset className="fr-border cc-section fr-p-3w fr-mb-3w" id="votre-motivation"> | ||
<legend className="fr-h5" id="votre-motivation">Votre motivation</legend> | ||
<p className="fr-text--sm fr-hint-text"> | ||
En quelques lignes, décrivez le motif de votre besoin en recrutement.{' '} | ||
Indiquez les actions prévues, la justification du poste, ainsi que le public ciblé. | ||
</p> | ||
<ZoneDeTexte id="votreMessage"> | ||
Votre message <span className="cc-obligatoire">*</span> | ||
</ZoneDeTexte> | ||
</fieldset> | ||
); | ||
} |