added screenshots

master
Benjamin Völkl 2023-12-23 21:37:52 +01:00
parent f82ec64c6d
commit 517eca2729
4 changed files with 68 additions and 70 deletions

View File

@ -11,22 +11,36 @@


<div class="content"> <div class="content">
<div class="row"> <div class="row">
<div class="col-12 col-md-6"> <div class="col-12 col-md-6 section-head">
<h1 class="mb-20" style="font-size: 30px;">{{$content->title}}</h1>
<a href="{{ $content->user->path }}"> <div class="section-head style-4 mb-40">
<img src="{{ $content->user->image }}" width="20" height="20" class="rounded-circle border img-fluid me-2 mb-20">{{ $content->user->name }} <small class="title_small">Lumino CMS Theme</small>
</a> <h1 class="mb-20 h2" style="font-size: 30px;">{{$content->title}} </h1>
<a href="{{ $content->user->path }}">
<img src="{{ $content->user->image }}" width="20" height="20" class="rounded-circle border img-fluid me-2 mb-20">{{ $content->user->name }}
</a>
<p>{{$content->short_description}}

</p>
<h5 class="lh-4">

</h5>

<a href="" data-bs-toggle="modal" data-bs-target="#install-theme" class="btn rounded-pill bg-blue4 fw-bold text-white mt-50 mb-5 btn-large">
<small>Install Theme </small>
</a>
</div>










<h5 class="lh-4">
{{$content->short_description}}
</h5>






<a href="" data-bs-toggle="modal" data-bs-target="#install-theme" class="btn rounded-pill bg-blue4 fw-bold text-white mt-50 mb-5 btn-large">
<small>Install Theme </small>
</a>
</div> </div>
<div class="col-12 col-md-6 text-end"> <div class="col-12 col-md-6 text-end">


@ -43,43 +57,32 @@
</div> </div>
</section> </section>
<!-- ====== end about ====== --> <!-- ====== end about ====== -->
<section class="pt-50 pb-50">
<div class="container">
<div class="row">
<div class="col-12"> @isset($content->screenshots)
<div class="section-head style-4 mb-60">
<h2 class="h3"> Screenshots </h2> <section class="pt-50 pb-50">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-head style-4 mb-60">
<h2 class="h3"> Screenshots </h2>
</div>
</div> </div>
</div>
<div class="col-4">
<img src="//picsum.photos/800/450?v={{rand(0,100)}}" class="img-fluid rounded mb-60">
</div>

<div class="col-4">
<img src="//picsum.photos/800/450?v={{rand(0,100)}}" class="img-fluid rounded mb-60">
</div>

<div class="col-4">
<img src="//picsum.photos/800/450?v={{rand(0,100)}}" class="img-fluid rounded mb-60">
</div>




<div class="col-4"> @foreach($content->screenshots as $screenshot)
<img src="//picsum.photos/800/450?v={{rand(0,100)}}" class="img-fluid rounded mb-60"> <div class="col-12 col-md-6 col-lg-3 text-center">
</div> <x-img src="{{$screenshot}}" sizes="500px" class="rounded img-fluid border mb-60"/>
</div>
@endforeach



<div class="col-4">
<img src="//picsum.photos/800/450?v={{rand(0,100)}}" class="img-fluid rounded mb-60">
</div>


<div class="col-4">
<img src="//picsum.photos/800/450?v={{rand(0,100)}}" class="img-fluid rounded mb-60">
</div> </div>
</div> </div>
</div> </section>
</section>
@endisset







View File

@ -82,7 +82,7 @@
<div class="col-lg-9"> <div class="col-lg-9">
<div class="content text-center"> <div class="content text-center">
<div class="section-head text-center style-4"> <div class="section-head text-center style-4">
<h2 class="mb-20"> Access your business potentials today & and start developing <span> Lumino CMS </span> Themes</h2> <h2 class="mb-20"> Start developing <span> Lumino CMS </span> Themes yourself!</h2>
</div> </div>
<div class="butns mt-70"> <div class="butns mt-70">
<a href="{{url('/create-theme')}}" class="btn rounded-pill hover-blue4 fw-bold border-blue4" target="_blank"> <a href="{{url('/create-theme')}}" class="btn rounded-pill hover-blue4 fw-bold border-blue4" target="_blank">

View File

@ -17,13 +17,18 @@
<div class="content"> <div class="content">
<div class="row"> <div class="row">


<div class="col-12 col-md-2 text-center"> <div class="col-12 col-md-2 text-center mt-50">


<img src="https://placehold.it/300/300" alt="" class="main-img rounded-circle"> <img src="https://placehold.it/300/300" alt="" class="main-img rounded-circle">




</div> </div>
<div class="col-12 col-md-9 offset-md-1"> <div class="col-12 col-md-9 offset-md-1">

<div class="section-head style-4">
<small class="title_small">Lumino CMS Theme Author</small>

</div>
<h1 class="mb-20" style="font-size: 30px;">Max Mustermann</h1> <h1 class="mb-20" style="font-size: 30px;">Max Mustermann</h1>




@ -91,29 +96,7 @@
</section> </section>
</div> </div>
</section> </section>
<section class="download section-padding style-5 bg-light">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-9">
<div class="content text-center">
<div class="section-head text-center style-4">
<h2 class="mb-20"> Access your business potentials today & find opportunity for <span> bigger success </span> </h2>
</div>
<div class="butns mt-70">
<a href="page-contact-app.html" class="btn rounded-pill bg-blue4 fw-bold text-white me-4" target="_blank">
<small> Start A Project Now </small>
</a>
<a href="page-about-app.html" class="btn rounded-pill hover-blue4 fw-bold border-blue4" target="_blank">
<small> See Pricing & Plan </small>
</a>
</div>
</div>
</div>
</div>
</div>
<img src="{{ asset('template/images/contact_globe.svg')}}" alt="" class="contact_globe">
</section>
<!-- ====== end portfolio-projects ====== -->




</main> </main>

View File

@ -58,11 +58,12 @@
"name": "Lumino Versions", "name": "Lumino Versions",
"type": "select", "type": "select",
"position": 5, "position": 5,
"required": 0, "required": 1,
"default_value": "", "default_value": "3.7",
"options": [ "options": [
"3.5", "3.5",
"3.6" "3.6",
"3.7"
] ]
}, },
{ {
@ -75,6 +76,17 @@
"Dashboard", "Dashboard",
"Checkout" "Checkout"
] ]
},
{
"name": "Screenshots",
"type": "image",
"description": "Screenshots of the Theme",
"attr": {
"is_multiple": 1
},
"position": 7,
"required": 0,
"default_value": ""
} }
] ]
} }