Promotion.vue 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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 class="row-outil">
  38. <p class="text-outil-details with-border">Logiciel de Gestion et 
communication en ligne</p>
  39. </v-row>
  40. <v-row>
  41. <p class="text-outil-details with-border">Site Web intégré et simple d’usage</p>
  42. </v-row>
  43. </v-col>
  44. <v-col cols="6" >
  45. <v-row class="row-outil">
  46. <p class="text-outil-details with-border" >Boostez votre visibilité et
votre communication avec l’agenda culturel</p>
  47. </v-row>
  48. <v-row>
  49. <p class="text-outil-details with-border">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. .with-border {
  60. border-bottom: 1px solid #D1CDC7;
  61. border-top: 1px solid #D1CDC7;
  62. padding-top: 1rem;
  63. padding-bottom: 1rem; /* add some padding to create some spacing */
  64. }
  65. .row-outil{
  66. margin-top: 3rem;
  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: 3rem;
  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. }
  90. .col-gestion {
  91. margin-bottom: 4rem;
  92. background: #0e2d32;
  93. }
  94. .text-gestion {
  95. font-family: "Barlow";
  96. font-style: normal;
  97. font-weight: 600;
  98. font-size: 4rem;
  99. line-height: 68px;
  100. text-align: center;
  101. color: white;
  102. height: 20rem;
  103. margin-top: 3rem;
  104. margin-left: 17rem;
  105. margin-right: 17rem;
  106. margin-bottom: 25rem;
  107. }
  108. .screen {
  109. width: 900px;
  110. margin-top: 2rem;
  111. margin-left: 15rem;
  112. margin-right: 15rem;
  113. bottom: 25rem;
  114. border-radius: 20px;
  115. }
  116. .span-color {
  117. color: #CAF5F4;
  118. }
  119. .rectangle-img {
  120. margin-top: -2rem;
  121. top: 2rem;
  122. width: 8rem;
  123. height: 5rem;
  124. border-radius: 5rem;
  125. }
  126. </style>