| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340 |
- <template>
- <LayoutContainer :overflow="false">
- <p class="text-center solution-subtitle">3 solutions</p>
- <h3 class="text-center title">
- Trouvez la solution <br />
- faite pour vous
- </h3>
- <v-row>
- <v-col cols="3" class="col-info">
- <small class="opentalent-small">Opentalent</small>
- <h2 class="logiciel-name">Artist</h2>
- <hr class="bar" />
- <p class="description-logiciel">
- Orchestre, chorales, compagnies de danse, théâtre et cirque
- </p>
- <nuxt-link to="/logiciels/artist">
- <v-row>
- <div class="artist-image">
- <v-img
- src="/images/OpenTalent_LogoNoir_Jaune_white.png"
- class="logo"
- >
- </v-img>
- </div>
- </v-row>
- </nuxt-link>
- <v-row>
- <v-col cols="6">
- <ul class="list-solutions">
- <li class="details-solution">Gestion des membres</li>
- <li class="details-solution">Gestion des membres</li>
- <li class="details-solution">Gestion des membres</li>
- <li class="details-solution">Gestion des membres</li>
- </ul>
- </v-col>
- <v-col cols="6">
- <ul>
- <li class="details-solution">Gestion des membres</li>
- <li class="details-solution">Gestion des membres</li>
- <li class="details-solution">Gestion des membres</li>
- <li class="details-solution">Gestion des membres</li>
- </ul>
- </v-col>
- </v-row>
- </v-col>
- <v-col cols="3" class="col-info">
- <small class="opentalent-small">Opentalent</small>
- <h2 class="logiciel-name">Manager</h2>
- <hr class="bar" />
- <p class="description-logiciel">
- Fédérations, confédérations et collectivités
- </p>
- <v-row>
- <nuxt-link to="/logiciels/manager">
- <v-row>
- <div class="manager-image">
- <v-img
- src="/images/OpenTalent_LogoNoir_rouge_manager_white.png"
- class="logo"
- >
- </v-img>
- <div class="overlay">
- <button class="discover-button">Découvrir</button>
- </div>
- </div>
- </v-row>
- </nuxt-link>
- </v-row>
- <v-row>
- <v-col cols="6">
- <ul class="list-solutions">
- <li class="details-solution">Gestion des membres</li>
- <li class="details-solution">Gestion des membres</li>
- <li class="details-solution">Gestion des membres</li>
- <li class="details-solution">Gestion des membres</li>
- </ul>
- </v-col>
- <v-col cols="6">
- <ul>
- <li class="details-solution">Gestion des membres</li>
- <li class="details-solution">Gestion des membres</li>
- <li class="details-solution">Gestion des membres</li>
- <li class="details-solution">Gestion des membres</li>
- </ul>
- </v-col>
- </v-row>
- </v-col>
- <v-col cols="3" class="col-info">
- <small class="opentalent-small">Opentalent</small>
- <h2 class="logiciel-name">School</h2>
- <hr class="bar" />
- <p class="description-logiciel">
- Petits et grands établissements d'enseignement artistique
- </p>
- <v-row>
- <nuxt-link to="/logiciels/school">
- <v-row>
- <div class="school-image">
- <v-img src="/images/logo_school_white.png" class="logo"> </v-img>
- </div>
- </v-row>
- </nuxt-link>
- </v-row>
- <v-row>
- <v-col cols="6">
- <ul class="list-solutions">
- <li class="details-solution">Gestion des membres</li>
- <li class="details-solution">Gestion des membres</li>
- <li class="details-solution">Gestion des membres</li>
- <li class="details-solution">Gestion des membres</li>
- </ul>
- </v-col>
- <v-col cols="6">
- <ul>
- <li class="details-solution">Gestion des membres</li>
- <li class="details-solution">Gestion des membres</li>
- <li class="details-solution">Gestion des membres</li>
- <li class="details-solution">Gestion des membres</li>
- </ul>
- </v-col>
- </v-row>
- </v-col>
- </v-row>
- </LayoutContainer>
- </template>
- <style scoped>
- .discover-button {
- background-color: transparent;
- border: none;
- color: white;
- font-family: "Barlow";
- font-size: 1.2rem;
- font-weight: 600;
- padding: 1rem 2rem;
- border-radius: 2rem;
- cursor: pointer;
- }
- .logo {
- width: 5rem;
- height: 4rem;
- margin-top: 13rem;
- margin-left: 13rem;
- }
- .list-solutions {
- margin-left: 0.5rem;
- margin-top: 0.5rem;
- font-size: 0.5rem;
- }
- .details-solution {
- font-size: 0.5rem;
- margin-top: 0.5rem;
- width: 10rem;
- margin-left: 1rem;
- font-family: "Barlow";
- font-style: normal;
- font-size: 0.7rem;
- line-height: 18px;
- color: #091d20;
- }
- .bar {
- color: #c3e5e7;
- }
- .artist-image {
- position: relative;
- background: url(/images/solutions/artist.jpg);
- background-size: cover;
- background-position: center;
- border-radius: 0px 0px 10px 10px;
- width: 19rem;
- height: 17rem;
- margin-top: 2rem;
- margin-left: 0.9rem;
- }
- .artist-image::before {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
- border-radius: 0px 0px 10px 10px;
- opacity: 0;
- transition: opacity 0.3s;
- }
- .artist-image:hover::before {
- opacity: 1;
- cursor: pointer;
- }
- .manager-image {
- position: relative;
- background: url(/images/solutions/manager.png);
- background-size: cover;
- background-position: center;
- border-radius: 0px 0px 10px 10px;
- width: 19rem;
- height: 17rem;
- margin-top: 4rem;
- margin-left: 2rem;
- }
- .manager-image::before {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
- border-radius: 0px 0px 10px 10px;
- opacity: 0;
- transition: opacity 0.3s;
- }
- .manager-image:hover::before {
- opacity: 1;
- cursor: pointer;
- }
- .school-image {
- position: relative;
- background: url(/images/solutions/school.jpg);
- background-size: cover;
- background-position: center;
- border-radius: 0px 0px 10px 10px;
- width: 19rem;
- height: 17rem;
- margin-top: 4rem;
- margin-left: 1.5rem;
- }
- .school-image::before {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
- border-radius: 0px 0px 10px 10px;
- opacity: 0;
- transition: opacity 0.3s;
- }
- .school-image:hover::before {
- opacity: 1;
- cursor: pointer;
- }
- .col-info:first-child {
- margin-left: 9rem;
- }
- .col-info {
- width: 4rem;
- margin-left: 2rem;
- }
- .solution-img {
- width: 15rem;
- height: 15rem;
- object-fit: cover;
- margin-top: 2rem;
- }
- .description-logiciel {
- font-family: "Barlow";
- font-style: normal;
- font-size: 0.9rem;
- line-height: 0.9rem;
- margin-top: 1rem;
- color: #eff9fb;
- }
- .logiciel-name {
- font-family: "Barlow";
- font-style: normal;
- font-weight: 400;
- font-size: 30px;
- line-height: 2rem;
- color: #c3e5e7;
- margin-bottom: 1rem;
- }
- .opentalent-small {
- font-family: "Barlow";
- font-style: normal;
- font-weight: 600;
- font-size: 10px;
- line-height: 15px;
- letter-spacing: 0.18em;
- text-transform: uppercase;
- color: #ffffff;
- }
- .title {
- font-family: "Barlow";
- font-style: normal;
- font-weight: 00;
- font-size: 2rem;
- line-height: 42px;
- text-align: center;
- color: #ffffff;
- margin-bottom: 3rem;
- }
- .solution-subtitle {
- font-family: "Barlow";
- font-style: normal;
- font-size: 15px;
- line-height: 1rem;
- margin-top: 2rem;
- margin-bottom: 1rem;
- color: #c1eff0;
- }
- .container {
- background: #0e2d32;
- margin-bottom: 20rem;;
- height: 30rem;
- position: relative;
- }
- </style>
|