Abonnement.vue 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <template>
  2. <AnchoredSection id="subscription">
  3. <div>
  4. <LayoutContainer>
  5. <v-row class="mt-12">
  6. <v-col cols="4">
  7. <LayoutUISubTitle
  8. :iconSize="6"
  9. :iconClasses="iconClasses"
  10. :titleText="'S\'abonner dès maintenant'"
  11. :iconColor="'#fac20a'"
  12. />
  13. <div class="profile-circle">
  14. <v-img
  15. src="/images/logo/logiciels/OT_Artist-BLANC.png"
  16. style="top: 0.5rem"
  17. ></v-img>
  18. </div>
  19. <div class="subscription-info">
  20. <p class="mt-3 mb-6">
  21. Pour vous abonner au logiciel, téléchargez et remplissez le
  22. formulaire avant de nous le transmettre
  23. </p>
  24. <a
  25. href="https://www.opentalent.fr/fileadmin/stockage/commercial/contrats/BDC_Artist_Public-23.pdf"
  26. target="_blank"
  27. class="download-button"
  28. >Télécharger le formulaire d'abonnement</a
  29. >
  30. </div>
  31. <div class="subscription-steps">
  32. <ol>
  33. <li class="mt-6">Téléchargez le formulaire</li>
  34. <li>Complétez le formulaire</li>
  35. <li>
  36. Joignez le règlement par chèque avec le formulaire à <br />
  37. <br />
  38. 2iOPENservice <br />
  39. 217 rue Raoul Follereau <br />
  40. 74300 CLUSES
  41. </li>
  42. <br />
  43. <li>
  44. Après réception de votre formulaire d'adhésion et de votre
  45. règlement, nous vous ouvrons le service choisi. Vous recevrez
  46. alors un mail avec votre identifiant de connexion, votre mot de
  47. passe, ainsi que l'URL de votre site internet.
  48. </li>
  49. </ol>
  50. </div>
  51. </v-col>
  52. <v-col cols="8">
  53. <h5 class="title">
  54. Opentalent Artist, <br> la solution que vous attendiez...
  55. </h5>
  56. <p class="solution" style="text-align: justify">
  57. Conçu pour les structures artistiques telles que chorales,
  58. orchestres (fanfares, orchestres d'harmonie, symphoniques, musiques
  59. actuelles, petites formations musicales...), compagnies de danse,
  60. troupes de théâtre, cirque, arts de la rue… Le logiciel s'adapte à
  61. vos besoins d'évolution !
  62. </p>
  63. <h3 class="cmf">
  64. Adhérents CMF ? <br> Et si on vous disait que vous l’aviez déjà ...
  65. </h3>
  66. <div class="border-row">
  67. <div class="logo-cmf"></div>
  68. <div class="cmf-container">
  69. <p class="cmf-text">
  70. Attention si vous êtes adhérent à la Confédération Musicale de
  71. France (CMF), vous bénéficiez gratuitement, dans le cadre de
  72. votre adhésion, de la version Opentalent Artist Standard, et de
  73. conditions privilégiées pour la version Artist Premium.
  74. Contactez nous ou contactez votre fédération pour obtenir vos
  75. codes d'accès.
  76. </p>
  77. </div>
  78. </div>
  79. </v-col>
  80. </v-row>
  81. </LayoutContainer>
  82. </div>
  83. </AnchoredSection>
  84. </template>
  85. <script setup>
  86. import AnchoredSection from "~/components/Layout/AnchoredSection.vue";
  87. </script>
  88. <style scoped>
  89. .v-container {
  90. max-width: 90%;
  91. margin-left: auto;
  92. margin-right: auto;
  93. }
  94. .subscription-steps ol {
  95. list-style-type: decimal;
  96. padding-left: 2rem;
  97. color: #000;
  98. font-family: Barlow;
  99. font-size: 16px;
  100. font-style: normal;
  101. font-weight: 300;
  102. line-height: 20px;
  103. margin-left: 3rem;
  104. width: 20rem;
  105. }
  106. .profile-circle {
  107. width: 100px;
  108. height: 100px;
  109. position: relative;
  110. background-color: #000;
  111. border-radius: 50%;
  112. margin-left: 11rem;
  113. top: 3rem;
  114. }
  115. .subscription-info {
  116. margin-left: 4rem;
  117. background: var(--Jaune-Artist-20, rgba(250, 194, 10, 0.2));
  118. border-radius: 10px;
  119. height: 15rem;
  120. width: 20rem;
  121. padding: 1rem;
  122. margin-top: 1rem;
  123. display: flex;
  124. flex-direction: column;
  125. justify-content: center;
  126. color: var(--Vert-100, #091d20);
  127. text-align: center;
  128. font-family: "Barlow";
  129. font-size: 1rem;
  130. font-style: normal;
  131. font-weight: 300;
  132. line-height: 18px;
  133. }
  134. .download-button {
  135. font-weight: 700;
  136. background-color: #000;
  137. color: #fff;
  138. padding: 10px 20px;
  139. border-radius: 5px;
  140. text-decoration: none;
  141. display: inline-block;
  142. }
  143. .black-circle {
  144. width: 90px;
  145. height: 90px;
  146. background-color: #000;
  147. border-radius: 50%;
  148. flex-shrink: 0;
  149. margin-top: -1.5rem;
  150. margin-left: -2rem;
  151. }
  152. .solution {
  153. width: 45rem;
  154. }
  155. .title {
  156. font-family: "Barlow";
  157. font-weight: 600;
  158. font-size: 1.5rem;
  159. line-height: 18px;
  160. color: #091d20;
  161. margin-bottom: 4rem;
  162. }
  163. .cmf-container {
  164. margin-top: 4rem;
  165. margin-bottom: 4rem;
  166. }
  167. .logo-cmf {
  168. border-right: 1px solid #e5e5e5;
  169. background-image: url("/images/logiciels/school/cmf_logo_orange.png");
  170. background-repeat: no-repeat;
  171. background-position: center;
  172. background-size: contain;
  173. width: 15rem;
  174. height: 10rem;
  175. }
  176. .cmf-text {
  177. color: #091d20;
  178. width: 25rem;
  179. font-weight: 300;
  180. font-size: 16px;
  181. line-height: 20px;
  182. margin-left: 2rem;
  183. }
  184. .cmf {
  185. margin-top: 3rem;
  186. margin-bottom: 2rem;
  187. color: #071b1f;
  188. width: 40rem;
  189. font-family: Barlow;
  190. font-size: 34px;
  191. font-style: normal;
  192. font-weight: 400;
  193. line-height: 38px;
  194. }
  195. .title {
  196. font-weight: 600;
  197. font-size: 42px;
  198. line-height: 42px;
  199. color: #071b1f;
  200. font-family: "Barlow";
  201. font-style: normal;
  202. }
  203. </style>