feat: create course page for Wednesday 3 and update index and navigation for Wednesday 2
This commit is contained in:
+5
-1
@@ -1293,9 +1293,13 @@
|
|||||||
window.location.href = 'mercredi2_maitriser_UF1_UF2.html';
|
window.location.href = 'mercredi2_maitriser_UF1_UF2.html';
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (num === 3) {
|
||||||
|
window.location.href = 'mercredi3_maitriser_UF3_UF4_UF5.html';
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const prompts = {
|
const prompts = {
|
||||||
3: "Prépare-moi le cours complet du Mercredi 3 — Maîtriser UF3, UF4 et UF5",
|
|
||||||
4: "Prépare-moi le cours complet du Mercredi 4 — Deuxième micro-teaching & Approfondissement",
|
4: "Prépare-moi le cours complet du Mercredi 4 — Deuxième micro-teaching & Approfondissement",
|
||||||
5: "Prépare-moi le cours complet du Mercredi 5 — Évaluation finale et certification"
|
5: "Prépare-moi le cours complet du Mercredi 5 — Évaluation finale et certification"
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1515,7 +1515,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="nav-btn"
|
<div class="nav-btn"
|
||||||
onclick="sendPrompt('Prépare-moi le cours complet du Mercredi 3 — Maîtriser UF3, UF4 et UF5')">
|
onclick="goToSession(3)">
|
||||||
<i class="ti ti-arrow-right nb-icon" aria-hidden="true"></i>
|
<i class="ti ti-arrow-right nb-icon" aria-hidden="true"></i>
|
||||||
<div>
|
<div>
|
||||||
<div class="nb-label">Suite du parcours</div>
|
<div class="nb-label">Suite du parcours</div>
|
||||||
@@ -1545,8 +1545,12 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (num === 3) {
|
||||||
|
window.location.href = 'mercredi3_maitriser_UF3_UF4_UF5.html';
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const prompts = {
|
const prompts = {
|
||||||
3: "Prépare-moi le cours complet du Mercredi 3 — Maîtriser UF3, UF4 et UF5",
|
|
||||||
4: "Prépare-moi le cours complet du Mercredi 4 — Deuxième micro-teaching & Approfondissement",
|
4: "Prépare-moi le cours complet du Mercredi 4 — Deuxième micro-teaching & Approfondissement",
|
||||||
5: "Prépare-moi le cours complet du Mercredi 5 — Évaluation finale et certification"
|
5: "Prépare-moi le cours complet du Mercredi 5 — Évaluation finale et certification"
|
||||||
};
|
};
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user