EventAgenda.vue 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <template>
  2. <LayoutContainer :overflow="false">
  3. <div class="title-container">
  4. <h2 class="title">
  5. Retrouvez tous vos évènements dans l'agenda et référencez vous dans
  6. l'annuaire
  7. </h2>
  8. </div>
  9. <v-row>
  10. <v-col cols="12" class="btn-container">
  11. <v-col col="6">
  12. <v-btn class="btn-event">Découvrir les évènements <v-icon class="fa-solid fa-arrow-right icon-arrow"></v-icon> </v-btn>
  13. </v-col>
  14. <v-col col="6">
  15. <v-btn class="btn-event">Découvrir l’ANNUAIRE <v-icon class="fa-solid fa-arrow-right icon-arrow"></v-icon> </v-btn>
  16. </v-col>
  17. </v-col>
  18. </v-row>
  19. <div class="white-container">
  20. <v-row>
  21. <v-col cols="6">
  22. <v-img src="/images/eventAgenda/logiciel.png" class="screen-img">
  23. </v-img>
  24. </v-col>
  25. <div class="circle">
  26. <v-icon class="fa-brands fa-react icon"></v-icon>
  27. <div class="circle-text">Réponse aux besoins</div>
  28. </div>
  29. <v-col cols="6">
  30. <h3 class="title-event">
  31. Une solution évolutive pour vous donner entière satisfaction
  32. </h3>
  33. <p class="details">
  34. La satisfaction de nos clients est notre première motivation et nous
  35. nous tenons à votre écoute pour faire évoluer notre logiciel. Un
  36. besoin ? Notifiez le nous et après l'étude de votre demande en
  37. interne puis validation, nous intégrerons votre requête à notre
  38. processus de développement.
  39. </p>
  40. </v-col>
  41. </v-row>
  42. </div>
  43. </LayoutContainer>
  44. </template>
  45. <style scoped>
  46. .icon-arrow {
  47. font-size: 1rem;
  48. margin-left: 1rem;
  49. }
  50. .btn-container {
  51. display: flex;
  52. align-items: center;
  53. justify-content: center;
  54. padding: 0 20rem;
  55. }
  56. .btn-event {
  57. font-family: "Barlow";
  58. font-style: normal;
  59. border-radius: 0.5rem;
  60. margin-left: 7vw;
  61. gap: 9px;
  62. font-weight: 700;
  63. font-size: .9rem;
  64. line-height: 15px;
  65. width: 18rem;
  66. height: 3rem;
  67. margin-top: 3rem;
  68. padding-top: 2rem;
  69. padding-bottom: 2rem;
  70. }
  71. .title {
  72. font-family: "Barlow";
  73. font-style: normal;
  74. height: 9rem;
  75. font-weight: 400;
  76. font-size: 3rem;
  77. line-height: 3rem;
  78. text-align: center;
  79. margin-bottom: 3rem;
  80. margin-top: 4rem;
  81. color: #ffffff;
  82. width: 45rem;
  83. }
  84. .title-container {
  85. display: flex;
  86. justify-content: center;
  87. align-items: center;
  88. }
  89. .circle {
  90. position: absolute;
  91. left: 35%;
  92. margin-top: 2rem;
  93. width: 300px;
  94. height: 300px;
  95. background: #eff9fb;
  96. border-radius: 50%;
  97. }
  98. .icon {
  99. font-size: 3rem;
  100. font-weight: bold;
  101. color: #0e2d32;
  102. margin-top: 6rem;
  103. margin-left: 8rem;
  104. }
  105. .circle-text {
  106. font-style: normal;
  107. font-weight: 300;
  108. font-size: 22px;
  109. line-height: 26px;
  110. text-align: center;
  111. color: #0e2d32;
  112. font-family: "Barlow";
  113. font-style: normal;
  114. margin-top: 2rem;
  115. }
  116. .details {
  117. font-weight: 400;
  118. font-size: 1rem;
  119. margin-top: 3rem;
  120. margin-left: 2rem;
  121. color: #091d20;
  122. width: 16rem;
  123. margin-left: 10rem;
  124. font-family: "Barlow";
  125. font-style: normal;
  126. }
  127. .title-event {
  128. font-family: "Barlow";
  129. font-style: normal;
  130. font-weight: 400;
  131. font-size: 1.5rem;
  132. line-height: 38px;
  133. margin-top: 1rem;
  134. margin-left: 2rem;
  135. color: #091d20;
  136. width: 16rem;
  137. margin-left: 10rem;
  138. }
  139. .container {
  140. height: 30rem;
  141. margin-bottom: 30rem;
  142. background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
  143. linear-gradient(
  144. 180deg,
  145. rgba(14, 45, 50, 0.04) 0%,
  146. rgba(14, 45, 50, 0.2) 100%
  147. ),
  148. linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
  149. url("/images/eventAgenda/eventAgenda.jpg") no-repeat center 60%;
  150. background-size: cover;
  151. }
  152. .white-container {
  153. margin-top: 15rem;
  154. background-color: #ffffff;
  155. }
  156. .screen-img {
  157. margin-left: 8rem;
  158. width: 70%;
  159. height: 90%;
  160. border-radius: 20%;
  161. }
  162. </style>