templates/home/index.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  5.     <meta charset="utf-8">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1" />
  7.     <meta name="description" content="Procfin web banking - management platform" />
  8.     <meta name="author" content="Procfin SA" />
  9.     <link rel="stylesheet" href="{{ asset('/assets/css/bootstrap-v5-3-3.min.css') }}">
  10.     <link rel="stylesheet" href="{{ asset('/assets/css/dashboard.css') }}">
  11.     <link rel="icon" href="{{ asset("assets/images/favicon.png") }}" type="image/x-icon">
  12.     <title>Procfin | Acceuil</title>
  13.     <link rel="stylesheet" href="{{ asset('assets/css/new_css.css') }}">
  14. </head>
  15. <body>
  16. <div class="row" style="height: 10%">
  17.     <div class="col-sm-6">
  18.         <p style="opacity: 0.4!important;" class="left margin-home-logo home-picture-left"> <img src="{{ asset('assets/images/dollar_icon.svg') }}" height="80px" alt=""> </p>
  19.     </div>
  20.     <div class="col-sm-6">
  21.         <p style="opacity: 0.4!important;" class="right margin-home-logo home-picture-right"> <img src="{{ asset('assets/images/argent_icon.svg') }}" height="80px" alt=""> </p>
  22.     </div>
  23. </div>
  24. <div class="first-container-home">
  25.     <div class="container d-flex align-items-center justify-content-center">
  26.         <div class="login-container-home">
  27.             <div class="round margin-home" style="padding: 10px">
  28.                 <div class="round" style="padding-top: 30px; padding-bottom: 30px">
  29.                     <p style="text-align: center"><img src="{{ asset('assets/images/pco.svg') }}" height="90px" alt="icon"></p>
  30.                     <p style="text-align: center; color: #171e45; font-size: 0.9em; font-weight: normal">Procurez-vous le meilleur</p>
  31.                 </div>
  32.             </div>
  33.             <div style="text-align: center; margin-top: 10px">
  34.                 <p>
  35.                     <a href="{{ path('app_login') }}" class="btn" style="color: #171e45!important; background: #bb7f0f!important;border-radius: 16px; font-size: 0.9em!important;">Se connecter</a>
  36.                 </p>
  37.                 <p STYLE="font-weight: 600; font-size: 1em">VOTRE PLATEFORME DE GESTION</p>
  38.             </div>
  39.         </div>
  40.     </div>
  41. </div>
  42. <div class="second-container-home">
  43.     <div class="semi-circle-home"></div>
  44.     <div class="row" style="background: #171e45">
  45.         <div class="col-sm-4">
  46.             <p style="text-align: center; opacity: 2!important; color: black!important;" class=""> <img src="{{ asset('assets/images/euro_icon.svg') }}" height="200px" alt=""> </p>
  47.         </div>
  48.     </div>
  49.     <footer id="footer" class="fixed-bottom" style="background: #171e45">
  50.         <div>
  51.             <p style="color: #bb7f0f; font-size: 0.9em!important;padding-left: 10px"> Copyright © Procfin - All Rights Reserved. V.2.0</p>
  52.         </div>
  53.     </footer>
  54. </div>
  55. </body>
  56. </html>