Преглед изворни кода

add the metabase section to formation catalog

Olivier Massot пре 1 година
родитељ
комит
1dac338b0b
1 измењених фајлова са 31 додато и 1 уклоњено
  1. 31 1
      components/Formation/Catalogue.vue

+ 31 - 1
components/Formation/Catalogue.vue

@@ -15,7 +15,7 @@
             v-for="(course, index) in courses"
             :key="index"
             cols="12"
-            lg="4"
+            lg="6"
           >
             <v-card class="mb-4">
               <v-card-text>
@@ -195,6 +195,34 @@ const courses: Array<Training> = [
       runtimeConfig.public.fileStorageBaseUrl +
       '/Programme_de_formation/PF-Typo3_1-jour.pdf',
   },
+  {
+    number: '04',
+    title: 'Formation Métabase',
+    // imageUrl: "/images/opentalent_school_black.jpg",
+    description:
+      'Cette formation est destinée aux utilisateurs de Métabase, qu’ils soient novices ou déjà familiers avec le logiciel. Elle est optionnelle et vise à approfondir la maîtrise des outils d’analyse de données afin de permettre une utilisation optimale des tableaux de bord et rapports personnalisés.',
+    objectives: [
+      'Savoir naviguer dans le logiciel et les données',
+      'Savoir créer des questions et des tableaux de bord',
+      'Savoir organiser et partager les résultats',
+    ],
+    duration: '14h',
+    program: [
+      {
+        id: 1,
+        objectives: [
+          'Présentation de Métabase',
+          'Questions',
+          'Tableaux de bord',
+          'Organisation',
+        ],
+      },
+    ],
+    price: '2008,80€ HT',
+    url:
+      runtimeConfig.public.fileStorageBaseUrl +
+      '/Programme_de_formation/PF-Metabase_2-jours.pdf',
+  },
 ]
 </script>
 
@@ -213,6 +241,8 @@ const courses: Array<Training> = [
     border: none !important;
     box-shadow: none !important;
     background-color: transparent !important;
+    max-width: 700px;
+    margin: 0 auto;
   }
 
   .title-card-container {