update tampilan login

This commit is contained in:
KhatamNugraha
2023-10-17 13:24:37 +07:00
parent 36a4a4db64
commit be31bd6350
4 changed files with 11 additions and 13 deletions

View File

@ -23,13 +23,13 @@
<!--begin::Footer--> <!--begin::Footer-->
<div class="d-flex flex-center flex-wrap px-5"> <div class="d-flex flex-center flex-wrap px-5">
<!--begin::Links--> <!--begin::Links-->
<div class="d-flex fw-semibold text-primary fs-base"> {{-- <div class="d-flex fw-semibold text-primary fs-base">
<a href="#" class="px-5" target="_blank">Terms</a> <a href="#" class="px-5" target="_blank">Terms</a>
<a href="#" class="px-5" target="_blank">Plans</a> <a href="#" class="px-5" target="_blank">Plans</a>
<a href="#" class="px-5" target="_blank">Contact Us</a> <a href="#" class="px-5" target="_blank">Contact Us</a>
</div> </div> --}}
<!--end::Links--> <!--end::Links-->
</div> </div>
<!--end::Footer--> <!--end::Footer-->

View File

@ -5,7 +5,7 @@
<!--begin::Copyright--> <!--begin::Copyright-->
<div class="text-dark order-2 order-md-1"> <div class="text-dark order-2 order-md-1">
<span class="text-muted fw-semibold me-1">{{ date('Y') }}&copy;</span> <span class="text-muted fw-semibold me-1">{{ date('Y') }}&copy;</span>
<a href="https://daengdeni.tech" target="_blank" class="text-gray-800 text-hover-primary">Daeng Deni Mardaeni</a> <a href="https://daengdeni.tech" target="_blank" class="text-gray-800 text-hover-primary">Bank Artha Graha International</a>
</div> </div>
<!--end::Copyright--> <!--end::Copyright-->
</div> </div>

View File

@ -2,7 +2,7 @@
<!--begin::Row--> <!--begin::Row-->
<div class="row g-5 g-xl-10 mb-5 mb-xl-10"> <div class="row g-5 g-xl-10 mb-5 mb-xl-10">
<!--begin::Col--> <!--begin::Col-->
<div class="col-md-6 col-lg-6 col-xl-6 col-xxl-3 mb-md-5 mb-xl-10"> {{-- <div class="col-md-6 col-lg-6 col-xl-6 col-xxl-3 mb-md-5 mb-xl-10">
@include('partials/widgets/cards/_widget-20') @include('partials/widgets/cards/_widget-20')
@include('partials/widgets/cards/_widget-7') @include('partials/widgets/cards/_widget-7')
@ -13,10 +13,10 @@
@include('partials/widgets/cards/_widget-17') @include('partials/widgets/cards/_widget-17')
@include('partials/widgets/lists/_widget-26') @include('partials/widgets/lists/_widget-26')
</div> </div> --}}
<!--end::Col--> <!--end::Col-->
<!--begin::Col--> <!--begin::Col-->
<div class="col-xxl-6"> <div class="col-xxl-12">
@include('partials/widgets/engage/_widget-10') @include('partials/widgets/engage/_widget-10')
</div> </div>
<!--end::Col--> <!--end::Col-->

View File

@ -6,19 +6,17 @@
<div class="mb-10"> <div class="mb-10">
<!--begin::Title--> <!--begin::Title-->
<div class="fs-2hx fw-bold text-gray-800 text-center mb-13"> <div class="fs-2hx fw-bold text-gray-800 text-center mb-13">
<span class="me-2">Try our all new Enviroment with <span class="me-2">Selamat Datang Di Aplikasi
<br /> <br />
<span class="position-relative d-inline-block text-danger"> <span class="position-relative d-inline-block text-danger">
<a href="#" class="text-danger opacity-75-hover">Pro Plan</a> <a href="#" class="text-danger opacity-75-hover">Konfirmasi Bank</a>
<!--begin::Separator--> <!--begin::Separator-->
<span class="position-absolute opacity-15 bottom-0 start-0 border-4 border-danger border-bottom w-100"></span> <span class="position-absolute opacity-15 bottom-0 start-0 border-4 border-danger border-bottom w-100"></span>
<!--end::Separator--> <!--end::Separator-->
</span></span>for Free</div> </span></span></div>
<!--end::Title--> <!--end::Title-->
<!--begin::Action--> <!--begin::Action-->
<div class="text-center">
<a href='#' class="btn btn-sm btn-dark fw-bold" data-bs-toggle="modal" data-bs-target="#kt_modal_upgrade_plan">Upgrade Now</a>
</div>
<!--begin::Action--> <!--begin::Action-->
</div> </div>
<!--begin::Wrapper--> <!--begin::Wrapper-->