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-->