This commit is contained in:
2023-11-28 05:15:42 +08:00
parent efdfccbb5b
commit c31f6a860a
48 changed files with 475 additions and 26294 deletions

View File

@@ -40,7 +40,8 @@ class="text-decoration-none nav-link instant-scroll" href="#faq">FAQ</a>
<figure class="text-center">
<img class="img-fluid rounded-3 shadow mb-2" src="{{ $ai_tool->screenshot_img }}"
alt="Screenshot of {{ $ai_tool->tool_name }} website">
<figcaption class="small text-secondary">Screenshot of {{ $ai_tool->tool_name }} ({{ get_domain_from_url($ai_tool->external_url) }}) website
<figcaption class="small text-secondary">Screenshot of {{ $ai_tool->tool_name }}
({{ get_domain_from_url($ai_tool->external_url) }}) website
</figcaption>
</figure>
@@ -141,11 +142,13 @@ class="accordion-collapse collapse {{ $key == 0 ? 'show' : '' }}"
</div>
<div class="col-12 col-sm-5 col-md-4 col-lg-4 col-xl-3">
<div class="d-grid">
<a class="btn btn-primary breathing-effect text-decoration-none px-4 mb-4" href="{{ add_params_to_url($ai_tool->external_url, ['ref' => 'aibuddytool.com']) }}">Visit {{ $ai_tool->tool_name }} page ({{ get_domain_from_url($ai_tool->external_url) }})</a>
</div>
<div class="d-grid">
<a class="btn btn-primary breathing-effect text-decoration-none px-4 mb-4"
href="{{ add_params_to_url($ai_tool->external_url, ['ref' => 'aibuddytool.com']) }}">Visit
{{ $ai_tool->tool_name }} page ({{ get_domain_from_url($ai_tool->external_url) }})</a>
</div>
@include('front.partials.sidebar')
</div>

View File

@@ -2,8 +2,10 @@
<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 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">
<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>

View File

@@ -10,25 +10,25 @@
</aside>
<aside class="mb-3">
<div class="text-secondary small mb-1">Our sponsors</div>
<div style="--bs-aspect-ratio: 66.67%;" class="ratio ratio-1x1 rounded-2 shadow-sm">
<a target="_blank" href="https://futurewalker.co?utm_source=external&utm_medium=sidebar&utm_campaign=aibuddytool&ref=aibuddytool">
<img class="img-fluid rounded-2" src="https://cdn.futurewalker.co/futurewalker-600x400-banner.webp" alt="Futurewalker.co: 1 minute AI + tech news bites worth every second">
<div class="text-secondary small mb-1">Our sponsors</div>
<div style="--bs-aspect-ratio: 66.67%;" class="ratio ratio-1x1 rounded-2 shadow-sm">
<a target="_blank"
href="https://futurewalker.co?utm_source=external&utm_medium=sidebar&utm_campaign=aibuddytool&ref=aibuddytool">
<img class="img-fluid rounded-2" src="https://cdn.futurewalker.co/futurewalker-600x400-banner.webp"
alt="Futurewalker.co: 1 minute AI + tech news bites worth every second">
</a>
</div>
</a>
</div>
</aside>
<aside class="mb-3">
<form action="{{ route('front.search.post') }}" method="POST"
class="form-inline d-flex justify-content-center">
@csrf
<input class="form-control form-control-lg " type="search" placeholder="Search AI Tools"
name="query" value="{{ session()->get('query') }}" aria-label="Search">
<button class="btn btn-outline-primary bg-gradient ms-2 text-nowrap px-2 fw-bold border-2"
type="submit">
<form action="{{ route('front.search.post') }}" method="POST" class="form-inline d-flex justify-content-center">
@csrf
<input class="form-control form-control-lg " type="search" placeholder="Search AI Tools" name="query"
value="{{ session()->get('query') }}" aria-label="Search">
<button class="btn btn-outline-primary bg-gradient ms-2 text-nowrap px-2 fw-bold border-2" type="submit">
<i class="bi bi-search"></i><br>
Search
</button>
</form>
</aside>
</button>
</form>
</aside>