templates/authentication/layout.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <!--begin::Head-->
  4. <head>
  5.     <base href="../../">
  6.     <title>Digital T cards Systems are an effective tool to track and record various processes in any business. T-Card Software ease overall processes.</title>
  7.     <meta name="description" content="Digital T cards Systems are an effective tool to track and record various processes in any business. T-Card Software ease overall processes." />
  8.     <meta name="keywords" content="Digital T cards Systems are an effective tool to track and record various processes in any business. T-Card Software ease overall processes." />
  9.     <meta name="viewport" content="width=device-width, initial-scale=1" />
  10.     <meta charset="utf-8" />
  11.     <meta property="og:locale" content="en_US" />
  12.     <meta property="og:type" content="article" />
  13.     <meta property="og:title" content="Digital T cards Systems are an effective tool to track and record various processes in any business. T-Card Software ease overall processes." />
  14.     <meta property="og:url" content="#" />
  15.     <meta property="og:site_name" content="TCard | LTS" />
  16.     <link rel="canonical" href="#" />
  17.     <link rel="shortcut icon" href="assets/images/favicon.ico" />
  18.     <!--begin::Fonts-->
  19.     <link rel="stylesheet" href="#" />
  20.     <!--end::Fonts-->
  21.     <!--begin::Global Stylesheets Bundle(used by all pages)-->
  22.     <link href="assets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css" />
  23.     <link href="assets/css/style.bundle.css" rel="stylesheet" type="text/css" />
  24.     <!--end::Global Stylesheets Bundle-->
  25.     <!--custom style-->
  26.     <link href="assets/css/custom.css" rel="stylesheet" type="text/css" />
  27. </head>
  28. <!--end::Head-->
  29. <!--begin::Body-->
  30. <body id="kt_body" class="bg-body">
  31.     <!--begin::Main-->
  32.     <div class="d-flex flex-column flex-root">
  33.         <!--begin::Authentication - Sign-in -->
  34.         <div class="d-flex flex-column flex-lg-row flex-column-fluid">
  35.             <!--begin::Aside-->
  36.             <div class="d-flex flex-column flex-lg-row-auto w-cus positon-xl-relative video-sec" style="background-color: #F2C98A">
  37.                 <!--begin::Wrapper-->
  38.                 <div class="d-flex flex-column position-xl-fixed top-0 bottom-0 w-cus scroll-y justify-content-center">
  39.                     <!--                   <img src="../../../assets/media/logos/bg.png">-->
  40.                     <!--begin::Content-->
  41.                     <div class="d-flex flex-column text-center p-10 align-items-center video-alignment">
  42.                         <!--begin::Logo-->
  43.                         <a href="javascript:void(0)" class="pb-4">
  44.                             <img alt="Logo" src="assets/media/logos/main-logo-01.svg" class="h-70px" />
  45.                         </a>
  46.                         <!--end::Logo-->
  47.                         <!--begin::Title-->
  48.                         <h1 class="fw-bolder fs-2qx mb-10 welcome-note">Welcome to TCard</h1>
  49.                         <!--end::Title-->
  50.                         <div class="video-content">
  51.                             <video width="100%" height="100%" autoplay="" muted="" playsinline="" preload="metadata" poster="" loop="">
  52.                                 <source src="assets/media/video/tcard-video.mp4">
  53.                             </video>
  54.                         </div>
  55.                     </div>
  56.                     <!--end::Content-->
  57.                     <!--begin::Illustration-->
  58.                     <!--                    <div class="d-flex flex-row-auto bgi-no-repeat bgi-position-x-center bgi-size-contain bgi-position-y-bottom min-h-100px min-h-lg-350px" style="background-image: url(assets/media/illustrations/sketchy-1/13.png"></div>-->
  59.                     <!--end::Illustration-->
  60.                 </div>
  61.                 <!--end::Wrapper-->
  62.             </div>
  63.             <!--end::Aside-->
  64.             <!--begin::Body-->
  65.             {% block body %}{% endblock %}
  66.             <!--end::Body-->
  67.         </div>
  68.         <!--end::Authentication - Sign-in-->
  69.     </div>
  70.     <!--end::Main-->
  71.     <script>var hostUrl = "assets/";</script>
  72.     <!--begin::Javascript-->
  73.     <!--begin::Global Javascript Bundle(used by all pages)-->
  74.     <script src="{{asset('plugins/global/plugins.bundle.js')}}"></script>
  75.     <script src="{{asset('js/scripts.bundle.js')}}"></script>
  76.     <!--end::Global Javascript Bundle-->
  77.     <!--begin::Page Custom Javascript(used by this page)-->
  78.     {% block javascripts %}{% endblock %}
  79.     <!--end::Page Custom Javascript-->
  80.     <!--end::Javascript-->
  81. </body>
  82. <!--end::Body-->
  83. </html>