Promotion.vue 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. <template>
  2. <div>
  3. <LayoutContainer>
  4. <v-col col="12" class="col-gestion">
  5. <v-row>
  6. <p class="text-gestion">
  7. <span
  8. class="span-color">Simplifiez</span> vous la vie avec un outil
  9. <span class="d-inline-flex">
  10. <v-img src="/images/promotion/piano.jpg" class="rectangle-img">
  11. </v-img>
  12. </span>
  13. tout en un pour la gestion et la promotion
  14. <span class="d-inline-flex">
  15. <v-img src="/images/promotion/danse.jpg" class="rectangle-img">
  16. </v-img>
  17. </span>
  18. , de votre structure
  19. culturelle.
  20. <span class="d-inline-flex">
  21. <v-img src="/images/promotion/cirque.jpg" class="rectangle-img">
  22. </v-img>
  23. </span>
  24. </p>
  25. </v-row>
  26. </v-col>
  27. <div>
  28. <v-img src="/images/home/écran.JPG" class="screen" ></v-img>
  29. </div>
  30. <div class="outil">
  31. <h3 class="text-center text-outil">
  32. Un outil complet et intuitif <br>
  33. pour chaque structure
  34. </h3>
  35. <v-row>
  36. <v-col cols="6">
  37. <v-row>
  38. <p class="text-outil-details">Logiciel de Gestion et 
communication en ligne</p>
  39. </v-row>
  40. <v-row>
  41. <p class="text-outil-details">Site Web intégré et simple d’usage</p>
  42. </v-row>
  43. </v-col>
  44. <v-col cols="6" >
  45. <v-row >
  46. <p class="text-outil-details" >Boostez votre visibilité et
votre communication avec l’agenda culturel</p>
  47. </v-row>
  48. <v-row>
  49. <p class="text-outil-details">Communiquez en réseau</p>
  50. </v-row>
  51. </v-col>
  52. </v-row>
  53. </div>
  54. </LayoutContainer>
  55. </div>
  56. </template>
  57. <script></script>
  58. <style scoped>
  59. .text-outil-details{
  60. font-family: 'Barlow';
  61. font-style: normal;
  62. font-weight: 400;
  63. font-size: 2rem;
  64. font-weight: 300;
  65. font-size: 22px;
  66. line-height: 26px;
  67. width: 15rem;
  68. color: #0E2D32;
  69. margin-left: 3rem;
  70. margin-bottom: 3rem;
  71. margin-top: 1rem;
  72. }
  73. .text-outil{
  74. font-family: 'Barlow';
  75. font-style: normal;
  76. font-weight: 400;
  77. font-size: 2rem;
  78. color: #0E2D32;
  79. margin-top: -20rem;
  80. }
  81. .col-gestion {
  82. margin-bottom: 4rem;
  83. background: #0e2d32;
  84. }
  85. .text-gestion {
  86. font-family: "Barlow";
  87. font-style: normal;
  88. font-weight: 600;
  89. font-size: 4rem;
  90. line-height: 68px;
  91. text-align: center;
  92. color: white;
  93. height: 20rem;
  94. margin-top: 3rem;
  95. margin-left: 17rem;
  96. margin-right: 17rem;
  97. margin-bottom: 25rem;
  98. }
  99. .screen {
  100. width: 900px;
  101. margin-top: 2rem;
  102. margin-left: 15rem;
  103. margin-right: 15rem;
  104. bottom: 25rem;
  105. border-radius: 20px;
  106. }
  107. .span-color {
  108. color: #CAF5F4;
  109. }
  110. .rectangle-img {
  111. margin-top: -2rem;
  112. top: 2rem;
  113. width: 8rem;
  114. height: 5rem;
  115. border-radius: 5rem;
  116. }
  117. </style>