|
@@ -92,7 +92,7 @@ const downloadPdf = (pdfUrl: string) => {
|
|
|
const courses: Array<Training> = [
|
|
const courses: Array<Training> = [
|
|
|
{
|
|
{
|
|
|
number: '01',
|
|
number: '01',
|
|
|
- title: 'Formation initiale ',
|
|
|
|
|
|
|
+ title: 'Formation initiale',
|
|
|
description:
|
|
description:
|
|
|
"Cette formation est destinée aux nouveaux utilisateurs. Elle est obligatoire lors de l'acquisition du logiciel. Elle est également utile lors d'un changement de personnel dans la structure. ",
|
|
"Cette formation est destinée aux nouveaux utilisateurs. Elle est obligatoire lors de l'acquisition du logiciel. Elle est également utile lors d'un changement de personnel dans la structure. ",
|
|
|
objectives: [
|
|
objectives: [
|
|
@@ -124,7 +124,7 @@ const courses: Array<Training> = [
|
|
|
],
|
|
],
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
- price: '1 674 € TTC',
|
|
|
|
|
|
|
+ price: '2 008,80€ TTC',
|
|
|
downloadLink:
|
|
downloadLink:
|
|
|
'https://www.opentalent.fr/fileadmin/stockage/stockage/support/programme/PF-School-2023-02_2-jours.pdf',
|
|
'https://www.opentalent.fr/fileadmin/stockage/stockage/support/programme/PF-School-2023-02_2-jours.pdf',
|
|
|
},
|
|
},
|
|
@@ -149,7 +149,7 @@ const courses: Array<Training> = [
|
|
|
objectives: ['Répertoire'],
|
|
objectives: ['Répertoire'],
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
- price: '837€ TTC',
|
|
|
|
|
|
|
+ price: '1004,40€ TTC',
|
|
|
downloadLink:
|
|
downloadLink:
|
|
|
'https://www.opentalent.fr/fileadmin/stockage/stockage/support/programme/PF-School-2023-02_1-jour.pdf',
|
|
'https://www.opentalent.fr/fileadmin/stockage/stockage/support/programme/PF-School-2023-02_1-jour.pdf',
|
|
|
},
|
|
},
|
|
@@ -175,7 +175,7 @@ const courses: Array<Training> = [
|
|
|
objectives: ['Configuration côté logiciel'],
|
|
objectives: ['Configuration côté logiciel'],
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
- price: '837€ TTC',
|
|
|
|
|
|
|
+ price: '1004,40€ TTC',
|
|
|
downloadLink:
|
|
downloadLink:
|
|
|
' https://www.opentalent.fr/fileadmin/stockage/stockage/support/programme/PF-Typo3-2023-02_1-jour.pdf',
|
|
' https://www.opentalent.fr/fileadmin/stockage/stockage/support/programme/PF-Typo3-2023-02_1-jour.pdf',
|
|
|
},
|
|
},
|
|
@@ -185,6 +185,11 @@ const courses: Array<Training> = [
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
|
.catalog {
|
|
.catalog {
|
|
|
padding: 2rem;
|
|
padding: 2rem;
|
|
|
|
|
+ background: var(--neutral-color-alt-light);
|
|
|
|
|
+
|
|
|
|
|
+ @media (max-width: 600px) {
|
|
|
|
|
+ padding: 0.5rem;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
.v-card {
|
|
.v-card {
|
|
|
border: none !important;
|
|
border: none !important;
|
|
@@ -245,14 +250,23 @@ const courses: Array<Training> = [
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
line-height: 18px;
|
|
line-height: 18px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ @media (max-width: 600px) {
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.badge-time {
|
|
.badge-time {
|
|
|
color: var(--primary-color);
|
|
color: var(--primary-color);
|
|
|
|
|
+ background: var(--neutral-color);
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
|
|
+ height: 36px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
|
|
+ border-radius: 12px;
|
|
|
|
|
+ vertical-align: center;
|
|
|
|
|
+ padding-top: 6px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.chip-register {
|
|
.chip-register {
|