Presentation.vue 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. <template>
  2. <div id="Presentation">
  3. <LayoutContainer>
  4. <v-row class="outil-row">
  5. <v-col cols="4">
  6. <div class="title-container">
  7. <v-icon size="6" class="fa-solid fa-circle icon-title" />
  8. <h4 class="subtitle">Présentation d'opentalent Manager</h4>
  9. </div>
  10. <v-img
  11. src="/images/logiciels/school/screen.jpg"
  12. class="screen-img"
  13. />
  14. <div class="rectangle-4">
  15. <div class="black-circle">
  16. <div class="content-flex">
  17. <v-img
  18. src="/images/OpenTalent_LogoNoir_rouge_manager_white.png"
  19. class="logo-manager"
  20. />
  21. <p class="devis">
  22. Sur devis
  23. </p>
  24. </div>
  25. </div>
  26. </div>
  27. </v-col>
  28. <v-col cols="5">
  29. <h2 class="outil-title">
  30. La solution de mise en réseau des organisations culturelles
  31. </h2>
  32. <ul class="outil-ul">
  33. <li class="outil-list">
  34. Logiciel de gestion et communication en ligne
  35. </li>
  36. <li class="outil-list">
  37. Répond aux besoin globaux des réseaux culturels
  38. </li>
  39. <li class="outil-list">
  40. Gestion collaborative
  41. </li>
  42. <li class="outil-list">
  43. Mise en valeur des activités des membres du réseau
  44. </li>
  45. </ul>
  46. </v-col>
  47. <v-row>
  48. <v-col cols="4" />
  49. <v-col cols="5">
  50. <h2>Des caractéristiques uniques & dédiées</h2>
  51. <div class="picto-container">
  52. <div class="picto-group">
  53. <v-img
  54. class="picto-img"
  55. src="/images/logiciels/manager/picto1.png"
  56. />
  57. <p class="picto-text">
  58. Logiciel de gestion & communication full web
  59. </p>
  60. </div>
  61. <div class="picto-group">
  62. <v-img
  63. class="picto-img"
  64. src="/images/logiciels/manager/picto2.png"
  65. />
  66. <p class="picto-text">
  67. Boostez votre visibilité & votre communication
  68. </p>
  69. </div>
  70. <div class="picto-group">
  71. <v-img
  72. class="picto-img"
  73. src="/images/logiciels/manager/picto3.png"
  74. />
  75. <p class="picto-text">
  76. Boostez votre visibilité & votre communication
  77. </p>
  78. </div>
  79. <div class="picto-group">
  80. <v-img
  81. class="picto-img"
  82. src="/images/logiciels/manager/picto4.png"
  83. />
  84. <p class="picto-text">
  85. Communiquez en réseau
  86. </p>
  87. </div>
  88. <div class="picto-group">
  89. <v-img
  90. class="picto-img"
  91. src="/images/logiciels/manager/picto5.png"
  92. />
  93. <p class="picto-text">
  94. Sur-Mesure
  95. </p>
  96. </div>
  97. <div class="picto-group">
  98. <v-img
  99. class="picto-img"
  100. src="/images/logiciels/manager/picto6.png"
  101. />
  102. <p class="picto-text">
  103. Pour tout réseau de type pyramidal
  104. </p>
  105. </div>
  106. </div>
  107. </v-col>
  108. <v-col cols="2" />
  109. </v-row>
  110. </v-row>
  111. </LayoutContainer>
  112. </div>
  113. </template>
  114. <script setup></script>
  115. <style scoped>
  116. .title-container {
  117. display: flex;
  118. justify-content: center;
  119. align-items: center;
  120. font-weight: 600;
  121. font-size: 1.5rem;
  122. line-height: 18px;
  123. color: #091d20;
  124. width: 25rem;
  125. margin-left: 2rem;
  126. }
  127. .subtitle {
  128. color: #071b1f;
  129. font-family: "Barlow";
  130. font-size: 1rem;
  131. font-style: normal;
  132. font-weight: 600;
  133. line-height: 15px;
  134. letter-spacing: 1.8px;
  135. text-transform: uppercase;
  136. }
  137. .title {
  138. font-family: "Barlow";
  139. font-weight: 600;
  140. font-size: 3rem;
  141. line-height: 18px;
  142. color: #091d20;
  143. margin-bottom: 4rem;
  144. }
  145. .title-logiciel-group {
  146. display: flex;
  147. flex-direction: row;
  148. align-items: center;
  149. }
  150. .devis {
  151. font-family: "Barlow";
  152. font-style: normal;
  153. font-weight: 500;
  154. font-size: 1rem;
  155. margin-left: 9rem;
  156. margin-top: -1rem;
  157. width: 7rem;
  158. }
  159. .black-circle {
  160. border-radius: 3rem;
  161. background: #091d20;
  162. width: 7rem;
  163. height: 6rem;
  164. }
  165. .logo-manager {
  166. top: 1rem;
  167. margin-left: 0.3rem;
  168. margin-right: 0.5rem;
  169. z-index: 1;
  170. }
  171. .rectangle-4 {
  172. width: 18rem;
  173. height: 6rem;
  174. background: rgba(216, 5, 11, 0.2);
  175. border-radius: 3rem;
  176. margin-left: 5rem;
  177. margin-top: 2rem;
  178. }
  179. .outil-subtitle {
  180. font-family: "Barlow";
  181. font-style: normal;
  182. font-weight: 600;
  183. font-size: 1rem;
  184. color: #091d20;
  185. margin-right: 2rem;
  186. }
  187. .text-square {
  188. font-family: "Barlow";
  189. margin-left: 2rem;
  190. margin-right: 2rem;
  191. margin-top: 0.9rem;
  192. text-align: center;
  193. }
  194. .icon-subtitle {
  195. font-size: 2rem;
  196. margin-right: 1rem;
  197. color: #d8050b;
  198. }
  199. .icon {
  200. margin-top: 2rem;
  201. color: #ffffff;
  202. }
  203. .container-square {
  204. display: flex;
  205. flex-direction: column;
  206. justify-content: space-between;
  207. color: white;
  208. font-family: "Barlow";
  209. font-style: normal;
  210. font-weight: 500;
  211. font-size: 0.7rem;
  212. line-height: 15px;
  213. text-align: center;
  214. letter-spacing: 0.2em;
  215. text-transform: uppercase;
  216. }
  217. .outil-title {
  218. font-family: "Barlow";
  219. font-style: normal;
  220. font-weight: 600;
  221. font-size: 3rem;
  222. line-height: 3rem;
  223. color: #091d20;
  224. margin-bottom: 2rem;
  225. margin-right: 9rem;
  226. }
  227. .outil-ul {
  228. margin-left: 1rem;
  229. font-family: "Barlow";
  230. font-style: normal;
  231. font-weight: 300;
  232. font-size: 1rem;
  233. line-height: 1.5rem;
  234. }
  235. .citation-school {
  236. font-family: "Barlow";
  237. font-style: italic;
  238. font-weight: 300;
  239. font-size: 2rem;
  240. width: 3rem;
  241. line-height: 40px;
  242. color: #ffffff;
  243. font-style: italic;
  244. margin-top: 20rem;
  245. margin-left: 5rem;
  246. }
  247. .icon-logiciel {
  248. font-size: 2rem;
  249. color: #d8050b;
  250. margin-left: 5rem;
  251. margin-top: 4rem;
  252. }
  253. .icon-title {
  254. margin-right: 1.5rem;
  255. color: #d8050b;
  256. }
  257. .subtitle-logiciel {
  258. font-family: "Barlow";
  259. font-style: normal;
  260. font-weight: 600;
  261. font-size: 1.5rem;
  262. line-height: 18px;
  263. color: #ffffff;
  264. margin-left: 2rem;
  265. margin-right: 15rem;
  266. margin-top: 4rem;
  267. top: 10rem;
  268. }
  269. .screen2-img {
  270. width: 50rem;
  271. height: 40rem;
  272. bottom: 7rem;
  273. }
  274. .container-green {
  275. background: linear-gradient(180deg, rgba(14, 45, 50, 0) 26.84%, #0e2d32 100%),
  276. rgba(7, 27, 31, 0.3);
  277. height: 35rem;
  278. }
  279. .picto-container {
  280. display: flex;
  281. flex-direction: row;
  282. justify-content: space-between;
  283. margin-left: -15rem;
  284. }
  285. .picto-img {
  286. width: 14rem;
  287. height: 14rem;
  288. }
  289. .picto-group {
  290. display: flex;
  291. flex-direction: column;
  292. align-items: center;
  293. }
  294. .picto-text {
  295. font-family: "Barlow";
  296. font-style: normal;
  297. font-weight: 300;
  298. font-size: 0.9rem;
  299. margin-top: -3rem;
  300. text-align: center;
  301. margin-right: 2rem;
  302. margin-left: 2rem;
  303. }
  304. .title {
  305. display: flex;
  306. justify-content: center;
  307. align-items: center;
  308. font-family: "Barlow";
  309. font-style: normal;
  310. font-weight: 600;
  311. font-size: 1.5rem;
  312. line-height: 18px;
  313. color: #091d20;
  314. margin-left: 5rem;
  315. margin-right: 15rem;
  316. }
  317. .screen-img {
  318. width: 20rem;
  319. height: 15rem;
  320. margin-top: 2rem;
  321. margin-left: 5rem;
  322. }
  323. .outil-row {
  324. margin-top: 5rem;
  325. margin-bottom: 5rem;
  326. }
  327. .darkblue-square {
  328. width: 10rem;
  329. height: 7rem;
  330. background: #0e2d32;
  331. margin-left: 14rem;
  332. }
  333. .red-square {
  334. margin-left: 14rem;
  335. width: 10rem;
  336. height: 7rem;
  337. background: #d8050b;
  338. }
  339. </style>