This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
-
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 status checks…
Modal migration (#695)
* modal migration * fix lint * fix resonsive + lien coop
1 parent
1e5ff19
commit afaba84
Showing
8 changed files
with
200 additions
and
31 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.
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 |
---|---|---|
@@ -1,17 +1,18 @@ | ||
@use "./style"; | ||
@use "./statistics"; | ||
@use "./cra"; | ||
@use "./validationAccount"; | ||
@use "./choosePassword"; | ||
@use "./welcome"; | ||
@use "./login"; | ||
@use "./admin"; | ||
@use "./conseillerDetails"; | ||
@use "./formulaire"; | ||
@use "./mesInformations"; | ||
@use "./historique"; | ||
@use "./a-propos"; | ||
@use "./statisitiquesPDF"; | ||
@use "./monEspaceCandidat"; | ||
// @use "./style"; | ||
// @use "./statistics"; | ||
// @use "./cra"; | ||
// @use "./validationAccount"; | ||
// @use "./choosePassword"; | ||
// @use "./welcome"; | ||
// @use "./login"; | ||
// @use "./admin"; | ||
// @use "./conseillerDetails"; | ||
// @use "./formulaire"; | ||
// @use "./mesInformations"; | ||
// @use "./historique"; | ||
// @use "./a-propos"; | ||
// @use "./statisitiquesPDF"; | ||
// @use "./monEspaceCandidat"; | ||
@use "./migrationCoop.scss"; | ||
|
||
@import "../../../node_modules/@gouvfr/dsfr/dist/dsfr/dsfr.min.css"; |
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,108 @@ | ||
.page-migration { | ||
max-width: auto; | ||
min-height: 688px; | ||
padding: 96px 102px 96px 102px; | ||
margin-bottom: 126px; | ||
border-radius: 32px; | ||
} | ||
|
||
.div-annonce-migration { | ||
max-width: 588px; | ||
min-height: 496px; | ||
margin-bottom: 40px; | ||
|
||
h1 { | ||
width: 588px; | ||
height: 96px; | ||
font-family: Marianne; | ||
font-size: 40px; | ||
font-weight: 700; | ||
line-height: 48px; | ||
text-align: left; | ||
margin-bottom: 40px; | ||
} | ||
|
||
div { | ||
max-width: 588px; | ||
min-height: 408px; | ||
margin-bottom: 24px; | ||
|
||
div { | ||
width: 538px; | ||
min-height: 104px; | ||
padding: 16px 24px 16px 24px; | ||
margin-bottom: 16px; | ||
border-radius: 8px; | ||
|
||
img { | ||
width: 64px; | ||
height: 64px; | ||
border-radius: 8px; | ||
} | ||
|
||
p:nth-of-type(1) { | ||
max-width: 410px; | ||
min-height: 72px; | ||
margin-bottom: 4px; | ||
|
||
} | ||
} | ||
|
||
p:nth-of-type(2) { | ||
font-family: Marianne; | ||
font-size: 20px; | ||
font-weight: 400; | ||
line-height: 32px; | ||
text-align: left; | ||
width: 588px; | ||
height: 160px; | ||
|
||
|
||
|
||
} | ||
} | ||
|
||
} | ||
|
||
.div-coop-mediation-numerique { | ||
width: 282px; | ||
height: 448px; | ||
margin-bottom: 40px; | ||
|
||
|
||
div { | ||
width: 282px; | ||
height: 58.5px; | ||
margin-bottom: 12px; | ||
display: flex; | ||
|
||
img { | ||
width: 58.5px; | ||
height: 58.5px; | ||
padding: 11.7px; | ||
margin-bottom: 8px; | ||
border-radius: 16px 0px 0px 0px; | ||
|
||
} | ||
|
||
p { | ||
width: 205.96px; | ||
height: 43.91px; | ||
top: 7.29px; | ||
left: 76.04px; | ||
} | ||
} | ||
|
||
img { | ||
width: 282px; | ||
height: 353.39px; | ||
border-radius: 16px; | ||
} | ||
|
||
} | ||
|
||
@media (max-width: 426px) { | ||
.footer-responsive { | ||
display: inline-block; | ||
} | ||
} |
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,59 @@ | ||
import React from 'react'; | ||
import Footer from '../Footer'; | ||
|
||
function MigrationCoop() { | ||
return ( | ||
<div className="footer-responsive"> | ||
<div className="page-migration"> | ||
<div className="fr-container"> | ||
<div className="fr-grid-row"> | ||
<div className="fr-col"> | ||
<div className="div-annonce-migration"> | ||
<div> | ||
<h1 className="fr-alert__title"> | ||
Migration vers la nouvelle version de la plateforme ! | ||
</h1> | ||
<div className="fr-tag"> | ||
<img src="/logos/pin-conum.png" /> | ||
<p> | ||
Les adresses e-mails professionnelles | ||
@conseiller-numerique.fr ainsi que l’ancienne version de | ||
l’espace Coop ont été supprimés aujourd’hui. | ||
</p> | ||
</div> | ||
<p> | ||
Nous vous invitons à créer votre compte sur la nouvelle | ||
version de la plateforme où vous pourrez retrouvez toutes | ||
vos données de l’ancienne version et découvrir de nouvelles | ||
fonctionnalités adaptées à la pratique de la médiation | ||
numérique. | ||
</p> | ||
</div> | ||
<a href="https://coop-numerique.anct.gouv.fr"> | ||
<button | ||
className="fr-btn fr-btn--icon-right fr-fi-external-link-line fr-link--icon" | ||
> | ||
Voir le site | ||
</button> | ||
</a> | ||
</div> | ||
</div> | ||
<div className="fr-col-2"></div> | ||
<div className="fr-col-4"> | ||
<div className="div-coop-mediation-numerique"> | ||
<div> | ||
<img src="/logos/iconeCoop.png" /> | ||
<p>La Coop de la médiation numérique</p> | ||
</div> | ||
<img src="/logos/coopMediationNumerique.png" /> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<Footer /> | ||
</div> | ||
); | ||
} | ||
|
||
export default MigrationCoop; |
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