header bank name changed & logo bg color removed

This commit is contained in:
Resul Madesenow
2024-02-24 08:41:28 +05:00
parent 00ff275d30
commit 14cc231372
6 changed files with 14 additions and 12 deletions

View File

@@ -39,9 +39,8 @@
.logo-img{ .logo-img{
position: absolute; position: absolute;
top: 100px; top: 90px;
left: 345px; left: 338px;
background-color: white;
} }
@media screen and (max-width: 1024px){ @media screen and (max-width: 1024px){
.shadow-none { .shadow-none {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

@@ -6,12 +6,15 @@
<img src="/assets/images/bank-img.png" class="h-full object-cover"> <img src="/assets/images/bank-img.png" class="h-full object-cover">
</div> </div>
<div> <div>
<div class="logo"> {{-- <div class="logo">
<h2 class="text-2xl text-center font-normal mb-6">{{ __('Online panel') }}</h2> <img src="assets/images/logo-login.png" width="100px">
{{-- <img src="assets/images/logo-login.png" width="100px"> --}} </div> --}}
</div>
<form class="bg-white dark:bg-gray-800 rounded-lg p-8 w-[25rem] mx-auto" method="POST" action="{{ route('login') }}"> <form class="bg-white dark:bg-gray-800 rounded-lg p-8 w-[25rem] mx-auto" method="POST" action="{{ route('login') }}">
@csrf @csrf
<h2 class="text-2xl text-center font-normal mb-6">{{ __('Online panel') }}</h2>
<svg class="block mx-auto mb-6" xmlns="http://www.w3.org/2000/svg" width="100" height="2" viewBox="0 0 100 2">
<path fill="#D8E3EC" d="M0 0h100v2H0z"></path>
</svg>
<div class="mb-6"> <div class="mb-6">
<label class="block mb-2" for="username"> <label class="block mb-2" for="username">
{{ __('Username') }} {{ __('Username') }}

View File

@@ -9,7 +9,7 @@
{{-- <div class="logo"> {{-- <div class="logo">
<img src="assets/images/logo-login.png" width="200px"> <img src="assets/images/logo-login.png" width="200px">
</div> --}} </div> --}}
<form class="bg-white dark:bg-gray-800 rounded-lg p-8 w-[25rem] mx-auto" method="POST" action="{{ route('register') }}"> <form class="bg-white dark:bg-gray-800 rounded-lg p-8 w-[25rem] mx-auto mt-1" method="POST" action="{{ route('register') }}">
@csrf @csrf
<h2 class="text-2xl text-center font-normal mb-6">{{ __('Online panel') }}</h2> <h2 class="text-2xl text-center font-normal mb-6">{{ __('Online panel') }}</h2>
<svg class="block mx-auto mb-6" xmlns="http://www.w3.org/2000/svg" width="100" height="2" viewBox="0 0 100 2"> <svg class="block mx-auto mb-6" xmlns="http://www.w3.org/2000/svg" width="100" height="2" viewBox="0 0 100 2">

View File

@@ -3,7 +3,7 @@
@section('content') @section('content')
<div class="login-section d-center items-center h-screen"> <div class="login-section d-center items-center h-screen">
<div class="d-none h-full max-w-4xl"> <div class="d-none h-full max-w-4xl">
<img src="assets/images/logo-login.png" class="logo-img" width="150px"> <img src="/assets/images/bank-img.png" class="h-full object-cover">
</div> </div>
<div> <div>
<div class="logo"> <div class="logo">

View File

@@ -15,10 +15,10 @@
<div> <div>
<div class="bg-white flex justify-between px-4 py-1 absolute w-full shadow-none shadow-lg"> <div class="bg-white flex justify-between px-4 py-1 absolute w-full shadow-none shadow-lg">
<div class="px-8 text-sm p-1 rounded uppercase font-bold padding-none"> <div class="px-8 text-sm p-1 rounded uppercase font-bold padding-none">
<a href="#" class="d-none-copyright"> “Turkmenbasy” PTB-y © </a> <a href="#" class="d-none-copyright"> “Turkmenbasy” PTB © </a>
</div> </div>
<div class="flex items-center"> <div class="flex items-center">
<a href="tel:+99312444115" class="mr-6 text-sm text-gray-900">(+99312) 44-42-34</a> <a href="tel:+99312444234" class="mr-6 text-sm text-gray-900">(+99312) 44-42-34</a>
<a href="#" class="mr-6 text-sm text-gray-900 uppercase">{{ __('Help') }}</a> <a href="#" class="mr-6 text-sm text-gray-900 uppercase">{{ __('Help') }}</a>
<div class="flex text-sm text-gray-900 space-x-1 uppercase"> <div class="flex text-sm text-gray-900 space-x-1 uppercase">
@foreach(config('app.locales') as $localeKey => $localeDisplayName) @foreach(config('app.locales') as $localeKey => $localeDisplayName)
@@ -39,7 +39,7 @@
@yield('content') @yield('content')
<div class="px-8 text-sm p-1 rounded uppercase font-bold text-center d-none-mobile"> <div class="px-8 text-sm p-1 rounded uppercase font-bold text-center d-none-mobile">
<a href="#"> “Turkmenbasy” PTB-y © </a> <a href="#"> “Turkmenbasy” PTB © </a>
</div> </div>
</div> </div>
<script src="/assets/js/inputmask.min.js"></script> <script src="/assets/js/inputmask.min.js"></script>