Sync
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user