This commit is contained in:
2023-11-28 04:39:36 +08:00
parent a9ac0e48b3
commit dc37274b6c
86 changed files with 2106 additions and 191 deletions

View File

@@ -1,9 +1,10 @@
<div class="container-fluid shadow-sm">
<header class="d-flex flex-wrap align-items-center justify-content-center py-3">
<header class="d-flex flex-wrap align-items-center justify-content-center py-2">
<div class="col-auto">
<a href="{{ route('front.home') }}" class="btn btn-link d-inline-flex text-decoration-none text-center">
<p class="display-6 mb-0 font-family-black-ops-one">
<a href="{{ route('front.home') }}" class="btn btn-link d-inline-flex text-decoration-none hover-grow text-center gap-2">
<img class="align-self-center" style="height:50px; width:auto;" src="{{ asset('ai-buddy-tool-logo-512x512.svg') }}" alt="AIBuddyTool.com Logo">
<p class="align-self-center display-6 mb-0 font-family-zilla-slab fw-bold">
{{ config('app.name') }}
</p>
</a>