Benjamin Völkl 2022-04-28 10:44:40 +02:00
parent c93532037b
commit 9fe3f347d0
2 changed files with 85 additions and 27 deletions

View File

@ -48,16 +48,50 @@




@isset($content->data_fields['extensive_description']) @isset($content->data_fields['extensive_description'])
<h2 class="fs-4 mt-5">Features</h2> <h2 class="fs-4 mt-5 mb-3">Beschreibung</h2>

<div class="fs-5">
{!!$content->data_fields['extensive_description']!!}

</div>


<p class="fs-5">
{{$content->data_fields['extensive_description']}}
</p>
@endisset @endisset




<div class="d-none"> @isset($content->data_fields['features'])
<h2 class="fs-4 mt-5">Screenshots</h2> <h2 class="fs-4 mt-5">Features</h2>
<br>

<div class="row">

@if($content->data_fields['features'] == "Dashboard")
<div class="col-2 mb-3 text-center">
<div style="background-color: #24052f; height: 120px; width: 120px; margin-bottom: 35px;" class="p-4 rounded-circle text-center align-middle" title="Checkout">
<svg style="fill: white; height: 90%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M352 128C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128H0v304c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V128h-96zM224 48c44.112 0 80 35.888 80 80H144c0-44.112 35.888-80 80-80zm176 384c0 17.645-14.355 32-32 32H80c-17.645 0-32-14.355-32-32V176h48v40c0 13.255 10.745 24 24 24s24-10.745 24-24v-40h160v40c0 13.255 10.745 24 24 24s24-10.745 24-24v-40h48v256z"/></svg>
</div>
</div>
@endif


<div class="col-2 mb-3 text-center">
<div style="background-color: #24052f; height: 120px; width: 120px; margin-bottom: 35px;" class="p-4 rounded-circle text-center align-middle" title="Checkout">
<svg style="fill: white; height: 90%;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M352 128C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128H0v304c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V128h-96zM224 48c44.112 0 80 35.888 80 80H144c0-44.112 35.888-80 80-80zm176 384c0 17.645-14.355 32-32 32H80c-17.645 0-32-14.355-32-32V176h48v40c0 13.255 10.745 24 24 24s24-10.745 24-24v-40h160v40c0 13.255 10.745 24 24 24s24-10.745 24-24v-40h48v256z"/></svg>
</div>
</div>




</div>

<br>
<br>
@endisset




<h2 class="fs-4 mt-5 mb-5">Screenshots</h2>


<div class="row"> <div class="row">
<div class="col-4 mb-3"> <div class="col-4 mb-3">
@ -83,7 +117,27 @@


</div> </div>


<div class="col-4 mb-3">
<img class="rounded img-fluid" src="https://picsum.photos/800/400?{{rand(0,100)}}" loading="lazy">

</div> </div>

<div class="col-4 mb-3">
<img class="rounded img-fluid" src="https://picsum.photos/800/400?{{rand(0,100)}}" loading="lazy">

</div>

<div class="col-4 mb-3">
<img class="rounded img-fluid" src="https://picsum.photos/800/400?{{rand(0,100)}}" loading="lazy">

</div>

<div class="col-4 mb-3">
<img class="rounded img-fluid" src="https://picsum.photos/800/400?{{rand(0,100)}}" loading="lazy">

</div>


</div> </div>




@ -93,16 +147,21 @@


<div class="col-12 col-md-3"> <div class="col-12 col-md-3">


<div class="bg-ci rounded p-3 border-ci"> <div class="bg-ci rounded p-3 border-ci position-fixed shadow-lg" style="width: 16%;">


<!--
Author: <a href="{{ route('author.get', [$content->user->slug]) }}" class="text-decoration-none mt-2">
<img src="{{ $content->user->gravatar() }}" width="20px" title="{{ $content->user->name }}" class="border rounded img-fluid shadow-sm" alt="Logo {{ $content->user->name }} ">
{{ $content->user->name }}
</a>
<br>
Lumino Version: <a href="">3.2</a> Lumino Version: <a href="">3.2</a>
<br> <br>
Lisence: <a href="">2.93</a> Lisence: <a href="">2.93</a>
<br> <br>
Latest Version: <a href="">2.93</a> Latest Version: <a href="">2.93</a>
<br> <br>
Price: <i>free</i>--> Price: <i>free</i>


<a class="btn btn-primary d-block mt-4 btn-lg" data-bs-toggle="modal" data-bs-target="#exampleModal"> <a class="btn btn-primary d-block mt-4 btn-lg" data-bs-toggle="modal" data-bs-target="#exampleModal">


@ -194,7 +253,6 @@
<div class="input-group input-group-lg"> <div class="input-group input-group-lg">
<input type="text" id="inputPassword5" class="form-control border-ci rounded" aria-describedby="passwordHelpBlock" readonly value="{{$content->data_fields['git_location']}}"> <input type="text" id="inputPassword5" class="form-control border-ci rounded" aria-describedby="passwordHelpBlock" readonly value="{{$content->data_fields['git_location']}}">
<div id="passwordHelpBlock" class="form-text"> <div id="passwordHelpBlock" class="form-text">
<br>
Use this link to install the chosen theme into your own Lumino installation. Make sure the Theme is compatible with your Lumino Version. Use this link to install the chosen theme into your own Lumino installation. Make sure the Theme is compatible with your Lumino Version.
</div> </div>
</div> </div>

View File

@ -32,7 +32,7 @@
<div class="row top_arbeitgeber logo-carousel slider" data-arrows="true"> <div class="row top_arbeitgeber logo-carousel slider" data-arrows="true">
@foreach($premiumAuthors as $premiumAuthor) @foreach($premiumAuthors as $premiumAuthor)
<div class="logos slide" style="padding-bottom: 40px; text-align: center"> <div class="logos slide" style="padding-bottom: 40px; text-align: center">
<a href="{{url('/arbeitgeber')}}/{{$premiumAuthor->slug}}" class="text-center" style="font-size: 13px;"> <a href="{{url('/authors')}}/{{$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"> <img src="{{url('/uploads/profile')}}/{{$premiumAuthor->image}}" loading="lazy" alt="Logo {{$premiumAuthor->name}}" class="img-fluid center-block border rounded-circle mb-2">
</a> </a>
</div> </div>