Merged PR 66: Ajout du profil ARPS

Ajout du profil ARPS

Il va y avoir un conflit dans le router
This commit is contained in:
Pascal Marchesseault
2024-05-24 23:58:37 +00:00
committed by Dominic Villemure
9 changed files with 1129 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@@ -1,3 +1,4 @@
import ARPS from '@/views/manualusers/ARPS.vue'
import GuillaumeAime from '@/views/manualusers/GuillaumeAime.vue' import GuillaumeAime from '@/views/manualusers/GuillaumeAime.vue'
import About from '@/views/tos/About.vue' import About from '@/views/tos/About.vue'
import ContentPolicy from '@/views/tos/ContentPolicy.vue' import ContentPolicy from '@/views/tos/ContentPolicy.vue'
@@ -138,6 +139,12 @@ const router = createRouter({
component: MathieuCaron component: MathieuCaron
}, },
{
path: '/arps',
name: 'arps',
component: ARPS
},
{ {
path: '/guillaumeaime', path: '/guillaumeaime',
name: 'guillaumeaime', name: 'guillaumeaime',

View File

@@ -15,7 +15,7 @@
</v-col> </v-col>
<v-col cols="12"> <v-col cols="12">
<div class="headline font-weight-bold">UTILISATEURS</div> <div class="headline font-weight-bold">CRÉATEURS</div>
</v-col> </v-col>
</v-row> </v-row>
@@ -97,6 +97,14 @@ const profiles = ref([
description: "Entrevue Atypique", description: "Entrevue Atypique",
imageUrl: '/images/usersmedia/mathieuCaron/profilepictures/profileMathieuCaron01.png', imageUrl: '/images/usersmedia/mathieuCaron/profilepictures/profileMathieuCaron01.png',
routerLink: 'mathieuCaron' routerLink: 'mathieuCaron'
},
{
id: 6,
name: "ARPS",
description: "Agence créative",
imageUrl: '/images/usersmedia/ARPS/profilepictures/profileARPS.png',
routerLink: 'ARPS'
} }
]); ]);
</script> </script>

File diff suppressed because it is too large Load Diff