Promotion.vue 3.2 KB

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