19/01/2024 - 16h20

recette2
cherif 2024-01-19 16:20:46 +01:00
parent fbee8376b4
commit 3cf858336e
4 changed files with 78 additions and 29 deletions

View File

@ -40,7 +40,7 @@ import SeDesabonner from './pages/sedesabonner';
import OrderConfirmation_3DS from "./pages/orderconfirmation_3DS"; import OrderConfirmation_3DS from "./pages/orderconfirmation_3DS";
import Training_Inactive_Or_Not_Found from "./pages/Traning_Inactif_Or_Not_Exist"; import Training_Inactive_Or_Not_Found from "./pages/Traning_Inactif_Or_Not_Exist";
import TestUrl_New from "./pages/testurl_new"; import TestUrl_New from "./pages/testurl_new";
import QuiSommesNous_v3 from "./components/QuisSommesNous_V3"; import QuiSommesNous_v3 from "./pages/quisommesnous_v3";
function App() { function App() {

View File

@ -1724,11 +1724,11 @@ const Partner = (props) => {
</div> </div>
} }
{String(menu) === "dashbord_inscriptions" && <div className="div_droite"> {String(menu) === "dashbord_inscriptions" && <div className="div_droite">
<Dashbord_Inscriptions conntected_employee_id={conntected_employee_id} read_access={check_user_acces_right("dashbord", "read")} write_access={check_user_acces_right("dashbord", "write")} /> <Dashbord_Inscriptions conntected_employee_id={conntected_employee_id} read_access={check_user_acces_right("dashbord", "read")} write_access={check_user_acces_right("dashbord", "write")} />
</div> </div>
} }
{String(menu) === "mon_tableau_de_bord" && <div className="div_droite"> {String(menu) === "mon_tableau_de_bord" && <div className="div_droite">

View File

@ -91,13 +91,14 @@ const QuiSommesNous_v3 = () => {
<div className="parent"> <div className="parent">
<div className="div1"> <div className="div1">
<div className="text_activite_head">
Gestion Administrative
</div>
<br /> <br />
<div className="image_activite_head"> <div className="image_activite_head">
<img src={gestion_admin_img} alt="MySy Training Gestion administrative" className="image_illustration" /> <img src={gestion_admin_img} alt="MySy Training Gestion administrative" className="image_illustration" />
</div> </div>
<div className="text_activite_head">
Gestion Administrative
</div>
<button className="bton_en_savoir_plus_header" onClick={(e) => { <button className="bton_en_savoir_plus_header" onClick={(e) => {
if (document.getElementById('gestion_administrative')) { if (document.getElementById('gestion_administrative')) {
var divh = document.getElementById('gestion_administrative').offsetTop; var divh = document.getElementById('gestion_administrative').offsetTop;
@ -113,14 +114,14 @@ const QuiSommesNous_v3 = () => {
</div> </div>
<div className="div2"> <div className="div2">
<div className="text_activite_head">
E-Learning (LMS)
</div>
<div className="image_activite_head"> <div className="image_activite_head">
<img src={e_learning_lms} alt="MySy Training E-Learning LMS" className="image_illustration" /> <img src={e_learning_lms} alt="MySy Training E-Learning LMS" className="image_illustration" />
</div> </div>
<br /> <br />
<div className="text_activite_head">
E-Learning
</div>
<button className="bton_en_savoir_plus_header" onClick={(e) => { <button className="bton_en_savoir_plus_header" onClick={(e) => {
if (document.getElementById('gestion_elearning')) { if (document.getElementById('gestion_elearning')) {
var divh = document.getElementById('gestion_elearning').offsetTop; var divh = document.getElementById('gestion_elearning').offsetTop;
@ -135,13 +136,15 @@ const QuiSommesNous_v3 = () => {
</div> </div>
<div className="div3"> <div className="div3">
<div className="text_activite_head">
Relation Client (CRM)
</div>
<br /> <br />
<div className="image_activite_head"> <div className="image_activite_head">
<img src={mysy_crm} alt="MySy Training gestion relation client CRM " className="image_illustration" /> <img src={mysy_crm} alt="MySy Training gestion relation client CRM " className="image_illustration" />
</div> </div>
<div className="text_activite_head">
Relation Client (CRM)
</div>
<button className="bton_en_savoir_plus_header" onClick={(e) => { <button className="bton_en_savoir_plus_header" onClick={(e) => {
if (document.getElementById('gestion_crm')) { if (document.getElementById('gestion_crm')) {
var divh = document.getElementById('gestion_crm').offsetTop; var divh = document.getElementById('gestion_crm').offsetTop;

View File

@ -562,17 +562,30 @@
} }
.text_activite_head { .text_activite_head {
text-transform: uppercase;
width: 100%; width: 100%;
height: 50px; height: 50px;
font-family: Albert Sans; font-family: Albert Sans;
font-size: 18px; font-size: 18px;
font-weight: 600; // font-weight: 600;
line-height: 32px; line-height: 32px;
letter-spacing: 0em; letter-spacing: 0em;
text-align: center; text-align: center;
color: #0A043C; color: #0A043C;
letter-spacing: 2px;
margin-bottom: 1rem;
letter-spacing: 1px; letter-spacing: 1px;
margin-bottom: 1rem; margin-bottom: 1rem;
background: #0A043C;
letter-spacing: 1px;
margin-bottom: 1rem;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
height: 3rem;
color: white;
padding-top: 5px;
} }
@ -1518,17 +1531,29 @@
} }
.text_activite_head { .text_activite_head {
//text-transform: uppercase;
width: 100%; width: 100%;
height: 50px; height: 50px;
font-family: Albert Sans; font-family: Albert Sans;
font-size: 18px; font-size: 18px;
font-weight: 600; //font-weight: 600;
line-height: 32px; line-height: 32px;
letter-spacing: 0em; letter-spacing: 0em;
text-align: center; text-align: center;
color: #0A043C; color: #0A043C;
letter-spacing: 2px;
margin-bottom: 1rem;
letter-spacing: 1px; letter-spacing: 1px;
margin-bottom: 1rem; margin-bottom: 1rem;
background: #0A043C;
letter-spacing: 1px;
margin-bottom: 1rem;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
height: 3rem;
color: white;
padding-top: 5px;
} }
@ -2505,17 +2530,29 @@
} }
.text_activite_head { .text_activite_head {
text-transform: uppercase;
width: 100%; width: 100%;
height: 32px; height: 32px;
font-family: Albert Sans; font-family: Albert Sans;
font-size: 20px; font-size: 20px;
font-weight: 700; //font-weight: 700;
line-height: 32px; line-height: 32px;
letter-spacing: 0em; letter-spacing: 0em;
text-align: center; text-align: center;
color: #0A043C; letter-spacing: 2px;
margin-bottom: 1rem;
letter-spacing: 1px; letter-spacing: 1px;
margin-bottom: 1rem; margin-bottom: 1rem;
background: #0A043C;
letter-spacing: 1px;
margin-bottom: 1rem;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
height: 3rem;
color: white;
padding-top: 5px;
} }
@ -2590,7 +2627,7 @@
} }
.text_nous_conseillons { .text_nous_conseillons {
width: 60%; width: 80%;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
@ -3495,17 +3532,26 @@
} }
.text_activite_head { .text_activite_head {
text-transform: uppercase;
width: 100%; width: 100%;
height: 32px; height: 32px;
font-family: Albert Sans; font-family: Albert Sans;
font-size: 24px; font-size: 20px;
font-weight: 700; //font-weight: 700;
line-height: 32px; line-height: 32px;
letter-spacing: 0em; letter-spacing: 0em;
text-align: center; text-align: center;
color: #0A043C;
letter-spacing: 2px;
margin-bottom: 1rem;
background: #0A043C;
letter-spacing: 1px; letter-spacing: 1px;
margin-bottom: 1rem; margin-bottom: 1rem;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
height: 3rem;
color: white;
padding-top: 5px;
} }