index.vue 695 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <template>
  2. <LayoutUITitlePage>
  3. Nous rejoindre
  4. </LayoutUITitlePage>
  5. <CommonBanner
  6. imageSrc="/images/join/join.jpg"
  7. imageAlt="banner"
  8. />
  9. <h3 id="join-us-anchor" class="mt-6">
  10. Opentalent, où l'innovation & la passion se rencontrent !
  11. </h3>
  12. <span class="subtitle">
  13. Découvrez nos opportunités et rejoignez-nous dans cette aventure
  14. passionnante.
  15. </span>
  16. <JoinUsMissions />
  17. <LayoutFooterPrefooter />
  18. </template>
  19. <style scoped lang="scss">
  20. h3, .subtitle {
  21. line-height: 2.5rem;
  22. text-align: center;
  23. }
  24. h3 {
  25. font-weight: 600;
  26. font-size: 1.5rem;
  27. }
  28. .subtitle {
  29. display: block;
  30. font-weight: 300;
  31. font-size: 1.5rem;
  32. width: 100%;
  33. }
  34. </style>