| 123456789101112131415161718192021222324252627282930 |
- <template>
- <LayoutContainer>
- <LayoutUITitlePage class="mb-12">
- Qui sommes-nous ?
- </LayoutUITitlePage>
- <v-row>
- <v-col cols="12">
- <CommonBanner
- imageSrc="/images/banner/about_opentalent.png"
- imageAlt="banner"
- />
- </v-col>
- </v-row>
- </LayoutContainer>
- </template>
- <script setup></script>
- <style scoped>
- :deep(.logiciel) {
- font-family: "Barlow", serif;
- font-style: normal;
- font-size: 3rem;
- line-height: 85px;
- text-align: center;
- color: #000000;
- width: 100%;
- }
- </style>
|