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="row">
<div class="col-12 col-md-6">
<h1 class="mb-20" 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>
<div class="col-12 col-md-6 section-head">

<div class="section-head style-4 mb-40">
<small class="title_small">Lumino CMS Theme</small>
<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 class="col-12 col-md-6 text-end">

@ -43,43 +57,32 @@
</div>
</section>
<!-- ====== end about ====== -->
<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>



@isset($content->screenshots)

<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 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">
<img src="//picsum.photos/800/450?v={{rand(0,100)}}" class="img-fluid rounded mb-60">
</div>
@foreach($content->screenshots as $screenshot)
<div class="col-12 col-md-6 col-lg-3 text-center">
<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>
</section>
</section>

@endisset




View File

@ -82,7 +82,7 @@
<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 & and start developing <span> Lumino CMS </span> Themes</h2>
<h2 class="mb-20"> Start developing <span> Lumino CMS </span> Themes yourself!</h2>
</div>
<div class="butns mt-70">
<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="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">


</div>
<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>


@ -91,29 +96,7 @@
</section>
</div>
</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>

View File

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