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-->
<!--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-->
<!--begin::Title-->
<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>
<!--end::Title-->
<!--begin::Text-->
<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
<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>
<!--end::Text-->
</div>

View File

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

View File

@ -23,7 +23,7 @@
</div>
<!--end::Row-->
<!--begin::Row-->
{{-- <!--begin::Row-->
<div class="row gx-5 gx-xl-10">
<!--begin::Col-->
<div class="col-xxl-6 mb-5 mb-xl-10">
@ -51,35 +51,8 @@
</div>
<!--end::Col-->
</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-->
</x-default-layout>