| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334 |
- <template>
- <div id="formations">
- <LayoutContainer>
- <div class="container-green mt-12">
- <v-row>
- <div class="d-flex justify-center align-center mt-6">
- <v-icon size="10" class="fa-solid fa-circle icon-title" />
- <h5 class="subtitle">Nos accompagnements sur-mesure</h5>
- </div>
- </v-row>
- <v-row>
- <v-col cols="6">
- <div class="image-wrapper">
- <v-img
- src="/images/logiciels/school/reunion.jpg"
- class="reunion-img1"
- />
- <div class="image-overlay1"></div>
- </div>
- </v-col>
- <v-col cols="6">
- <div class="image-wrapper">
- <v-img
- src="/images/logiciels/school/reunion.jpg"
- class="reunion-img1"
- />
- <div class="image-overlay2"></div>
- </div>
- </v-col>
- </v-row>
- <v-row>
- <v-col cols="6">
- <div class="col-details">
- <h4 class="session-title">2 sessions disponibles</h4>
- <h3 class="formation-title">
- Formation prise en main du logiciel - En ligne
- </h3>
- <p class="formation-details">
- Parce qu’on sait qu’appréhender un nouvel outil peut-être
- fastidieux et que vous n’avez pas de temps à perdre,...
- </p>
- <br />
- <!-- <p class="formation-details mb-6">
- Lors de votre souscription, nous vous invitons à choisir des
- dates de formation qui se déroulera sous 2 jours non
- consécutifs. En effet, ce sont des journées riches
- d’informations et nous mettons un point d’honneur à vous laisser
- digérer cette première journée, vous familiariser davantage avec
- vos nouvelles connaissances avant de passer à la seconde.
- Destinée aux nouveaux utilisateurs, elle est obligatoire lors de
- l'acquisition du logiciel. Elle est également utile lors d'un
- changement de personnel dans la structure.
- </p> -->
- </div>
- <v-btn class="formation-btn"> S’incrire à une formation </v-btn>
- </v-col>
- <v-col cols="6">
- <div class="col-details">
- <h4 class="session-title">10 sessions disponibles</h4>
- <h3 class="formation-title">
- Webinaire - Apprendre à piloter son activité
- </h3>
- <p class="formation-details">
- Des explications précises sur certains modules du logiciel
- Opentalent School, c'est possible pour aller encore plus loin...
- </p>
- <br />
- <!-- <p class="formation-details mb-6">
- Lors de votre souscription, nous vous invitons à choisir des
- dates de formation qui se déroulera sous 2 jours non
- consécutifs. En effet, ce sont des journées riches
- d’informations et nous mettons un point d’honneur à vous laisser
- digérer cette première journée, vous familiariser davantage avec
- vos nouvelles connaissances avant de passer à la seconde.
- Destinée aux nouveaux utilisateurs, elle est obligatoire lors de
- l'acquisition du logiciel. Elle est également utile lors d'un
- changement de personnel dans la structure.
- </p> -->
- </div>
- <v-btn class="formation-btn"> S'inscrire au webinaire</v-btn>
- </v-col>
- </v-row>
- </div>
- <v-row >
- <v-col cols="2">
- <v-row>
- <div class="d-flex justify-center align-center mt-6">
- <v-icon size="10" class="fa-solid fa-circle icon-title" />
- <h5 class="subtitle">QUELQUES CHIFFRES</h5>
- </div>
- </v-row>
- </v-col>
- </v-row>
- <v-row class="card-container">
- <v-col
- cols="3"
- class="d-flex justify-center align-center small-padding"
- >
- <div class="card">
- <h3 class="chiffre">30 <1500</h3>
- <p>elèves</p>
- </div>
- </v-col>
- <v-col cols="3" class="d-flex justify-center align-center">
- <div class="card">
- <h3 class="chiffre">234</h3>
- <p>Clients</p>
- </div>
- </v-col>
- <v-col cols="3" class="d-flex justify-center align-center">
- <div class="card">
- <h3 class="chiffre">20304</h3>
- <p>Utilisateurs</p>
- </div>
- </v-col>
- <v-col cols="3" class="d-flex justify-center align-center">
- <div class="card">
- <h3 class="chiffre">13</h3>
- <p>années d’expériences</p>
- </div>
- </v-col>
- </v-row>
- <v-row>
- <LogicielsSchoolCaroussel />
- </v-row>
- <v-row />
- </LayoutContainer>
- </div>
- </template>
- <script setup></script>
- <style scoped>
- .title {
- display: flex;
- justify-content: center;
- align-items: center;
- font-weight: 600;
- font-size: 1.5rem;
- line-height: 18px;
- color: #091d20;
- width: 25rem;
- margin-left: 2rem;
- }
- .presentation-title {
- color: #071b1f;
- font-family: Barlow;
- font-size: 1rem;
- font-style: normal;
- font-weight: 600;
- line-height: 15px;
- letter-spacing: 1.8px;
- text-transform: uppercase;
- }
- .col-details {
- margin-right: 6rem;
- }
- .image-wrapper {
- position: relative;
- }
- .image-overlay1 {
- position: absolute;
- top: 0;
- left: 0;
- width: 80%;
- height: 100%;
- background-color: rgba(32, 147, 190, 0.17);
- margin-left: 5rem;
- }
- .carousel-button i {
- color: black;
- }
- .carousel-button {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 40px;
- height: 40px;
- background-color: transparent;
- border: 2px solid black;
- cursor: pointer;
- margin-right: 1rem;
- margin-top: 1rem;
- }
- .title {
- font-family: "Barlow";
- font-style: normal;
- font-weight: 600;
- font-size: 42px;
- line-height: 42px;
- text-align: center;
- color: #0e2d32;
- width: 30rem;
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 2rem;
- }
- .chiffre {
- font-family: "Barlow";
- font-style: normal;
- font-weight: 600;
- font-size: 50px;
- line-height: 68px;
- text-align: center;
- color: #091d20;
- margin-bottom: 0.5rem;
- }
- .formation-btn {
- width: 30rem;
- height: 4rem;
- font-family: "Barlow";
- font-style: normal;
- font-weight: 500;
- font-size: 1.5rem;
- line-height: 18px;
- background: transparent;
- color: #eff9fb;
- border: 1px solid #eff9fb;
- border-radius: 0.5rem;
- margin-left: 7rem;
- text-transform: none;
- }
- .formation-details {
- font-family: "Barlow";
- font-style: normal;
- font-weight: 300;
- font-size: 1.2rem;
- line-height: 1.5rem;
- color: #eff9fb;
- margin-left: 7rem;
- }
- .formation-title {
- font-family: "Barlow";
- font-style: normal;
- font-weight: 500;
- font-size: 1.8rem;
- line-height: 26px;
- color: #ffffff;
- margin-left: 7rem;
- margin-bottom: 3rem;
- }
- .session-title {
- font-family: "Barlow";
- font-style: normal;
- font-weight: 500;
- font-size: 1.8rem;
- line-height: 26px;
- color: #ffffff;
- margin-left: 7rem;
- margin-bottom: 3rem;
- }
- .reunion-img1 {
- width: 80%;
- margin-left: 5rem;
- height: 100%;
- }
- .image-overlay2 {
- position: absolute;
- top: 0;
- left: 0;
- width: 80%;
- height: 100%;
- background-color: rgba(32, 147, 190, 0.17);
- width: 80%;
- margin-left: 5rem;
- height: 100%;
- }
- .reunion-img2 {
- width: 80%;
- margin-right: 5rem;
- height: 100%;
- }
- .subtitle {
- font-family: Barlow;
- font-size: 1rem;
- font-style: normal;
- font-weight: 600;
- line-height: 15px;
- letter-spacing: 1.8px;
- text-transform: uppercase;
- margin-bottom: 1rem;
- }
- .icon-title {
- color: rgba(32, 147, 190, 0.6);
- font-size: 1.5rem;
- margin-right: 0.5rem;
- margin-left: 5rem;
- margin-bottom: 1rem;
- }
- .container-green {
- background-color: #0e2d32;
- padding: 20px;
- margin-bottom: 20px;
- color: white;
- }
- .card-container {
- margin-top: 20px;
- margin-bottom: 20px;
- margin-left: 5rem;
- margin-right: 5rem;
- }
- .card {
- background: #c3e5e7;
- border-radius: 10px;
- padding-left: 5rem;
- padding-right: 5rem;
- padding-top: 3rem;
- padding-bottom: 3rem;
- width: 36rem;
- height: 15rem;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- text-align: center;
- }
- </style>
|