| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364 |
- <template>
- <LayoutContainer>
- <v-row class="outil-row">
- <v-col cols="4">
- <div class="title">
- <v-icon class="fa-brands fa-react icon-subtitle"></v-icon>
- <h4 class="outil-subtitle">Présentation d'opentalent Manager</h4>
- </div>
- <v-img src="/images/logiciels/school/screen.jpg" class="screen-img">
- </v-img>
-
- <div class="rectangle-4">
- <div class="black-circle">
- <div class="content-flex">
- <v-img
- src="/images/OpenTalent_LogoNoir_rouge_manager_white.png"
- class="logo-manager"
- >
- </v-img>
- <p class="devis">Sur devis</p>
- </div>
- </div>
- </div>
- </v-col>
- <v-col cols="5">
- <h2 class="outil-title">
- La solution de mise en réseau des organisations culturelles
- </h2>
- <ul class="outil-ul">
- <li class="outil-list">
- Logiciel de gestion et communication en ligne
- </li>
- <li class="outil-list">
- Répond aux besoin globaux des réseaux culturels
- </li>
- <li class="outil-list">Gestion collaborative</li>
- <li class="outil-list">
- Mise en valeur des activités des membres du réseau
- </li>
- </ul>
- </v-col>
- <v-col cols="3">
- <div class="container-square">
- <v-row>
- <div class="red-square">
- <v-icon class="fa-regular fa-comments icon"></v-icon>
- <p class="text-square">Nous contacter</p>
- </div>
- </v-row>
- <v-row>
- <div class="red-square">
- <v-icon class="fa-brands fa-readme icon"></v-icon>
- <p class="text-square">Brochure</p>
- </div>
- </v-row>
- <v-row>
- <div class="darkblue-square">
- <v-icon class="fa-solid fa-phone icon"></v-icon>
- <p class="text-square">Nous Appeler</p>
- </div>
- </v-row>
- </div>
- </v-col>
- <v-row>
- <v-col cols="4"> </v-col>
- <v-col cols="5">
- <h2>Des caractéristiques uniques & dédiées</h2>
- <div class="picto-container">
- <div class="picto-group">
- <v-img
- class="picto-img"
- src="/images/logiciels/manager/picto1.png"
- ></v-img>
- <p class="picto-text">
- Logiciel de gestion & communication full web
- </p>
- </div>
- <div class="picto-group">
- <v-img
- class="picto-img"
- src="/images/logiciels/manager/picto2.png"
- ></v-img>
- <p class="picto-text">
- Boostez votre visibilité & votre communication
- </p>
- </div>
- <div class="picto-group">
- <v-img
- class="picto-img"
- src="/images/logiciels/manager/picto3.png"
- ></v-img>
- <p class="picto-text">
- Boostez votre visibilité & votre communication
- </p>
- </div>
- <div class="picto-group">
- <v-img
- class="picto-img"
- src="/images/logiciels/manager/picto4.png"
- ></v-img>
- <p class="picto-text">Communiquez en réseau</p>
- </div>
- <div class="picto-group">
- <v-img
- class="picto-img"
- src="/images/logiciels/manager/picto5.png"
- ></v-img>
- <p class="picto-text">Sur-Mesure</p>
- </div>
- <div class="picto-group">
- <v-img
- class="picto-img"
- src="/images/logiciels/manager/picto6.png"
- ></v-img>
- <p class="picto-text">Pour tout réseau de type pyramidal</p>
- </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">
- <div class="title-logiciel-group">
- <v-icon class="fa-brands fa-react icon-logiciel"></v-icon>
- <h6 class="subtitle-logiciel">Logiciel Opentalent</h6>
- </div>
- <v-img src="/images/logiciels/school/screen2.png" class="screen2-img">
- </v-img>
- </v-col>
- </v-row>
- </LayoutContainer>
- </template>
- <script setup></script>
- <style scoped>
- .title-logiciel-group{
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .devis {
- font-family: "Barlow";
- font-style: normal;
- font-weight: 500;
- font-size: 1rem;
- margin-left: 9rem;
- margin-top: -1rem;
- width: 7rem;
- }
- .black-circle {
- border-radius: 3rem;
- background: #091d20;
- width: 7rem;
- height: 6rem;
- }
- .logo-manager {
- top: 1rem;
- margin-left: 0.3rem;
- margin-right: 0.5rem;
- z-index: 1;
- }
- .rectangle-4 {
- width: 18rem;
- height: 6rem;
- background: rgba(216, 5, 11, 0.2);
- border-radius: 3rem;
- margin-left: 5rem;
- margin-top: 2rem;
- }
- .outil-subtitle {
- font-family: "Barlow";
- font-style: normal;
- font-weight: 600;
- font-size: 1rem;
- color: #091d20;
- margin-right: 2rem;
- }
- .text-square {
- font-family: "Barlow";
- margin-left: 2rem;
- margin-right: 2rem;
- margin-top: 0.9rem;
- text-align: center;
- }
- .icon-subtitle {
- font-size: 2rem;
- margin-right: 1rem;
- color: #d8050b;
- }
- .icon {
- margin-top: 2rem;
- color: #ffffff;
- }
- .container-square {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- color: white;
- font-family: "Barlow";
- font-style: normal;
- font-weight: 500;
- font-size: 0.7rem;
- line-height: 15px;
- text-align: center;
- letter-spacing: 0.2em;
- text-transform: uppercase;
- }
- .outil-title {
- font-family: "Barlow";
- font-style: normal;
- font-weight: 600;
- font-size: 3rem;
- line-height: 3rem;
- color: #091d20;
- margin-bottom: 2rem;
- margin-right: 9rem;
- }
- .outil-ul {
- margin-left: 1rem;
- font-family: "Barlow";
- font-style: normal;
- font-weight: 300;
- font-size: 1rem;
- line-height: 1.5rem;
- }
- .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;
- }
- .icon-logiciel {
- font-size: 2rem;
- color:#D8050B;
- margin-left: 5rem;
- margin-top: 4rem;
- }
- .subtitle-logiciel {
- font-family: "Barlow";
- font-style: normal;
- font-weight: 600;
- font-size: 1.5rem;
- line-height: 18px;
- color: #ffffff;
- margin-left: 2rem;
- margin-right: 15rem;
- margin-top: 4rem;
- top: 10rem;
- }
- .screen2-img {
- width: 50rem;
- height: 40rem;
- bottom: 7rem;
- }
- .container-green {
- background: linear-gradient(180deg, rgba(14, 45, 50, 0) 26.84%, #0e2d32 100%),
- rgba(7, 27, 31, 0.3);
- height: 35rem;
- }
- .picto-container {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- margin-left: -15rem;
- }
- .picto-img {
- width: 14rem;
- height: 14rem;
- }
- .picto-group {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .picto-text {
- font-family: "Barlow";
- font-style: normal;
- font-weight: 300;
- font-size: 0.9rem;
- margin-top: -3rem;
- text-align: center;
- margin-right: 2rem;
- margin-left: 2rem;
- }
- .title {
- display: flex;
- justify-content: center;
- align-items: center;
- 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: 10rem;
- height: 7rem;
- background: #0e2d32;
- margin-left: 14rem;
- }
- .red-square {
- margin-left: 14rem;
- width: 10rem;
- height: 7rem;
- background: #d8050b;
- }
- </style>
|