BG template demo

This commit is contained in:
2025-06-27 23:31:14 -06:00
parent 19a3264b0e
commit 1a61ff2524
3 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

View File

@ -2,7 +2,7 @@
@section('content') @section('content')
<div class="relative h-screen w-full flex items-center justify-center bg-cover bg-center text-center px-5" <div class="relative h-screen w-full flex items-center justify-center bg-cover bg-center text-center px-5"
style="background-image:url(https://images.pexels.com/photos/260689/pexels-photo-260689.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=1&amp;w=500);"> style="background-image:url({{ asset('vendor/vuexy-layout-simple-koneko/img/bg-coming-soon.png') }});">
<div class="absolute top-0 right-0 bottom-0 left-0 bg-gray-900 opacity-75"></div> <div class="absolute top-0 right-0 bottom-0 left-0 bg-gray-900 opacity-75"></div>
<div class="z-50 flex flex-col justify-center text-white w-full h-screen"> <div class="z-50 flex flex-col justify-center text-white w-full h-screen">

View File

@ -52,5 +52,9 @@ return [
'resources/public/templates/notus' => public_path('vendor/koneko-layout/notus'), 'resources/public/templates/notus' => public_path('vendor/koneko-layout/notus'),
'resources/public/templates/samuel-coming-soon' => public_path('vendor/koneko-layout/samuel-coming-soon'), 'resources/public/templates/samuel-coming-soon' => public_path('vendor/koneko-layout/samuel-coming-soon'),
], ],
'assets-demo' => [
'resources/public/img' => public_path('vendor/vuexy-layout-simple-koneko/img'),
],
], ],
]; ];