diff --git a/index.html b/index.html index 983cdd4..754cd40 100644 --- a/index.html +++ b/index.html @@ -1303,39 +1303,10 @@ window.location.href = 'mercredi4_mise_en_situation_bilan_parcours.html'; return; } - - const prompts = { - 5: "Prépare-moi le cours complet du Mercredi 5 - Évaluation finale et certification" - }; - - if (typeof sendPrompt === 'function') { - sendPrompt(prompts[num]); - } else { - console.log("Envoi du prompt : " + prompts[num]); - // Fallback option in case it's opened standalone - const toast = document.createElement('div'); - toast.style.position = 'fixed'; - toast.style.bottom = '24px'; - toast.style.left = '50%'; - toast.style.transform = 'translateX(-50%)'; - toast.style.background = 'var(--ink)'; - toast.style.color = 'var(--white)'; - toast.style.padding = '12px 24px'; - toast.style.borderRadius = '30px'; - toast.style.fontFamily = 'var(--syne)'; - toast.style.fontWeight = '700'; - toast.style.fontSize = '13.5px'; - toast.style.boxShadow = 'var(--shadow-lg)'; - toast.style.zIndex = '1000'; - toast.style.opacity = '0'; - toast.style.transition = 'all 0.3s ease'; - toast.innerText = "🚀 Prompt envoyé : \"" + prompts[num] + "\""; - document.body.appendChild(toast); - setTimeout(() => toast.style.opacity = '1', 10); - setTimeout(() => { - toast.style.opacity = '0'; - setTimeout(() => toast.remove(), 300); - }, 3000); + + if (num === 5) { + window.location.href = 'mercredi5_preparation_certification_IA.html'; + return; } } diff --git a/mercredi2_maitriser_UF1_UF2.html b/mercredi2_maitriser_UF1_UF2.html index 6084112..f193614 100644 --- a/mercredi2_maitriser_UF1_UF2.html +++ b/mercredi2_maitriser_UF1_UF2.html @@ -1555,38 +1555,9 @@ return; } - const prompts = { - 5: "Prépare-moi le cours complet du Mercredi 5 - Évaluation finale et certification" - }; - - if (typeof sendPrompt === 'function') { - sendPrompt(prompts[num]); - } else { - console.log("Envoi du prompt : " + prompts[num]); - // Fallback option in case it's opened standalone - const toast = document.createElement('div'); - toast.style.position = 'fixed'; - toast.style.bottom = '24px'; - toast.style.left = '50%'; - toast.style.transform = 'translateX(-50%)'; - toast.style.background = 'var(--ink)'; - toast.style.color = 'var(--white)'; - toast.style.padding = '12px 24px'; - toast.style.borderRadius = '30px'; - toast.style.fontFamily = 'var(--syne)'; - toast.style.fontWeight = '700'; - toast.style.fontSize = '13.5px'; - toast.style.boxShadow = 'var(--shadow-lg)'; - toast.style.zIndex = '1000'; - toast.style.opacity = '0'; - toast.style.transition = 'all 0.3s ease'; - toast.innerText = "🚀 Prompt envoyé : \"" + prompts[num] + "\""; - document.body.appendChild(toast); - setTimeout(() => toast.style.opacity = '1', 10); - setTimeout(() => { - toast.style.opacity = '0'; - setTimeout(() => toast.remove(), 300); - }, 3000); + if (num === 5) { + window.location.href = 'mercredi5_preparation_certification_IA.html'; + return; } } diff --git a/mercredi3_maitriser_UF3_UF4_UF5.html b/mercredi3_maitriser_UF3_UF4_UF5.html index 2ab05f0..01892f1 100644 --- a/mercredi3_maitriser_UF3_UF4_UF5.html +++ b/mercredi3_maitriser_UF3_UF4_UF5.html @@ -1617,38 +1617,9 @@ return; } - const prompts = { - 5: "Prépare-moi le cours complet du Mercredi 5 - Évaluation finale et certification" - }; - - if (typeof sendPrompt === 'function') { - sendPrompt(prompts[num]); - } else { - console.log("Envoi du prompt : " + prompts[num]); - // Fallback option in case it's opened standalone - const toast = document.createElement('div'); - toast.style.position = 'fixed'; - toast.style.bottom = '24px'; - toast.style.left = '50%'; - toast.style.transform = 'translateX(-50%)'; - toast.style.background = 'var(--ink)'; - toast.style.color = 'var(--white)'; - toast.style.padding = '12px 24px'; - toast.style.borderRadius = '30px'; - toast.style.fontFamily = 'var(--syne)'; - toast.style.fontWeight = '700'; - toast.style.fontSize = '13.5px'; - toast.style.boxShadow = 'var(--shadow-lg)'; - toast.style.zIndex = '1000'; - toast.style.opacity = '0'; - toast.style.transition = 'all 0.3s ease'; - toast.innerText = "🚀 Prompt envoyé : \"" + prompts[num] + "\""; - document.body.appendChild(toast); - setTimeout(() => toast.style.opacity = '1', 10); - setTimeout(() => { - toast.style.opacity = '0'; - setTimeout(() => toast.remove(), 300); - }, 3000); + if (num === 5) { + window.location.href = 'mercredi5_preparation_certification_IA.html'; + return; } } diff --git a/mercredi4_mise_en_situation_bilan_parcours.html b/mercredi4_mise_en_situation_bilan_parcours.html index e8b8bab..4741d4d 100644 --- a/mercredi4_mise_en_situation_bilan_parcours.html +++ b/mercredi4_mise_en_situation_bilan_parcours.html @@ -1656,38 +1656,9 @@ return; } - const prompts = { - 5: "Prépare-moi le cours complet du Mercredi 5 - Préparation et entraînement certification IA" - }; - - if (typeof sendPrompt === 'function') { - sendPrompt(prompts[num]); - } else { - console.log("Envoi du prompt : " + prompts[num]); - // Fallback option in case it's opened standalone - const toast = document.createElement('div'); - toast.style.position = 'fixed'; - toast.style.bottom = '24px'; - toast.style.left = '50%'; - toast.style.transform = 'translateX(-50%)'; - toast.style.background = 'var(--ink)'; - toast.style.color = 'var(--white)'; - toast.style.padding = '12px 24px'; - toast.style.borderRadius = '30px'; - toast.style.fontFamily = 'var(--syne)'; - toast.style.fontWeight = '700'; - toast.style.fontSize = '13.5px'; - toast.style.boxShadow = 'var(--shadow-lg)'; - toast.style.zIndex = '1000'; - toast.style.opacity = '0'; - toast.style.transition = 'all 0.3s ease'; - toast.innerText = "🚀 Prompt envoyé : \"" + prompts[num] + "\""; - document.body.appendChild(toast); - setTimeout(() => toast.style.opacity = '1', 10); - setTimeout(() => { - toast.style.opacity = '0'; - setTimeout(() => toast.remove(), 300); - }, 3000); + if (num === 5) { + window.location.href = 'mercredi5_preparation_certification_IA.html'; + return; } } diff --git a/mercredi5_preparation_certification_IA.html b/mercredi5_preparation_certification_IA.html new file mode 100644 index 0000000..37070a1 --- /dev/null +++ b/mercredi5_preparation_certification_IA.html @@ -0,0 +1,1702 @@ + + + +
+ + +