diff --git a/src/components/ButtonHilight.js b/src/components/ButtonHilight.js index 8e4221b..c00ffe6 100644 --- a/src/components/ButtonHilight.js +++ b/src/components/ButtonHilight.js @@ -647,7 +647,7 @@ const ButtonHilight = () => { open={Boolean(ProduitMenu)} style={{ "top": "2rem" }} > + > {/* */} @@ -749,7 +749,7 @@ const ButtonHilight = () => {
- Nos Services + Prix & Services
{/*
diff --git a/src/components/DisplayDetailClass_new_v2.js b/src/components/DisplayDetailClass_new_v2.js index 83d950e..2eb3313 100644 --- a/src/components/DisplayDetailClass_new_v2.js +++ b/src/components/DisplayDetailClass_new_v2.js @@ -1847,7 +1847,7 @@ const DisplayDetailClass_new_v2 = (props) => {
{ history.push("/Produits-Services") }}> - Nos Services + Prix & Services
diff --git a/src/components/DisplayDetailClass_new_v3.js b/src/components/DisplayDetailClass_new_v3.js index 01a53ea..5fb2da7 100644 --- a/src/components/DisplayDetailClass_new_v3.js +++ b/src/components/DisplayDetailClass_new_v3.js @@ -1774,7 +1774,7 @@ const DisplayDetailClass_new_v3 = (props) => {
{ history.push("/Produits-Services") }}> - Nos Services + Prix & Services
diff --git a/src/components/Display_Partner_Catalog_DetailClass_new_v2.js b/src/components/Display_Partner_Catalog_DetailClass_new_v2.js index c9cdc6e..2183af3 100644 --- a/src/components/Display_Partner_Catalog_DetailClass_new_v2.js +++ b/src/components/Display_Partner_Catalog_DetailClass_new_v2.js @@ -1959,7 +1959,7 @@ const Display_Partner_Catalog_DetailClass_new_v2 = (props) => {
{ history.push("/Produits-Services") }}> - Nos Services + Prix & Services
diff --git a/src/components/Header.js b/src/components/Header.js index 522fa96..ec1725c 100644 --- a/src/components/Header.js +++ b/src/components/Header.js @@ -331,7 +331,7 @@ const Header = () => { open={Boolean(ProduitMenu)} style={{ "top": "2rem" }} > - + @@ -420,7 +420,7 @@ const Header = () => {
}
- Nos Services + Prix & Services
diff --git a/src/components/ProduitsServices.js b/src/components/ProduitsServices.js index 3fe8f96..95291a2 100644 --- a/src/components/ProduitsServices.js +++ b/src/components/ProduitsServices.js @@ -18,6 +18,11 @@ import Menu from "@material-ui/core/Menu"; import Header from "./Header"; import SendIcon from '@mui/icons-material/Send'; +import pack_independant from "../mysy_img/pack_independant.png"; +import pack_standart from "../mysy_img/pack_standart.png"; +import pack_gold from "../mysy_img/pack_gold.png"; + + function ProduitsServices() { const history = useHistory(); const [check, setCheck] = useState(false); @@ -129,6 +134,123 @@ function ProduitsServices() {
+ +
+
+ Prix & Services +
+ +
+
+ +
+ +
+
+ Pack Indépendant +
+
+ +
+ pack independant + +
+ +
+
    +
  • Moins de 25 Sessions / an
  • +
  • Sans engagement
  • +
  • 2 Utilisateurs
  • + +
+
+ +
+ +
+ +
+ +
+
+ Pack Standard +
+
+ +
+  Pack Standard + +
+ +
+
    +
  • De 26 à 200 Sessions / an
  • +
  • Sans engagement
  • +
  • Utilisateurs illimités
  • +
+
+ + + +
+ +
+
+ +
+
+ Pack Gold +
+
+ +
+ pack gold + +
+ +
+ +
    +
  • A partir de 201 Sessions / an
  • +
  • Sans engagement
  • +
  • Utilisateurs illimités
  • +
+
+ +
+ +
+
+ +
+ +
+ +
+   +
+
@@ -320,9 +442,9 @@ function ProduitsServices() {
- - + +
@@ -342,7 +464,7 @@ function ProduitsServices() {
- OK + OK
@@ -350,7 +472,7 @@ function ProduitsServices() {
- OK + OK
@@ -359,14 +481,14 @@ function ProduitsServices() {
- KO + KO
- OK + OK
- OK + OK
@@ -380,7 +502,7 @@ function ProduitsServices() {
- KO + KO
KO @@ -394,10 +516,10 @@ function ProduitsServices() { KO
- +
- 150 HT €/mois + 150 € HT/mois
  @@ -440,7 +562,7 @@ function ProduitsServices() {
- OK + OK
@@ -452,11 +574,11 @@ function ProduitsServices() { KO
- OK + OK
- OK + OK
@@ -484,11 +606,11 @@ function ProduitsServices() { KO
- - + +
- 299 HT €/mois + 299 € HT /mois
@@ -574,8 +696,8 @@ function ProduitsServices() { OK
- - + +
diff --git a/src/components/RechercheArticles.js b/src/components/RechercheArticles.js index 00fedcc..b5e74b6 100644 --- a/src/components/RechercheArticles.js +++ b/src/components/RechercheArticles.js @@ -482,7 +482,7 @@ const RechercheArticles = (props) => { open={Boolean(ProduitMenu)} style={{ "top": "2rem" }} > - + @@ -524,7 +524,7 @@ const RechercheArticles = (props) => {
- Nos Services + Prix & Services
diff --git a/src/components/Recherche_formation_com.js b/src/components/Recherche_formation_com.js index fcc153a..03f72eb 100644 --- a/src/components/Recherche_formation_com.js +++ b/src/components/Recherche_formation_com.js @@ -321,7 +321,7 @@ const Recherche_new = () => { } - + // recuperation du filtre du type var crit_TrainingType = ""; if (document.querySelector('input[name="TrainingType"]:checked')) { @@ -392,7 +392,7 @@ const Recherche_new = () => { crit_TrainingCPF = document.querySelector('input[name="TrainingCPF"]:checked').value if (crit_TrainingCPF.length > 0) { //alert(" crit_TrainingCPF = " + crit_TrainingCPF); - + filtre1 = result.filter((maformation) => String(JSON.parse(maformation).cpf) === String(crit_TrainingCPF)); setv11(filtre1); //console.log(" #### ",filtre1); @@ -915,7 +915,7 @@ const Recherche_new = () => { var myurl = process.env.REACT_APP_API_URL + "myclass/api/Get_Suggested_Word/"; //alert(" URL = "+process.env.REACT_APP_API_URL + "myclass/api/Get_Suggested_Word/"); //console.log(" ### URL ##### = "+process.env.REACT_APP_API_URL + "myclass/api/Get_Suggested_Word/"); - + var form = new FormData(); fetch( @@ -1733,7 +1733,7 @@ const Recherche_new = () => { // recuperation du filtre du CPF var crit_TrainingCPF = ""; if (document.querySelector('input[name="TrainingCPF"]:checked')) { - crit_TrainingCPF = document.querySelector('input[name="TrainingCPF"]:checked').value; + crit_TrainingCPF = document.querySelector('input[name="TrainingCPF"]:checked').value; if (crit_TrainingCPF.length > 0) filtre1 = filtre1.filter((maformation) => JSON.parse(maformation).cpf === crit_TrainingCPF); @@ -1795,7 +1795,7 @@ const Recherche_new = () => { filtre1 = result; setv11(filtre1); - // recuperation du filtre de la certification + // recuperation du filtre de la certification var crit_TrainingCertif = ""; if (document.querySelector('input[name="TrainingCertif"]:checked')) { crit_TrainingCertif = document.querySelector('input[name="TrainingCertif"]:checked').value; @@ -1881,15 +1881,15 @@ const Recherche_new = () => { } - // recuperation du filtre du CPF - var crit_TrainingCPF = ""; - if (document.querySelector('input[name="TrainingCPF"]:checked')) { + // recuperation du filtre du CPF + var crit_TrainingCPF = ""; + if (document.querySelector('input[name="TrainingCPF"]:checked')) { crit_TrainingCPF = document.querySelector('input[name="TrainingCPF"]:checked').value; - if (crit_TrainingCPF.length > 0) - filtre1 = filtre1.filter((maformation) => JSON.parse(maformation).cpf === crit_TrainingCPF); - - } - + if (crit_TrainingCPF.length > 0) + filtre1 = filtre1.filter((maformation) => JSON.parse(maformation).cpf === crit_TrainingCPF); + + } + // recuperation du filtre du type (cours, tuto, etc) var crit_TrainingType = ""; @@ -1969,7 +1969,7 @@ const Recherche_new = () => { // recuperation du filtre du CPF var crit_TrainingCPF = ""; if (document.querySelector('input[name="TrainingCPF"]:checked')) { - crit_TrainingCPF = document.querySelector('input[name="TrainingCPF"]:checked').value; + crit_TrainingCPF = document.querySelector('input[name="TrainingCPF"]:checked').value; if (crit_TrainingCPF.length > 0) filtre1 = filtre1.filter((maformation) => JSON.parse(maformation).cpf === crit_TrainingCPF); @@ -2046,7 +2046,7 @@ const Recherche_new = () => { // recuperation du filtre du CPF var crit_TrainingCPF = ""; if (document.querySelector('input[name="TrainingCPF"]:checked')) { - crit_TrainingCPF = document.querySelector('input[name="TrainingCPF"]:checked').value; + crit_TrainingCPF = document.querySelector('input[name="TrainingCPF"]:checked').value; if (crit_TrainingCPF.length > 0) filtre1 = filtre1.filter((maformation) => JSON.parse(maformation).cpf === crit_TrainingCPF); @@ -2080,8 +2080,8 @@ const Recherche_new = () => { setcities(val); document.getElementById("ville").value = val; LeaveCity(); - // Annulation de la suggestion de villes - setsuggestioncities([]); + // Annulation de la suggestion de villes + setsuggestioncities([]); } function publiecatalogue() { @@ -2148,7 +2148,7 @@ const Recherche_new = () => { open={Boolean(ProduitMenu)} style={{ "top": "2rem" }} > - + {/* @@ -2189,25 +2189,25 @@ const Recherche_new = () => {
}
- Nos Services + Prix & Services
- {/*
+ {/*
Le blog
*/} -
{ - e.preventDefault(); - var date2 = new Date(); - const format2 = "YYYY-MM"; - var dateTime2 = moment(date2).format(format2); - window.open( - "https://calendly.com/mysytraining/demo-mysy-training-solution?month=" + String(dateTime2), - '_blank' - ); - }} +
{ + e.preventDefault(); + var date2 = new Date(); + const format2 = "YYYY-MM"; + var dateTime2 = moment(date2).format(format2); + window.open( + "https://calendly.com/mysytraining/demo-mysy-training-solution?month=" + String(dateTime2), + '_blank' + ); + }} style={{ "background": "red", "borderRadius": "5px", "paddingLeft": "3px", "paddingRight": "3px" }}> - Reserver une Demo + Reserver une Demo
@@ -2328,8 +2328,8 @@ const Recherche_new = () => {
-
- +
+
@@ -2477,7 +2477,7 @@ const Recherche_new = () => {
- +