-
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
834b2c7
commit bc1da3f
Showing
13 changed files
with
255 additions
and
152 deletions.
There are no files selected for viewing
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.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
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
40 changes: 40 additions & 0 deletions
40
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,40 @@ | ||
<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"> | ||
<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="list-unstyled mb-5"> | ||
<li class="d-flex mb-2"> | ||
<i class="text-success ri-checkbox-circle-fill"></i> | ||
<span class="font-weight-bold ms-2">Créer votre espace candidat</span> | ||
</li> | ||
<li class="d-flex mb-2"> | ||
<i class="text-success ri-checkbox-circle-fill"></i> | ||
<span class="font-weight-bold ms-2">Rechercher les offres d'emploi à proximité de votre ville</span> | ||
</li> | ||
<li class="d-flex mb-2"> | ||
<i class="text-success ri-checkbox-circle-fill"></i> | ||
<span class="font-weight-bold ms-2">Candidatez aux offres !</span> | ||
</li> | ||
<li class="d-flex mb-2"> | ||
<i class="text-success ri-checkbox-circle-fill"></i> | ||
<span class="font-weight-bold ms-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-sm 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.