Browse Source

graphics fix and link

Vincent 1 year ago
parent
commit
89f61f31e3

+ 0 - 1
components/Common/Banner.vue

@@ -154,7 +154,6 @@ const onIntersect = (isIntersecting: boolean) => {
 
   img {
     width: 100%;
-    height: 50%;
     margin-top: 2.5rem;
   }
 

+ 3 - 3
components/Common/Carousel/Fonctionnalite.client.vue

@@ -1,7 +1,7 @@
 <template>
   <LayoutContainer>
     <v-row class="center-90">
-      <v-col cols="12" md="6">
+      <v-col cols="12" md="12">
         <LayoutUISubTitle>
           Découvrez toutes les fonctionnalités de notre solution
         </LayoutUISubTitle>
@@ -11,7 +11,7 @@
         </LayoutUITitle>
       </v-col>
 
-      <v-col cols="12" md="6" class="arrows">
+      <v-col cols="12" md="12" class="arrows">
         <v-btn icon="fas fa-chevron-left" aria-label="Précédent" @click="previousAction" />
         <v-btn icon="fas fa-chevron-right" aria-label="Suivant" @click="nextAction" />
       </v-col>
@@ -177,7 +177,7 @@ h5 {
 .arrows {
   display: flex;
   align-content: center;
-  justify-content: end;
+  justify-content: center;
 
   @media (max-width: 600px) {
     justify-content: center;

+ 7 - 7
components/Layout/Footer/Footer.vue

@@ -25,10 +25,10 @@
                   <AgendaLink href="/annuaire"> Annuaire </AgendaLink>
                 </v-row>
                 <v-row>
-                  <AgendaLink href="/actualites"> Actualités </AgendaLink>
+                  <AgendaLink href="/actualites-culturelles"> Actualités </AgendaLink>
                 </v-row>
                 <v-row>
-                  <AgendaLink href="/annonces"> Annonces </AgendaLink>
+                  <AgendaLink href="/annonces-culturelles"> Annonces </AgendaLink>
                 </v-row>
               </v-col>
 
@@ -243,17 +243,17 @@ const footerLinks = ref([
       {
         label: 'Annuaire',
         link: makeAgendaLink('/annuaire'),
-        target: '_blank',
+        target: '_self',
       },
       {
         label: 'Actualités',
-        link: makeAgendaLink('/actualites'),
-        target: '_blank',
+        link: makeAgendaLink('/actualites-culturelles'),
+        target: '_self',
       },
       {
         label: 'Annonces',
-        link: makeAgendaLink('/annonces'),
-        target: '_blank',
+        link: makeAgendaLink('/annonces-culturelles'),
+        target: '_self',
       },
     ],
   },

+ 1 - 1
components/Logiciels/Artist/SomeNumbers.vue

@@ -15,7 +15,7 @@
         </v-col>
 
         <v-col lg="3" class="d-flex justify-center align-center">
-          <CommonCardStat number="15" text="Années d'expérience" />
+          <CommonCardStat number="17" text="Années d'expérience" />
         </v-col>
       </v-row>
     </v-container>