20/10/2023 - 22h
parent
417dac1f03
commit
9a58edae93
|
@ -409,14 +409,15 @@ const Formation = (props) => {
|
||||||
<nav style={{"width":"100%", "float":"left", "textAlign":"left", "color": "#619E31"}}>
|
<nav style={{"width":"100%", "float":"left", "textAlign":"left", "color": "#619E31"}}>
|
||||||
<nav style={{"width":"auto", "float":"left"}}> <CiLocationOn className="icone_location" /> </nav>
|
<nav style={{"width":"auto", "float":"left"}}> <CiLocationOn className="icone_location" /> </nav>
|
||||||
|
|
||||||
{GetCurrentClass_trainingsession_cities_result && GetCurrentClass_trainingsession_cities_result.slice(0, 5).map((formation_ville) => (
|
{GetCurrentClass_trainingsession_cities_result && GetCurrentClass_trainingsession_cities_result.sort().slice(0, 5).map((formation_ville) => (
|
||||||
<nav style={{"width":"auto", "float":"left"}}>
|
<nav style={{"width":"auto", "float":"left"}}>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{formation_ville &&
|
{formation_ville &&
|
||||||
|
|
||||||
<b> - {formation_ville.replaceAll('"', '').substring(0, 20)} </b>
|
<b> {formation_ville.replaceAll('"', '').substring(0, 20).toLocaleLowerCase().charAt(0).toUpperCase() +
|
||||||
|
formation_ville.replaceAll('"', '').substring(0, 20).toLocaleLowerCase().slice(1)} </b>
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4738,7 +4738,7 @@
|
||||||
//height: 450px;
|
//height: 450px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
//top: 6300px;
|
//top: 6300px;
|
||||||
top: 5700px;
|
top: 6000px;
|
||||||
background: #FFF5DA;
|
background: #FFF5DA;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
@ -4825,7 +4825,7 @@
|
||||||
width: 95%;
|
width: 95%;
|
||||||
height: 386px;
|
height: 386px;
|
||||||
//top: 5100px;
|
//top: 5100px;
|
||||||
top: 4550px;
|
top: 4750px;
|
||||||
|
|
||||||
/* White */
|
/* White */
|
||||||
|
|
||||||
|
@ -7701,7 +7701,7 @@
|
||||||
//height: 450px;
|
//height: 450px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
//top: 6200px;
|
//top: 6200px;
|
||||||
top: 5650px;
|
top: 5850px;
|
||||||
background: #FFF5DA;
|
background: #FFF5DA;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
|
||||||
|
@ -7790,7 +7790,7 @@
|
||||||
height: 386px;
|
height: 386px;
|
||||||
left: 72px;
|
left: 72px;
|
||||||
//top: 5000px;
|
//top: 5000px;
|
||||||
top: 4450px;
|
top: 4650px;
|
||||||
|
|
||||||
/* White */
|
/* White */
|
||||||
|
|
||||||
|
@ -10662,7 +10662,7 @@
|
||||||
//height: 450px;
|
//height: 450px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
//top: 5850px;
|
//top: 5850px;
|
||||||
top: 5250px;
|
top: 5650px;
|
||||||
background: #FFF5DA;
|
background: #FFF5DA;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
|
||||||
|
@ -10751,7 +10751,7 @@
|
||||||
height: 386px;
|
height: 386px;
|
||||||
left: 72px;
|
left: 72px;
|
||||||
//top: 4750px;
|
//top: 4750px;
|
||||||
top: 4150px;
|
top: 4450px;
|
||||||
;
|
;
|
||||||
|
|
||||||
/* White */
|
/* White */
|
||||||
|
|
Loading…
Reference in New Issue