|
@@ -4,6 +4,31 @@
|
|
|
description="Les dernières actualités"
|
|
description="Les dernières actualités"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
|
|
+ <div id="news-anchor" />
|
|
|
|
|
+
|
|
|
|
|
+ <LayoutUITitlePage>
|
|
|
|
|
+ Actualités
|
|
|
|
|
+ <template #subtitle>Toute l'actualité de l'entreprise Opentalent</template>
|
|
|
|
|
+ </LayoutUITitlePage>
|
|
|
|
|
+
|
|
|
|
|
+ <CommonBanner
|
|
|
|
|
+ imageSrc="/images/Bannieres_Mentions_legales-CGV-Cookies.png"
|
|
|
|
|
+ imageAlt="banner"
|
|
|
|
|
+ />
|
|
|
|
|
+
|
|
|
|
|
+ <v-row class="mb-12 center-90">
|
|
|
|
|
+ <v-col class="d-flex align-items-center">
|
|
|
|
|
+ <v-btn
|
|
|
|
|
+ to="/"
|
|
|
|
|
+ prepend-icon="fas fa-arrow-left"
|
|
|
|
|
+ variant="outlined"
|
|
|
|
|
+ class="back-button"
|
|
|
|
|
+ >
|
|
|
|
|
+ Retour aux actualités
|
|
|
|
|
+ </v-btn>
|
|
|
|
|
+ </v-col>
|
|
|
|
|
+ </v-row>
|
|
|
|
|
+
|
|
|
<NewsList />
|
|
<NewsList />
|
|
|
|
|
|
|
|
<LayoutFooterPrefooter />
|
|
<LayoutFooterPrefooter />
|