add logo agi

This commit is contained in:
KhatamNugraha
2023-09-13 11:33:10 +07:00
parent 0aa41f9f7a
commit 1ec0181661
3 changed files with 9 additions and 36 deletions

View File

@ -47,23 +47,23 @@
<!--end::Logo--> <!--end::Logo-->
<!--begin::Image--> <!--begin::Image-->
<img class="d-none d-lg-block mx-auto w-275px w-md-50 w-xl-500px mb-10 mb-lg-20" src="{{ image('misc/auth-screens.png') }}" alt=""/> <img class="d-none d-lg-block mx-auto w-275px w-md-50 w-xl-500px mb-10 mb-lg-20" src="{{ image('logos/background_iat.png') }}" alt=""/>
<!--end::Image--> <!--end::Image-->
<!--begin::Title--> <!--begin::Title-->
<h1 class="d-none d-lg-block text-white fs-2qx fw-bolder text-center mb-7"> <h1 class="d-none d-lg-block text-white fs-2qx fw-bolder text-center mb-7">
Fast, Efficient and Productive {{-- Fast, Efficient and Productive --}}
</h1> </h1>
<!--end::Title--> <!--end::Title-->
<!--begin::Text--> <!--begin::Text-->
<div class="d-none d-lg-block text-white fs-base text-center"> <div class="d-none d-lg-block text-white fs-base text-center">
In this kind of post, <a href="#" class="opacity-75-hover text-warning fw-bold me-1">the blogger</a> {{-- In this kind of post, <a href="#" class="opacity-75-hover text-warning fw-bold me-1">the blogger</a>
introduces a person theyve interviewed <br/> and provides some background information about introduces a person theyve interviewed <br/> and provides some background information about
<a href="#" class="opacity-75-hover text-warning fw-bold me-1">the interviewee</a> <a href="#" class="opacity-75-hover text-warning fw-bold me-1">the interviewee</a>
and their <br/> work following this is a transcript of the interview. and their <br/> work following this is a transcript of the interview. --}}
</div> </div>
<!--end::Text--> <!--end::Text-->
</div> </div>

View File

@ -2,8 +2,8 @@
<div class="app-sidebar-logo px-6" id="kt_app_sidebar_logo"> <div class="app-sidebar-logo px-6" id="kt_app_sidebar_logo">
<!--begin::Logo image--> <!--begin::Logo image-->
<a href="/"> <a href="/">
<img alt="Logo" src="{{ image('logos/default-dark.svg') }}" class="h-25px app-sidebar-logo-default" /> <img alt="Logo" src="{{ image('logos/logo_agi.png') }}" class="h-25px app-sidebar-logo-default" />
<img alt="Logo" src="{{ image('logos/default-small.svg') }}" class="h-20px app-sidebar-logo-minimize" /> <img alt="Logo" src="{{ image('logos/logo_agi_l.png') }}" class="h-20px app-sidebar-logo-minimize" />
</a> </a>
<!--end::Logo image--> <!--end::Logo image-->
<!--begin::Sidebar toggle--> <!--begin::Sidebar toggle-->

View File

@ -23,7 +23,7 @@
</div> </div>
<!--end::Row--> <!--end::Row-->
<!--begin::Row--> {{-- <!--begin::Row-->
<div class="row gx-5 gx-xl-10"> <div class="row gx-5 gx-xl-10">
<!--begin::Col--> <!--begin::Col-->
<div class="col-xxl-6 mb-5 mb-xl-10"> <div class="col-xxl-6 mb-5 mb-xl-10">
@ -51,35 +51,8 @@
</div> </div>
<!--end::Col--> <!--end::Col-->
</div> </div>
<!--end::Row--> <!--end::Row--> --}}
<!--begin::Row-->
<div class="row g-5 g-xl-10 mb-5 mb-xl-10">
<!--begin::Col-->
<div class="col-xl-4">
@include('partials/widgets/charts/_widget-35')
</div>
<!--end::Col-->
<!--begin::Col-->
<div class="col-xl-8">
@include('partials/widgets/tables/_widget-14')
</div>
<!--end::Col-->
</div>
<!--end::Row-->
<!--begin::Row-->
<div class="row gx-5 gx-xl-10">
<!--begin::Col-->
<div class="col-xl-4">
@include('partials/widgets/charts/_widget-31')
</div>
<!--end::Col-->
<!--begin::Col-->
<div class="col-xl-8">
@include('partials/widgets/charts/_widget-24')
</div>
<!--end::Col-->
</div>
<!--end::Row--> <!--end::Row-->
</x-default-layout> </x-default-layout>