|
|
@@ -1,4 +1,4 @@
|
|
|
-<template>
|
|
|
+<!-- <template>
|
|
|
<div id="Fonctionnalites">
|
|
|
<LayoutContainer>
|
|
|
<div class="container-green">
|
|
|
@@ -243,4 +243,347 @@
|
|
|
padding: 4rem;
|
|
|
color: #eff9fb;
|
|
|
}
|
|
|
+</style> -->
|
|
|
+
|
|
|
+<template>
|
|
|
+ <div id="Fonctionnalites">
|
|
|
+ <LayoutContainer>
|
|
|
+ <div class="container-green">
|
|
|
+ <v-row>
|
|
|
+ <v-col cols="12">
|
|
|
+ <h3 class="reviews-title">
|
|
|
+ Découvrez toutes les fonctionnalités de notre solution
|
|
|
+ </h3>
|
|
|
+ <div class="d-flex justify-center align-center">
|
|
|
+ <div class="carousel-button" @click="previousAction">
|
|
|
+ <i class="fas fa-chevron-left" />
|
|
|
+ </div>
|
|
|
+ <div class="carousel-button" @click="nextAction">
|
|
|
+ <i class="fas fa-chevron-right" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </v-col>
|
|
|
+ </v-row>
|
|
|
+ <v-row>
|
|
|
+ <v-col cols="12">
|
|
|
+ <Carousel
|
|
|
+ ref="functionCarousel"
|
|
|
+ :items-to-show="5"
|
|
|
+ :items-to-scroll="1"
|
|
|
+ class="carousel"
|
|
|
+ :center-mode="true"
|
|
|
+ :center-on-init="true"
|
|
|
+ >
|
|
|
+ <Slide
|
|
|
+ v-for="(card, index) in cards"
|
|
|
+ :key="index"
|
|
|
+ :class="{
|
|
|
+ card: true,
|
|
|
+ 'active-card': index === activeCardIndex,
|
|
|
+ }"
|
|
|
+ >
|
|
|
+ <div class="card-container">
|
|
|
+ <v-card>
|
|
|
+ <v-card-title>
|
|
|
+ <h1 class="card-title">{{ card.title }}</h1>
|
|
|
+ </v-card-title>
|
|
|
+ <v-card-item>
|
|
|
+ <v-card-text class="review-description">
|
|
|
+ <ul>
|
|
|
+ <li class="list-detail" v-for="item in card.list">
|
|
|
+ {{ item }}
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </v-card-text>
|
|
|
+
|
|
|
+ <div class="card-footer">
|
|
|
+ <!-- <v-card-actions class="reviewer-name">
|
|
|
+ {{ card.name }}
|
|
|
+ </v-card-actions>
|
|
|
+
|
|
|
+ <p class="reviewer-status">
|
|
|
+ {{ card.status }}
|
|
|
+ </p> -->
|
|
|
+ <p class="reviewer-structure">
|
|
|
+ {{ card.option }}
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </v-card-item>
|
|
|
+ </v-card>
|
|
|
+ </div>
|
|
|
+ </Slide>
|
|
|
+ </Carousel>
|
|
|
+ </v-col>
|
|
|
+ </v-row>
|
|
|
+ </div>
|
|
|
+ </LayoutContainer>
|
|
|
+ </div>
|
|
|
+</template>
|
|
|
+
|
|
|
+<script setup>
|
|
|
+import { ref } from "vue";
|
|
|
+import { Carousel, Slide } from "vue3-carousel";
|
|
|
+import "vue3-carousel/dist/carousel.css";
|
|
|
+
|
|
|
+const functionCarousel = ref(null);
|
|
|
+const activeCardIndex = ref(2);
|
|
|
+
|
|
|
+const previousAction = () => {
|
|
|
+ const newIndex = activeCardIndex.value - 1;
|
|
|
+ if (newIndex >= 0) {
|
|
|
+ activeCardIndex.value = newIndex;
|
|
|
+ functionCarousel.value.prev();
|
|
|
+ functionCarousel.value.goTo(activeCardIndex.value);
|
|
|
+ }
|
|
|
+};
|
|
|
+
|
|
|
+const nextAction = () => {
|
|
|
+ const newIndex = activeCardIndex.value + 1;
|
|
|
+ if (newIndex < cards.length) {
|
|
|
+ activeCardIndex.value = newIndex;
|
|
|
+ functionCarousel.value.next();
|
|
|
+ functionCarousel.value.goTo(activeCardIndex.value);
|
|
|
+ }
|
|
|
+};
|
|
|
+
|
|
|
+const cards = [
|
|
|
+ {
|
|
|
+ title: "ESPACES DÉDIÉS",
|
|
|
+ list: ["Administration", "Professeurs", "Élèves/Familles"],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "RÉPERTOIRE",
|
|
|
+ list: [
|
|
|
+ "Élèves et responsable légaux",
|
|
|
+ "Personnel administratif et professeurs",
|
|
|
+ "Contacts extérieurs, partenaires & donateurs",
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "PRÉINSCRIPTION EN LIGNE",
|
|
|
+ list: [
|
|
|
+ "Parametrage personnalisé des formulaires & mails automatiques",
|
|
|
+ "Gestion des réinscriptions et des nouvelles inscriptionse",
|
|
|
+ "Gestion des quotas et du suivi des préinscription en ligne",
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "AGENDA",
|
|
|
+ list: [
|
|
|
+ "Création et gestion des cours, examens, événements et prestations pédagogiques",
|
|
|
+ "Planning interactif avec un contrôle de cohérence",
|
|
|
+ "Gestion des présences et absences",
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "PARC MATÉRIEL ",
|
|
|
+ list: [
|
|
|
+ "Gestion de votre parc matériel (instruments, costumes, accessoires..)",
|
|
|
+ "Planning interactif avec un contrôle de cohérence",
|
|
|
+ "Gestion des présences et absences",
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "SUIVI PÉDAGOGIQUE",
|
|
|
+ list: [
|
|
|
+ "Gestion du cursus pédagogique (critères personnalisables)",
|
|
|
+ "Création des examens et envoi des convocations",
|
|
|
+ "Édition des bulletins de notes",
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "FACTURATION",
|
|
|
+ list: [
|
|
|
+ "Facturation automatisée selon différents critères",
|
|
|
+ "Suivi des règlements et gestion des relances",
|
|
|
+ "n options : de nombreux moyens de paiement",
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "COMMUNICATION",
|
|
|
+ list: [
|
|
|
+ "Édition et envoi de courriers, de mails ou de SMS*",
|
|
|
+ "Création de modèles de courriers, mails ou SMS",
|
|
|
+ "Outil de publipostage intégré pour un envoi personnalisé",
|
|
|
+ ],
|
|
|
+ option : "* en option"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "SITE INTERNET ",
|
|
|
+ list: [
|
|
|
+ "Gestion intégrée au logiciel",
|
|
|
+ "Mise à jour automatique des membres et événements sur votre site",
|
|
|
+ "Possibilité de personnalisé votre template",
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "STATISTIQUE",
|
|
|
+ list: [
|
|
|
+ "Rapport d'activité complet en fonction de vos activités",
|
|
|
+ "Personnalisation du rapport d'activité grâce aux différents formats proposés lors du téléchargement",
|
|
|
+ "Export des données du logiciel pour une analyse complète",
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "RÉSEAU CMF ",
|
|
|
+ list: [
|
|
|
+ "Accès au répertoire du réseau",
|
|
|
+ "Renouvellement de votre adhésion fédérale",
|
|
|
+ "Gestion de l'assurance CMF",
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "PROMOTION DE VOTRE STRUCTURE & VOS ÉVÉNEMENTS ",
|
|
|
+ list: [
|
|
|
+ "Sur votre site internet intégré",
|
|
|
+ "Sur l'agenda de la CMF",
|
|
|
+ "Sur l'Agenda culturel Opentalent ",
|
|
|
+ ],
|
|
|
+ },
|
|
|
+];
|
|
|
+</script>
|
|
|
+
|
|
|
+<style scoped>
|
|
|
+.list-detail {
|
|
|
+ font-family: "Barlow";
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 300;
|
|
|
+ font-size: 1.2rem;
|
|
|
+ line-height: 1.2rem;
|
|
|
+ margin-bottom: 1rem;
|
|
|
+ color: #000000;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+.card-title {
|
|
|
+ white-space: pre-wrap;
|
|
|
+}
|
|
|
+.carousel {
|
|
|
+ margin-left: 2rem;
|
|
|
+ margin-right: 2rem;
|
|
|
+}
|
|
|
+
|
|
|
+.card.active-card {
|
|
|
+}
|
|
|
+
|
|
|
+.card {
|
|
|
+ font-family: "Barlow";
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 300;
|
|
|
+ transition: transform 0.3s;
|
|
|
+ min-width: 20%;
|
|
|
+ max-width: 20%;
|
|
|
+}
|
|
|
+
|
|
|
+.card.active-card {
|
|
|
+ transform: scale(1.15);
|
|
|
+}
|
|
|
+.carousel-button {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+ background-color: transparent;
|
|
|
+ border: 2px solid #fff;
|
|
|
+ cursor: pointer;
|
|
|
+ margin-right: 1rem;
|
|
|
+ margin-top: 4rem;
|
|
|
+}
|
|
|
+
|
|
|
+.carousel-button i {
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.reviewer-name {
|
|
|
+ font-family: "Barlow";
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 20px;
|
|
|
+ line-height: 24px;
|
|
|
+ color: rgba(32, 147, 190);
|
|
|
+}
|
|
|
+
|
|
|
+.reviewer-status {
|
|
|
+ font-family: "Barlow";
|
|
|
+ font-family: "Barlow";
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 600;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 16px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ letter-spacing: 0.18em;
|
|
|
+ text-transform: uppercase;
|
|
|
+}
|
|
|
+
|
|
|
+.reviewer-structure {
|
|
|
+ font-family: "Barlow";
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 300;
|
|
|
+ font-size: 0.8rem;
|
|
|
+ line-height: 14px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ margin-bottom: 1rem;
|
|
|
+ color: #071b1f;
|
|
|
+}
|
|
|
+
|
|
|
+.review-description {
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+.card-footer {
|
|
|
+ /** coller à droite */
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ margin-right: 2rem;
|
|
|
+}
|
|
|
+
|
|
|
+.card-text {
|
|
|
+ font-family: "Barlow";
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 300;
|
|
|
+ font-size: 1rem;
|
|
|
+ line-height: 1rem;
|
|
|
+ height: 12rem;
|
|
|
+}
|
|
|
+.reviews-title {
|
|
|
+ font-size: 2rem;
|
|
|
+ font-weight: 700;
|
|
|
+ color: #fff;
|
|
|
+ font-family: "Barlow";
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 600;
|
|
|
+ font-size: 42px;
|
|
|
+ line-height: 42px;
|
|
|
+ margin-left: 3rem;
|
|
|
+ margin-right: 3rem;
|
|
|
+ margin-top: 5rem;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.card {
|
|
|
+ width: 80rem;
|
|
|
+ min-height: 35rem;
|
|
|
+ max-height: 35rem;
|
|
|
+ border-radius: 1rem;
|
|
|
+}
|
|
|
+
|
|
|
+.v-card {
|
|
|
+ border-radius: 1rem;
|
|
|
+ min-height: 20rem;
|
|
|
+ max-height: 20rem;
|
|
|
+ min-width: 20rem;
|
|
|
+ max-width: 20rem;
|
|
|
+}
|
|
|
+
|
|
|
+.card-container {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ margin-bottom: 3rem;
|
|
|
+ margin-right: 2rem;
|
|
|
+}
|
|
|
+
|
|
|
+.container-green {
|
|
|
+ background-color: #0e2d32;
|
|
|
+}
|
|
|
</style>
|