| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <template>
- <LayoutUITitlePage>
- Nous rejoindre
- </LayoutUITitlePage>
- <CommonBanner
- imageSrc="/images/join/join.jpg"
- imageAlt="banner"
- />
- <h3 id="join-us-anchor" class="mt-6">
- Opentalent, où l'innovation & la passion se rencontrent !
- </h3>
- <span class="subtitle">
- Découvrez nos opportunités et rejoignez-nous dans cette aventure
- passionnante.
- </span>
- <JoinUsMissions />
- <LayoutFooterPrefooter />
- </template>
- <style scoped lang="scss">
- h3, .subtitle {
- line-height: 2.5rem;
- text-align: center;
- }
- h3 {
- font-weight: 600;
- font-size: 1.5rem;
- }
- .subtitle {
- display: block;
- font-weight: 300;
- font-size: 1.5rem;
- width: 100%;
- }
- </style>
|