-
Notifications
You must be signed in to change notification settings - Fork 1
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
4d6153c
commit 38b8177
Showing
7 changed files
with
255 additions
and
138 deletions.
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
Binary file not shown.
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
48 changes: 48 additions & 0 deletions
48
lacommunaute/templates/forum_conversation/partials/itou_modal.html
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,48 @@ | ||
<div class="modal modal--mini fade" id="rechercheEmploi" tabindex="-1" aria-labelledby="rechercheEmploiMiniLabel" aria-hidden="true"> | ||
<div class="modal-dialog modal-dialog-centered"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<h3 class="modal-title" id="rechercheEmploiLabel"> | ||
Vous recherchez un emploi à temps plein, à temps partiel ou en interim ? | ||
</h3> | ||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Fermer"></button> | ||
</div> | ||
<div class="modal-body home-content-body"> | ||
<p class="mb-4"> | ||
Ce ne sera pas long ! | ||
<br> | ||
Inscrivez-vous et accédez à toutes les fonctionnalités du site des emplois de l'inclusion. | ||
</p> | ||
<ul class="mb-5"> | ||
<li class="d-flex mb-2"> | ||
<span> | ||
<i class="text-success ri-checkbox-circle-fill "></i> | ||
</span> | ||
<span class="font-weight-bold ml-2">Créer votre espace candidat</span> | ||
</li> | ||
<li class="d-flex mb-2"> | ||
<span> | ||
<i class="text-success ri-checkbox-circle-fill "></i> | ||
</span> | ||
<span class="font-weight-bold ml-2">Rechercher les offres d'emploi à proximité de votre ville</span> | ||
</li> | ||
<li class="d-flex mb-2"> | ||
<span> | ||
<i class="text-success ri-checkbox-circle-fill "></i> | ||
</span> | ||
<span class="font-weight-bold ml-2">Candidatez aux offres !</span> | ||
</li> | ||
<li class="d-flex mb-2"> | ||
<span> | ||
<i class="text-success ri-checkbox-circle-fill "></i> | ||
</span> | ||
<span class="font-weight-bold ml-2">N'oubliez pas de faire valider votre élégibilité par votre conseiller France Travail.</span> | ||
</li> | ||
</ul> | ||
<p class="text-center"> | ||
<a href="https://emplois.inclusion.beta.gouv.fr/signup/job_seeker/situation" class="btn btn-lg btn-primary">Je crée mon espace candidat sur le site des emplois</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
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.