Promotion.vue 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <template>
  2. <div>
  3. <v-container class="container">
  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. </v-container>
  55. </div>
  56. </template>
  57. <script></script>
  58. <style>
  59. .text-outil{
  60. height: 76px;
  61. /* H3 Headline */
  62. font-family: 'Barlow';
  63. font-style: normal;
  64. font-weight: 400;
  65. font-size: 34px;
  66. line-height: 38px;
  67. color: #0E2D32;
  68. }
  69. .outil {
  70. margin-top: 100px;
  71. margin-bottom: 100px;
  72. bottom: 2;
  73. }
  74. .container {
  75. width: 1600px;
  76. }
  77. .col-gestion {
  78. margin-top: 100px;
  79. margin-bottom: 100px;
  80. background: #0e2d32;
  81. }
  82. .text-gestion {
  83. font-family: "Barlow";
  84. font-style: normal;
  85. font-weight: 600;
  86. font-size: 60px;
  87. line-height: 68px;
  88. /* or 113% */
  89. text-align: center;
  90. color: white;
  91. height: 331.95px;
  92. margin-top: 128px;
  93. margin-left: 300px;
  94. margin-right: 300px;
  95. margin-bottom: 357px;
  96. }
  97. .screen {
  98. width: 900px;
  99. margin-top: 100px;
  100. margin-bottom: 100px;
  101. margin-left: 300px;
  102. margin-right: 300px;
  103. bottom: 400px;
  104. border-radius: 20px;
  105. }
  106. .span-color {
  107. color: #CAF5F4;
  108. }
  109. .rectangle-img {
  110. margin-top: -35px;
  111. top: 25px;
  112. width: 100px;
  113. height: 100px;
  114. border-radius: 140px;
  115. }
  116. </style>