templates/baseAuth.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <!--
  3. Author: Keenthemes
  4. Product Name: Metronic | Bootstrap HTML, VueJS, React, Angular, Asp.Net Core, Rails, Spring, Blazor, Django, Flask & Laravel Admin Dashboard Theme
  5. Purchase: https://1.envato.market/EA4JP
  6. Website: http://www.keenthemes.com
  7. Contact: support@keenthemes.com
  8. Follow: www.twitter.com/keenthemes
  9. Dribbble: www.dribbble.com/keenthemes
  10. Like: www.facebook.com/keenthemes
  11. License: For each use you must have a valid license purchased only from above link in order to legally use the theme for your project.
  12. -->
  13. <html
  14.     lang="en">
  15.     <!--begin::Head-->
  16.     <head><base href="../../../"/>
  17.         <title>
  18.             {% block title %}Authentification
  19.             {% endblock %}
  20.         </title>
  21.         <meta charset="utf-8"/>
  22.         <meta name="description" content="AIRTEL CRM GARBAL"/>
  23.         <meta name="viewport" content="width=device-width, initial-scale=1"/>
  24.         <meta property="og:locale" content="en_US"/>
  25.         <meta property="og:type" content="article"/>
  26.         <link
  27.         rel="shortcut icon" href="{{asset('assets/media/logos/logo.png')}}"/>
  28.         <!--begin::Fonts(mandatory for all pages)-->
  29.         <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700"/> -->
  30.         <!--end::Fonts-->
  31.         <!--begin::Global Stylesheets Bundle(mandatory for all pages)-->
  32.         <link href="{{asset('assets/plugins/global/plugins.bundle.css')}}" rel="stylesheet" type="text/css"/> <link
  33.         href="{{asset('assets/css/style.bundle.css')}}" rel="stylesheet" type="text/css"/>
  34.     <!--end::Global Stylesheets Bundle-->
  35.     </head>
  36.     <!--end::Head-->
  37.     <!--begin::Body-->
  38.     <body
  39.         id="kt_body" class="app-blank bgi-size-cover bgi-position-center bgi-no-repeat" style="font-family:Calibri Light;">
  40.         <!--begin::Theme mode setup on page load-->
  41.         <script>
  42.             var defaultThemeMode = "light";
  43.             var themeMode;
  44.             if (document.documentElement) {
  45.             if (document.documentElement.hasAttribute("data-theme-mode")) {
  46.             themeMode = document.documentElement.getAttribute("data-theme-mode");
  47.             } else {
  48.             if (localStorage.getItem("data-theme") !== null) {
  49.             themeMode = localStorage.getItem("data-theme");
  50.             } else {
  51.             themeMode = defaultThemeMode;
  52.             }
  53.             }
  54.             if (themeMode === "system") {
  55.             themeMode = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
  56.             }
  57.             document.documentElement.setAttribute("data-theme", themeMode);
  58.             }
  59.         </script>
  60.         <!--end::Theme mode setup on page load-->
  61.         <!--begin::Main-->
  62.         <!--begin::Root-->
  63.             <div
  64.             class="d-flex flex-column flex-root"> <!--begin::Page bg image-->
  65.             <style>
  66.                 body {
  67.                     background-image: url('assets/media/auth/bg3.jpg');
  68.                 }
  69.                 [data-theme="dark"] body {
  70.                     background-image: url('assets/media/auth/bg3-dark.jpg');
  71.                 }
  72.             </style>
  73.             <!--end::Page bg image-->
  74.             <!--begin::Authentication - Sign-in -->
  75.             <div
  76.                 class="d-flex flex-column flex-column-fluid flex-lg-row">
  77.                 <!--begin::Aside-->
  78.                 <div
  79.                     class="d-flex flex-center w-lg-50 pt-15 pt-lg-0 px-10" style="margin-top: -50px;">
  80.                     <!--begin::Aside-->
  81.                     <div
  82.                         class="d-flex flex-center flex-lg-start flex-column">
  83.                         <!--begin::Logo-->
  84.                         <a href="" class="mb-10">
  85.                             <img alt="Logo" src="assets/media/logos/logo_crm1.png"/>
  86.                         </a>
  87.                         <!--end::Logo-->
  88.                         <!--begin::Title-->
  89.                         <h1 class="text-white fw-normal m-0">Solution digitale d’aide à la décision pour les exploitants agricoles et pastoraux au Niger</h1>
  90.                         <!--end::Title-->
  91.                     </div>
  92.                     <!--begin::Aside-->
  93.                 </div>
  94.                 <!--begin::Aside-->
  95.                 <!--begin::Body-->
  96.                 <div
  97.                     class="d-flex flex-center w-lg-50 p-10">
  98.                     <!--begin::Card-->
  99.                     <div
  100.                         class="card rounded-3 w-md-550px">
  101.                         <!--begin::Card body-->
  102.                         <div
  103.                             class="card-body p-10 p-lg-20">
  104.                             <!--begin::Form-->
  105.                             {% block body %}{% endblock %}
  106.                             <!--end::Form-->
  107.                         </div>
  108.                         <!--end::Card body-->
  109.                     </div>
  110.                     <!--end::Card-->
  111.                 </div>
  112.                 <!--end::Body-->
  113.             </div>
  114.             <!--end::Authentication - Sign-in-->
  115.         </div>
  116.         <!--end::Root-->
  117.         <!--end::Main-->
  118.         <!--begin::Javascript-->
  119. <script>
  120.     history.pushState(null, null, location.href);
  121.     window.onpopstate = function () {
  122.         history.go(1);
  123.     };
  124. </script>
  125.             <script>
  126. var hostUrl = "{{ asset('assets/') }}";
  127.         </script>
  128.         <!--begin::Global Javascript Bundle(mandatory for all pages)--><script src="{{asset('assets/plugins/global/plugins.bundle.js')}}"> </script>
  129.         <script src="{{asset('assets/js/scripts.bundle.js')}}"></script>
  130.         <!--end::Global Javascript Bundle-->
  131.         <!--begin::Custom Javascript(used for this page only)-->
  132.         <script src="{{asset('assets/js/custom/authentication/sign-in/general.js')}}"></script>
  133.         <script src="{{asset('assets/js/custom/authentication/sign-in/two-steps.js')}}"></script>
  134.         <!--end::Custom Javascript-->
  135.         <!--end::Javascript-->
  136.     </body>
  137.     <!--end::Body-->
  138. </html>