| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- <template>
- <div id="Fonctionnalites">
- <LayoutContainer>
- <div class="container-green">
- <v-row>
- <v-col cols="12">
- <LayoutCarouselFonctionnalite
- :cards="cards"
- :functionCarousel="functionCarousel"
- :itemsToShow="itemsToShow"
- />
- </v-col>
- </v-row>
-
- </div>
- </LayoutContainer>
- </div>
- </template>
- <script setup>
- import { ref } from "vue";
- import "vue3-carousel/dist/carousel.css";
- const functionCarousel = ref(null);
- const cards = [
- {
- logo:"images/logiciels/artist/fonctionnalites/Espaces_dedies.svg",
- title: "ESPACES DÉDIÉS",
- list: ["Administration", "Membres", "Adhérents", "Sur tous supports (ordinateur, tablette et smartphone)"],
- },
- {
- logo: "images/logiciels/artist/fonctionnalites/Repertoire.svg",
- title: "RÉPERTOIRE",
- list: [
- "Membres",
- "Personnel administratif ",
- "Contacts extérieurs, partenaires & donateurs",
- ],
- },
- {
- logo: "images/logiciels/artist/fonctionnalites/Agenda.svg",
- title: "AGENDA",
- list: [
- "Création et gestion des événements internes et externes",
- "Invitation aux événements",
- "Gestion des présences ",
- ],
- },
- {
- logo: "images/logiciels/artist/fonctionnalites/Parc_materiel.svg",
- title: "PARC MATÉRIEL ",
- list: [
- "Gestion de votre parc matériel (instruments, costumes, accessoires..)",
- "Locations et prêts de matériel",
- "Partage de partitions",
- ],
- },
- {
- logo: "images/logiciels/artist/fonctionnalites/Communication.svg",
- 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é",
- ],
- options: ["* version Artist Premium ", "** en option"],
- },
- {
- logo: "images/logiciels/artist/fonctionnalites/Site_internet.svg",
- 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",
- ],
- },
- {
- logo: "images/logiciels/artist/fonctionnalites/Statistique.svg",
- 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",
- ],
- },
- {
- logo: "images/logiciels/artist/fonctionnalites/CMF-réseau-J.png",
- 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",
- ],
- },
- {
- logo: "images/logiciels/artist/fonctionnalites/Promotion.svg",
- 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>
- .card-img{
- width: 5rem;
- height: 3rem;
- margin-top: 1rem;
- }
- .list-detail {
- font-weight: 300;
- font-size: .9rem;
- line-height: 1.2rem;
- margin-bottom: 1rem;
- color: #000000;
- word-break: none ;
-
- }
- .card-title {
- white-space: pre-wrap;
- }
- .carousel {
- margin-left: 2rem;
- margin-right: 2rem;
- }
- .card.active-card {
- }
- .title-container {
- display: flex;
- align-items: center;
- }
- .subtitle-avantage {
- font-weight: 600;
- font-size: 3rem;
- line-height: 18px;
- color: white;
- }
- .subtitle {
- color: white;
- font-size: 1rem;
- font-weight: 600;
- line-height: 15px;
- letter-spacing: 1.8px;
- text-transform: uppercase;
- }
- .icon-title {
- color: #fac20a;
- margin-right: 0.5rem;
- }
- .card {
- font-weight: 300;
- transition: transform 0.3s;
- }
- .card.active-card {
- transform: scale(1.05);
- }
- .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-structure {
- 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 {
- position: absolute;
- right: 0;
- margin-right: 2rem;
- }
- .card {
- width: 80rem;
- min-height: 35rem;
- max-height: 35rem;
- border-radius: 1rem;
- }
- .v-card {
- border-radius: 1rem;
- min-height: 25rem;
- max-height: 25rem;
- min-width: 90%;
- max-width: 90%;
-
- }
- .card-container {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-bottom: 3rem;
- margin-right: 2rem;
- }
- .container-green {
- background-color: #0e2d32;
- }
- </style>
|