Update 'content/lists/stellenangebote.blade.php'

master
Benjamin Völkl 2022-12-15 06:49:43 +00:00
parent 2af100229e
commit 7cc8a821be
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@
<div class="row">

<div class="col-3 col-lg-1">
<img src="{{ $content->user->gravatar() }}" title="{{ $content->user->name }}" height="70px" class="border rounded" alt="Logo {{ $content->user->name }}">
<img src="https://www.jobs-oberpfalz.de/uploads/profile/3.jpg" title="{{ $content->user->name }}" height="70px" class="border rounded" alt="Logo {{ $content->user->name }}">
</div>
<div class="col-9 col-lg-2 text-muted">
<br>
@ -52,7 +52,7 @@
</div>
<div class="col-12 col-lg-7">
<h5 class="card-title" style="margin-top: 20px;">
<a href="{{ $content->path }}" class="text-dark">
<a href="{{ $content->path }}" class="text-dark text-decoration-none">
{{$content->title}}
</a>
</h5>
@ -64,7 +64,7 @@

<div class="col-7 col-lg-2 text-end ">
<br>
<a class="btn btn-ci btn-sm" href="{{ $content->path }}" onclick="gtag('event', 'See Job', {'event_category' : 'List: {{ $list->name }}', 'event_label' : '{{$content->title}}'});">
<a class="btn btn-success btn-sm" href="{{ $content->path }}" onclick="gtag('event', 'See Job', {'event_category' : 'List: {{ $list->name }}', 'event_label' : '{{$content->title}}'});">
Job ansehen
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" />