| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324 |
- <template>
- <LayoutContainer :overflow="false">
- <div class="container-color">
- <div class="d-flex justify-center align-center flex-column">
- <v-icon size="8" class="fa-solid fa-circle icon-title"></v-icon>
- <h6 class="small-title">Avis Clients</h6>
- </div>
- <h1 class="title-review">C'est vous qui le dites</h1>
- </div>
- <div class="container-green">
- <v-row justify="center">
- <!-- v-card with client review -->
- <v-col cols="12" md="6" lg="4">
- <v-card class="review-card left mx-auto">
- <v-avatar size="80" class="profile-img">
- <v-img src="/images/reviews/photo1.jpg"></v-img>
- </v-avatar>
- <v-card-title>
- <span class="review-name">John Doe </span>
- </v-card-title>
- <v-card-text>
- <p class="description-review">
- C'est un logiciel très bien conçu et efficace avec une équipe
- ouverte, dynamique et à l'écoute. L’assistance est très
- réactive, j'ai toujours eu une réponse rapide à mes besoins, ce
- qui est fort appréciable.
- </p>
- </v-card-text>
- <!-- card footer-->
- <small class="status">DIRECTEUR PÉDAGOGIQUE</small>
- <small class="structure"
- >Conservatoire Musique & Danse Sens (78)</small
- >
- </v-card>
- </v-col>
- <v-col cols="12" md="6" lg="4">
- <v-card class="review-card right mx-auto">
- <v-avatar size="80" class="profile-img">
- <v-img src="/images/reviews/photo1.jpg"></v-img>
- </v-avatar>
- <v-card-title>
- <span class="review-name">John Doe</span>
- </v-card-title>
- <v-card-text>
- <p class="description-review">
- C'est un logiciel très bien conçu et efficace avec une équipe
- ouverte, dynamique et à l'écoute. L’assistance est très
- réactive, j'ai toujours eu une réponse rapide à mes besoins, ce
- qui est fort appréciable.
- </p>
- </v-card-text>
- <!-- card footer-->
- <small class="status">DIRECTEUR PÉDAGOGIQUE</small>
- <small class="structure"
- >Conservatoire Musique & Danse Sens (78)</small
- >
- </v-card>
- </v-col>
- </v-row>
- <v-row justify="center">
- <!-- v-card with client review -->
- <v-col cols="12" md="6" lg="4">
- <v-card class="review-card left mx-auto">
- <v-avatar size="80" class="profile-img">
- <v-img src="/images/reviews/photo1.jpg"></v-img>
- </v-avatar>
- <v-card-title>
- <span class="review-name">John Doe </span>
- </v-card-title>
- <v-card-text>
- <p class="description-review">
- C'est un logiciel très bien conçu et efficace avec une équipe
- ouverte, dynamique et à l'écoute. L’assistance est très
- réactive, j'ai toujours eu une réponse rapide à mes besoins, ce
- qui est fort appréciable.
- </p>
- </v-card-text>
- <!-- card footer-->
- <small class="status">DIRECTEUR PÉDAGOGIQUE</small>
- <small class="structure"
- >Conservatoire Musique & Danse Sens (78)</small
- >
- </v-card>
- </v-col>
- <v-col cols="12" md="6" lg="4">
- <v-card class="review-card right mx-auto">
- <v-avatar size="80" class="profile-img">
- <v-img src="/images/reviews/photo1.jpg"></v-img>
- </v-avatar>
- <v-card-title>
- <span class="review-name">John Doe</span>
- </v-card-title>
- <v-card-text>
- <p class="description-review">
- C'est un logiciel très bien conçu et efficace avec une équipe
- ouverte, dynamique et à l'écoute. L’assistance est très
- réactive, j'ai toujours eu une réponse rapide à mes besoins, ce
- qui est fort appréciable.
- </p>
- </v-card-text>
- <!-- card footer-->
- <small class="status">DIRECTEUR PÉDAGOGIQUE</small>
- <small class="structure"
- >Conservatoire Musique & Danse Sens (78)</small
- >
- </v-card>
- </v-col>
- </v-row>
- <v-row>
- <v-col cols="12">
- <div class="d-flex justify-center align-center flex-column">
- <h2 class="title text-center">
- Plus de 5 000 structures nous font confiance
- </h2>
- <div class="d-flex justify-center align-center">
- <div class="carousel-button" @click="goPrevious">
- <i class="fas fa-chevron-left"></i>
- </div>
- <div class="carousel-button" @click="goNext">
- <i class="fas fa-chevron-right"></i>
- </div>
- </div>
- </div>
- </v-col>
- </v-row>
- <Carousel
- class="carrousel elevation-6"
- :itemsToShow="4"
- :itemsToScroll="2"
- v-slot="{ carousel: _carousel }"
- ref="carousel"
- >
- <Slide v-for="(item, index) in items" :key="index">
- <div class="card">
- <v-img class="card-img" :src="item.src" alt="Card image cap" />
- </div>
- </Slide>
- </Carousel>
- </div>
- </LayoutContainer>
- </template>
- <script setup>
- import { Carousel, Slide } from "vue3-carousel";
- const items = ref([
- { src: "/images/reviews/review1.png" },
- { src: "/images/reviews/review2.png" },
- { src: "/images/reviews/review3.png" },
- { src: "/images/reviews/review4.png" },
- { src: "/images/reviews/review5.png" },
- ]);
- let carousel;
- const goPrevious = () => carousel.prev();
- const goNext = () => carousel.next();
- </script>
- <style scoped>
- .title {
- font-family: "Barlow";
- font-style: normal;
- font-size: 2rem;
- line-height: 42px;
- text-align: center;
- color: #ffffff;
- margin-left: 30rem;
- margin-right: 30rem;
- }
- .icon-title {
- margin-top: 1rem;
- color: #64afb7;
- }
- .carousel-button i {
- color: #ffffff;
- }
- .carousel-button {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 40px;
- height: 40px;
- background-color: transparent;
- border: 2px solid #ffffff;
- cursor: pointer;
- margin-right: 1rem;
- margin-top: 1rem;
- }
- .card-img {
- height: 10rem;
- width: 10rem;
- margin-left: auto;
- margin-right: auto;
- margin-top: 2rem;
- margin-bottom: 2rem;
- }
- .carousel {
- background-color: white;
- margin-top: 2rem;
- border-radius: 20px;
- height: 13em;
- width: 60rem;
- margin-left: auto;
- margin-right: auto;
- box-shadow: #071b1f;
- }
- .container-green {
- background-color: #0e2d32;
- padding: 2rem;
- height: 70rem;
- }
- .left {
- left: 3rem;
- bottom: 15rem;
- }
- .right {
- bottom: 9rem;
- right: 5rem;
- }
- .status {
- margin-top: 1rem;
- font-family: "Barlow";
- font-style: normal;
- font-weight: 600;
- font-size: 0.7rem;
- line-height: 15px;
- margin-left: 2rem;
- display: flex;
- align-items: center;
- letter-spacing: 0.18em;
- text-transform: uppercase;
- color: #071b1f;
- }
- .structure {
- font-family: "Barlow";
- font-style: normal;
- font-weight: 600;
- font-size: 0.8rem;
- margin-left: 2rem;
- display: flex;
- align-items: center;
- color: #071b1f;
- margin-bottom: 1rem;
- }
- .description-review {
- font-family: "Barlow";
- font-size: 1rem;
- line-height: 1.5rem;
- color: #071b1f;
- margin-left: 1rem;
- margin-right: 1rem;
- margin-bottom: 1rem;
- line-height: 20px;
- }
- .profile-img {
- border-radius: 50%;
- width: 3rem;
- height: 4rem;
- margin-left: 2rem;
- }
- .container-color {
- background: #f8f8f8;
- height: 25rem;
- }
- .review-card {
- width: 21rem;
- height: 100%;
- margin-bottom: 2rem;
- }
- .review-name {
- margin-left: 1rem;
- font-weight: 500;
- font-family: "Barlow";
- font-style: normal;
- font-size: 1.5rem;
- color: #e34461;
- }
- .small-title {
- font-family: "Barlow";
- font-style: normal;
- text-align: center;
- letter-spacing: 0.18em;
- text-transform: uppercase;
- padding-top: 1rem;
- }
- .title-review {
- font-family: "Barlow";
- font-style: normal;
- font-size: 2rem;
- line-height: 42px;
- text-align: center;
- color: #071b1f;
- margin-left: 30rem;
- margin-right: 30rem;
- }
- </style>
|