Update 'content/lists/stellenangebote.blade.php'
parent
2af100229e
commit
7cc8a821be
|
@ -39,7 +39,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="col-3 col-lg-1">
|
<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>
|
||||||
<div class="col-9 col-lg-2 text-muted">
|
<div class="col-9 col-lg-2 text-muted">
|
||||||
<br>
|
<br>
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 col-lg-7">
|
<div class="col-12 col-lg-7">
|
||||||
<h5 class="card-title" style="margin-top: 20px;">
|
<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}}
|
{{$content->title}}
|
||||||
</a>
|
</a>
|
||||||
</h5>
|
</h5>
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
|
|
||||||
<div class="col-7 col-lg-2 text-end ">
|
<div class="col-7 col-lg-2 text-end ">
|
||||||
<br>
|
<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
|
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">
|
<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" />
|
<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" />
|
||||||
|
|
Loading…
Reference in New Issue