| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- <template>
- <LayoutContainer>
- <v-row class="outil-row">
- <v-col cols="4">
- <h4 class="title">Présentation d'opentalent school</h4>
- <v-img src="/images/logiciels/school/screen.jpg" class="screen-img">
- </v-img>
- </v-col>
- <v-col cols="6">
- <h2>Un outil complet en ligne</h2>
- <ul>
- <li>Logiciel de gestion et communication en ligne</li>
- <li>Destiné aux établissements d'enseignement artistique</li>
- <li>
- Gestion quotidienne et en temps réel (suivi pédagogique,
- facturation, encaissement…)
- </li>
- <li>Pilotage complet de votre structure</li>
- </ul>
- </v-col>
- <v-col cols="2">
- <v-row>
- <div class="blue-square">
- <p>Nous contacter</p>
- </div>
- </v-row>
- <v-row>
- <div class="blue-square">
- <p>Nous contacter</p>
- </div>
- </v-row>
- <v-row>
- <div class="darkblue-square">
- <p>Nous contacter</p>
- </div>
- </v-row>
- </v-col>
- <v-row>
- <v-col cols="4"> </v-col>
- <v-col cols="5">
- <div class="title-picto-container">
- <h2>Des caractéristiques uniques & dédiées</h2>
- <div class="picto-container">
- <v-img
- class="picto-img"
- src="/images/logiciels/school/picto1.png"
- ></v-img>
- <v-img
- class="picto-img"
- src="/images/logiciels/school/picto2.png"
- ></v-img>
- <v-img
- class="picto-img"
- src="/images/logiciels/school/picto3.png"
- ></v-img>
- <v-img
- class="picto-img"
- src="/images/logiciels/school/picto4.png"
- ></v-img>
- </div>
- </div>
- </v-col>
- <v-col cols="2"> </v-col>
- </v-row>
- </v-row>
- <v-row class="container-green">
- <v-row>
- <v-col cols="6" class="citation-school"> “ Pour les petits comme pour les grands établissements d’enseignement artistique.“</v-col>
- </v-row>
- <v-col cols="6">
- <h6 class="subtitle-logiciel">Logiciel Opentalent</h6>
- <v-img src="/images/logiciels/school/screen2.png" class="screen2-img">
- </v-img>
- </v-col>
- </v-row>
- </LayoutContainer>
- </template>
- <script setup></script>
- <style scoped>
- .citation-school {
- font-family: 'Barlow';
- font-style: italic;
- font-weight: 300;
- font-size: 2rem;
- width: 3rem;
- line-height: 40px;
- color: #ffffff;
- font-style: italic;
- margin-top: 20rem;
- margin-left: 5rem;
- }
- .subtitle-logiciel {
- font-family: "Barlow";
- font-style: normal;
- font-weight: 600;
- font-size: 1.5rem;
- line-height: 18px;
- color: #ffffff;
- margin-left: 5rem;
- margin-right: 15rem;
- margin-top : 4rem;
- top: 10rem;
- }
- .screen2-img {
- width: 50rem;
- height: 40rem;
- bottom: 4rem;
- }
- .container-green {
- background: linear-gradient(180deg, rgba(14, 45, 50, 0) 26.84%, #0e2d32 100%),
- rgba(7, 27, 31, 0.3);
- height: 35rem;
- }
- .title-picto-container {
- align-items: start;
- }
- .picto-container {
- display: flex;
- justify-content: flex-start;
- padding: 0 2rem;
- }
- .picto-img {
- right: 5rem;
- height: 10rem;
- margin-bottom: 3rem;
- }
- .title {
- font-family: "Barlow";
- font-style: normal;
- font-weight: 600;
- font-size: 1.5rem;
- line-height: 18px;
- color: #091d20;
- margin-left: 5rem;
- margin-right: 15rem;
- }
- .screen-img {
- width: 20rem;
- height: 15rem;
- margin-top: 2rem;
- margin-left: 5rem;
- }
- .outil-row {
- margin-top: 5rem;
- margin-bottom: 5rem;
- }
- .darkblue-square {
- width: 6rem;
- height: 6rem;
- background: #0e2d32;
- margin-left: 12rem;
- }
- .blue-square {
- margin-left: 12rem;
- width: 6rem;
- height: 6rem;
- background: rgba(32, 147, 190, 0.6);
- }
- </style>
|