added authors to home

master
Benjamin Völkl 2022-01-28 20:31:31 +01:00
parent f72ffadd84
commit 21e83d204a
1 changed files with 24 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<section class="rounded bg-ci" style="margin-top: 80px;">
<div class="row">
<div class="col">
<h1>Lumio Theme Store</h1>
<h1>Lumino Theme Store</h1>

<p class="fs-4 mt-4">
A showcase of public Lumino Themes.
@ -21,6 +21,29 @@




@if(count($premiumAuthors) > 0)
<section>
<div class="row carousel-row">
<div class="container">
<div class="col-sm-12">
<h2 class="mb-4">Top <strong>Lumino</strong> theme <strong>Authors</strong></h2>
</div>
<div class="row top_arbeitgeber logo-carousel slider" data-arrows="true">
@foreach($premiumAuthors as $premiumAuthor)
<div class="logos slide" style="padding-bottom: 40px; text-align: center">
<a href="{{url('/arbeitgeber')}}/{{$premiumAuthor->slug}}" class="text-center" style="font-size: 13px;">
<img src="{{url('/uploads/profile')}}/{{$premiumAuthor->image}}" loading="lazy" alt="Logo {{$premiumAuthor->name}}" class="img-fluid center-block border rounded-circle mb-2">
</a>
</div>
@endforeach
</div>
</div>
</div>
</section>
@endif


<div class="row">
@foreach($contents as $indexContent => $content)
<div class="col-12 col-md-6 col-4 mb-5">