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:
BIN
public/images/hutopymedia/icons/black/arpsblack.png
Normal file
BIN
public/images/hutopymedia/icons/black/arpsblack.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
BIN
public/images/hutopymedia/icons/black/linkedinblack.png
Normal file
BIN
public/images/hutopymedia/icons/black/linkedinblack.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
public/images/hutopymedia/icons/black/tiktokblack.png
Normal file
BIN
public/images/hutopymedia/icons/black/tiktokblack.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
public/images/usersmedia/ARPS/banners/bannerARPS01.png
Normal file
BIN
public/images/usersmedia/ARPS/banners/bannerARPS01.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
BIN
public/images/usersmedia/ARPS/profilepictures/profileARPS.jpg
Normal file
BIN
public/images/usersmedia/ARPS/profilepictures/profileARPS.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
BIN
public/images/usersmedia/ARPS/profilepictures/profileARPS.png
Normal file
BIN
public/images/usersmedia/ARPS/profilepictures/profileARPS.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
@@ -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',
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
1113
src/views/manualusers/ARPS.vue
Normal file
1113
src/views/manualusers/ARPS.vue
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user