|
|
@@ -22,17 +22,18 @@ import type { Functionality } from "~/types/interface";
|
|
|
const cards: Array<Functionality> = [
|
|
|
{
|
|
|
logo: "/images/logiciels/school/fonctionnalites/Espaces.svg",
|
|
|
+ logoAlt: "Icône smartphone avec cadenas verrouillé",
|
|
|
title: "ESPACES DÉDIÉS *",
|
|
|
list: [
|
|
|
"Administration",
|
|
|
"Professeurs",
|
|
|
"Élèves / Familles",
|
|
|
],
|
|
|
- options: ["*Disponible sur tous supports"],
|
|
|
+ options: ["* Disponible sur tous supports"],
|
|
|
},
|
|
|
{
|
|
|
logo: "/images/logiciels/school/fonctionnalites/Répertoire.png",
|
|
|
-
|
|
|
+ logoAlt: "Icône carnet annuaire",
|
|
|
title: "RÉPERTOIRE",
|
|
|
list: [
|
|
|
"Élèves et responsable légaux",
|
|
|
@@ -42,15 +43,18 @@ const cards: Array<Functionality> = [
|
|
|
},
|
|
|
{
|
|
|
logo: "/images/logiciels/school/fonctionnalites/Pré-inscription.png",
|
|
|
- title: "PRÉINSCRIPTION EN LIGNE",
|
|
|
+ logoAlt: "Icône d'un fichier devant un écran d'ordinateur",
|
|
|
+ title: "PRÉINSCRIPTION EN LIGNE *",
|
|
|
list: [
|
|
|
- "Paramètrage personnalisé des formulaires & mails automatiques",
|
|
|
+ "Paramétrage personnalisé des formulaires & mails automatiques",
|
|
|
"Gestion des réinscriptions et des nouvelles inscriptions",
|
|
|
"Gestion des quotas et du suivi des préinscriptions en ligne",
|
|
|
],
|
|
|
+ options: ["* en option"]
|
|
|
},
|
|
|
{
|
|
|
logo: "/images/logiciels/school/fonctionnalites/Agenda.png",
|
|
|
+ logoAlt: "Icône calendrier",
|
|
|
title: "AGENDA",
|
|
|
list: [
|
|
|
"Création et gestion des cours, examens, événements et prestations pédagogiques",
|
|
|
@@ -60,6 +64,7 @@ const cards: Array<Functionality> = [
|
|
|
},
|
|
|
{
|
|
|
logo: "/images/logiciels/school/fonctionnalites/Parc-matériel.png",
|
|
|
+ logoAlt: "Icône carton avec stylos et cahier à l’intérieur",
|
|
|
title: "PARC MATÉRIEL ",
|
|
|
list: [
|
|
|
"Gestion de votre parc matériel (instruments, costumes, accessoires..)",
|
|
|
@@ -69,7 +74,7 @@ const cards: Array<Functionality> = [
|
|
|
},
|
|
|
{
|
|
|
logo: "/images/logiciels/school/fonctionnalites/Suivi-pédagogique.png",
|
|
|
-
|
|
|
+ logoAlt: "Chapeau de diplômé américain",
|
|
|
title: "SUIVI PÉDAGOGIQUE",
|
|
|
list: [
|
|
|
"Gestion du cursus pédagogique (critères personnalisables)",
|
|
|
@@ -79,7 +84,7 @@ const cards: Array<Functionality> = [
|
|
|
},
|
|
|
{
|
|
|
logo: "/images/logiciels/school/fonctionnalites/Facture.png",
|
|
|
-
|
|
|
+ logoAlt: "Fichier arborant un symbole monétaire devant un écran d'ordinateur",
|
|
|
title: "FACTURATION",
|
|
|
list: [
|
|
|
"Facturation automatisée selon différents critères",
|
|
|
@@ -89,7 +94,7 @@ const cards: Array<Functionality> = [
|
|
|
},
|
|
|
{
|
|
|
logo: "/images/logiciels/school/fonctionnalites/Communication.png",
|
|
|
-
|
|
|
+ logoAlt: "Icône enveloppe, téléphone et bulle SMS",
|
|
|
title: "COMMUNICATION",
|
|
|
list: [
|
|
|
"Édition et envoi de courriers, de mails ou de SMS*",
|
|
|
@@ -100,7 +105,7 @@ const cards: Array<Functionality> = [
|
|
|
},
|
|
|
{
|
|
|
logo: "/images/logiciels/school/fonctionnalites/internet.png",
|
|
|
-
|
|
|
+ logoAlt: "Icône site internet",
|
|
|
title: "SITE INTERNET ",
|
|
|
list: [
|
|
|
"Gestion intégrée au logiciel",
|
|
|
@@ -110,7 +115,7 @@ const cards: Array<Functionality> = [
|
|
|
},
|
|
|
{
|
|
|
logo: "/images/logiciels/school/fonctionnalites/Statistiques.png",
|
|
|
-
|
|
|
+ logoAlt: "Icône graphique à barre avec ligne ascendante",
|
|
|
title: "STATISTIQUES",
|
|
|
list: [
|
|
|
"Rapport d'activité complet en fonction de vos activités",
|
|
|
@@ -120,7 +125,7 @@ const cards: Array<Functionality> = [
|
|
|
},
|
|
|
{
|
|
|
logo: "/images/logiciels/school/fonctionnalites/Agenda.png",
|
|
|
-
|
|
|
+ logoAlt: "Icône calendrier",
|
|
|
title: "RÉSEAU CMF *",
|
|
|
list: [
|
|
|
"Accès au répertoire du réseau",
|
|
|
@@ -131,7 +136,7 @@ const cards: Array<Functionality> = [
|
|
|
},
|
|
|
{
|
|
|
logo: "/images/logiciels/school/fonctionnalites/Promotion.png",
|
|
|
-
|
|
|
+ logoAlt: "Icône mégaphone",
|
|
|
title: "PROMOTION DE VOTRE STRUCTURE & VOS ÉVÉNEMENTS ",
|
|
|
list: [
|
|
|
"Sur votre site internet intégré",
|