diff --git a/README.md b/README.md index f7eda9c..7b5cecd 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ The mission is to democratize knowledge in first aid. The objective is to create ### For Whom? ⛑️ - **Beginners:** If you're new to first aid, our site offers a clear and practical introduction to essential techniques. - - **Young Learners:** Explore crucial information interactively and educationally. - **Experienced Individuals:** For those who have already undergone first aid training, our platform serves as a continuous resource, providing regular updates to maintain and enhance their skills. @@ -30,7 +29,6 @@ The mission is to democratize knowledge in first aid. The objective is to create ## Features 🚀 - **Interactive Documentation:** Explore detailed guides with visual demonstrations of first aid techniques. - - **Annual Updates:** Stay informed about the latest advancements and recommendations in first aid. - **Knowledge Memo:** A space for quick revision of essential techniques. @@ -41,15 +39,17 @@ The mission is to democratize knowledge in first aid. The objective is to create - ⏳ Detailed display of courses - ⏳ Gesture memo - ⏳ Case simulation -- ⏳ Legal content - - ⏳ RNMSC-DPS - - ⏳ RIS Calculator +- ✅ Legal content + - ✅ RNMSC-DPS + - ✅ RIS Calculator - ⏳ Training content - - ⏳ PSE1 - - ⏳ PSE2 - - ✅ GQSe - - ⏳ PSC1 - - ⏳ SSA + - ⏳France + - ⏳ PSE1 + - ⏳ PSE2 + - ✅ GQS + - ⏳ PSC1 + - ⏳ SSA + ## How to Contribute 🤝 @@ -64,4 +64,3 @@ If you find this project useful or interesting, we encourage you to give it a If you're particularly excited about our mission to make first aid accessible to everyone, consider contributing further by [**becoming a contributor**](#how-to-contribute) or by sharing the project with your colleagues and friends. Thank you very much for your support! 🌟 - diff --git a/assets/svg/ico.svg b/assets/svg/ico.svg index 45e86b7..8fa5143 100644 --- a/assets/svg/ico.svg +++ b/assets/svg/ico.svg @@ -1,4 +1,10 @@ - - + + + + + + + + diff --git a/components/link-section.vue b/components/link-section.vue new file mode 100644 index 0000000..ea00d21 --- /dev/null +++ b/components/link-section.vue @@ -0,0 +1,24 @@ + + + diff --git a/components/navbar.vue b/components/navbar.vue index 06d9cea..2b005aa 100644 --- a/components/navbar.vue +++ b/components/navbar.vue @@ -10,6 +10,7 @@ Formations + Legal diff --git a/pages/formations/[formation]/[id].vue b/pages/formations/[formation]/[id].vue index 2888ad8..2ae965c 100644 --- a/pages/formations/[formation]/[id].vue +++ b/pages/formations/[formation]/[id].vue @@ -8,47 +8,106 @@ const { data: formation } = await useFetch(`/api/${route.params.formation}`, { transform: (_formation) => _formation.data, }); -console.log(formation); - const section = formation._value?.chapters[ parseInt(route.params.id.substring(0, 2).valueOf(), 10) - 1 ]?.sections.find((section) => section.id === route.params.id); - -console.log(section); -console.log(route.params.id); -console.log(parseInt(route.params.id.substring(0, 2).valueOf(), 10) - 1); + + + + diff --git a/public/favicon.ico b/public/favicon.ico index 6f1e478..061ae8b 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ