Projet.vue 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. <template>
  2. <LayoutContainer>
  3. <v-row>
  4. <div class="project-container">
  5. </div>
  6. <v-col cols="3">
  7. <div class="contact-container">
  8. <h5 class="contact">Contactez-nous</h5>
  9. <v-img
  10. src="/images/logiciels/school/femme-casque.jpg"
  11. class="femme-casque"
  12. >
  13. </v-img>
  14. </div>
  15. </v-col>
  16. <v-col cols="8">
  17. <div class="project-container">
  18. <h5 class="title">Vous avez un projet ?</h5>
  19. <h6 class="subtitle">N'attendez plus, appelez-nous</h6>
  20. <p class="contact-details">
  21. Vous avez une identité, des besoins, des projets... On est là pour
  22. vous écouter et vous offrir une offre personnalisée ! Que vous soyez
  23. une petite ou une structure plus conséquente, notre offre s'adapte à
  24. toutes les tailles : le prix de l’abonnement au logiciel varie en
  25. fonction du nombre d'élèves, tout en conservant l'intégralité des
  26. fonctionnalités.
  27. </p>
  28. <v-btn class="btn-contact"> Nous contacter</v-btn>
  29. </div>
  30. </v-col>
  31. </v-row>
  32. <v-row class="border-row">
  33. <v-col cols="2">
  34. <v-img
  35. class="logo-cmf"
  36. src="/images/logiciels/school/cmf_logo_orange.png"
  37. ></v-img>
  38. </v-col>
  39. <v-col cols="10">
  40. <div class="cmf-container">
  41. <h5>Adhérents CMF : bénéficiez de conditions privilégiées</h5>
  42. <p>
  43. Si votre établissement d’enseignement artistique est adhérent à la
  44. Confédération Musicale de France (CMF), vous bénéficiez
  45. gratuitement, dans le cadre de votre adhésion, de la version
  46. Opentalent Artist standard et de conditions priviliégiés pour la
  47. version Opentalent School. Contactez nous direcetement ou contactez
  48. votre fédération pour obtenir vos codes d’accès.
  49. </p>
  50. </div>
  51. </v-col>
  52. </v-row>
  53. <v-row>
  54. <v-col cols="4" class="border">
  55. <div class="d-flex justify-center align-center">
  56. <v-icon class="fa-brands fa-react icon"></v-icon>
  57. </div>
  58. <p class="d-flex justify-center align-center">Paiement Sécurisé</p>
  59. </v-col>
  60. <v-col cols="4" class="border">
  61. <div class="d-flex justify-center align-center">
  62. <v-icon class="fa-brands fa-react icon"></v-icon>
  63. </div>
  64. <p class="d-flex justify-center align-center">Paiement Sécurisé</p>
  65. </v-col>
  66. <v-col cols="4" class="border">
  67. <div class="d-flex justify-center align-center">
  68. <v-icon class="fa-brands fa-react icon"></v-icon>
  69. </div>
  70. <p class="d-flex justify-center align-center">Paiement Sécurisé</p>
  71. </v-col>
  72. </v-row>
  73. </LayoutContainer>
  74. </template>
  75. <script setup></script>
  76. <style scoped>
  77. .border-row{
  78. border: 1px solid #E5E5E5;
  79. }
  80. .cmf-container{
  81. margin-top: 4rem;
  82. margin-bottom: 4rem;
  83. width: 35rem;
  84. }
  85. .logo-cmf{
  86. width: 10rem;
  87. height: 10rem;
  88. margin-top: 3rem;
  89. margin-bottom: 4rem;
  90. margin-left: 3rem;
  91. }
  92. .project-container{
  93. margin-top: 4rem;
  94. margin-bottom: 4rem;
  95. }
  96. *{
  97. font-family: 'Barlow';
  98. font-style: normal;
  99. }
  100. .btn-contact {
  101. background: #F4AA2A;
  102. border-radius: 6px;
  103. color: #fff;
  104. font-weight: 600;
  105. font-size: 12px;
  106. line-height: 16px;
  107. letter-spacing: 0.18em;
  108. text-transform: uppercase;
  109. margin-top: 2rem;
  110. margin-bottom: 3rem;
  111. }
  112. .contact-details{
  113. font-weight: 300;
  114. font-size: 16px;
  115. line-height: 20px;
  116. color: #091D20;
  117. }
  118. .contact{
  119. margin-top: 2rem;
  120. margin-bottom: 3rem;
  121. }
  122. .title{
  123. margin-top: 2rem;
  124. margin-bottom: 1rem;
  125. font-weight: 600;
  126. font-size: 42px;
  127. line-height: 42px;
  128. color: #071B1F;
  129. }
  130. .subtitle{
  131. font-weight: 400;
  132. font-size: 34px;
  133. line-height: 38px;
  134. color: #071B1F;
  135. margin-bottom: 2rem;
  136. }
  137. .contact-container{
  138. margin-left: 4rem;
  139. font-weight: 600;
  140. font-size: 12px;
  141. line-height: 16px;
  142. letter-spacing: 0.18em;
  143. text-transform: uppercase;
  144. margin-top: 4rem;
  145. margin-bottom: 2rem;
  146. }
  147. .border {
  148. border-top: 1px solid #000;
  149. border-right: 1px solid #000;
  150. }
  151. .icon {
  152. font-size: 3rem;
  153. color: #0e2d32;
  154. }
  155. .femme-casque {
  156. width: 15rem;
  157. }
  158. </style>