Promotion.vue 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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>Logiciel de Gestion et 
communication en ligne</p>
  39. </v-row>
  40. <v-row>
  41. <p>Logiciel de Gestion et 
communication en ligne</p>
  42. </v-row>
  43. </v-col>
  44. <v-col cols="6" >
  45. <v-row >
  46. <p >Boostez votre visibilité et
votre communication avec l’agenda culturel</p>
  47. </v-row>
  48. <v-row>
  49. <p>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>
  59. .text-outil{
  60. font-family: 'Barlow';
  61. font-style: normal;
  62. font-weight: 400;
  63. font-size: 34px;
  64. line-height: 38px;
  65. color: #0E2D32;
  66. }
  67. .outil {
  68. margin-bottom: 100px;
  69. }
  70. .container {
  71. width: 1600px;
  72. }
  73. .col-gestion {
  74. margin-top: 100px;
  75. margin-bottom: 100px;
  76. background: #0e2d32;
  77. }
  78. .text-gestion {
  79. font-family: "Barlow";
  80. font-style: normal;
  81. font-weight: 600;
  82. font-size: 60px;
  83. line-height: 68px;
  84. /* or 113% */
  85. text-align: center;
  86. color: white;
  87. height: 331.95px;
  88. margin-top: 128px;
  89. margin-left: 300px;
  90. margin-right: 300px;
  91. margin-bottom: 357px;
  92. }
  93. .screen {
  94. width: 900px;
  95. margin-top: 100px;
  96. margin-bottom: 100px;
  97. margin-left: 300px;
  98. margin-right: 300px;
  99. bottom: 400px;
  100. border-radius: 20px;
  101. }
  102. .span-color {
  103. color: #CAF5F4;
  104. }
  105. .rectangle-img {
  106. margin-top: -35px;
  107. top: 25px;
  108. width: 100px;
  109. height: 100px;
  110. border-radius: 140px;
  111. }
  112. </style>