themes-getlumino/content/contents/default.blade.php

217 lines
9.9 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

@extends('template.'.config('settings.template').'.content.master')
@section('content')
<main class="single-project pt-50 style-5">
<!-- ====== start about ====== -->
<section class="about-app style-5">
<div class="container">
<div class="section-head text-center style-4 mb-40">
<h1 class="mb-20 h2">{{$content->title}}</h1>
</div>
<div class="content text-center">
<div class="img-content pt-40 pb-70 border-bottom brd-gray overflow-hidden">
<div class="row justify-content-center">
<div class="col-lg-7">
<div class="img text-center">
<img src="{{$content->image}}" alt="" class="main-img">
</div>
<div class="info mt-30">
<h5 class="lh-4">
Stay focusd notebooks, pinning notes to the top of the note list, etc
</h5>
<a href="" class="btn rounded-pill bg-blue4 fw-bold text-white mt-50">
<small>Install Theme </small>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ====== end about ====== -->
<!-- ====== start challenge ====== -->
<div class="challenge section-padding style-5 overflow-hidden">
<div class="container">
<div class="row gx-5">
<div class="col-lg-4">
<div class="section-head style-4">
<h2 class=""> Beschreibung </h2>
</div>
</div>
<div class="col-lg-8">
<div class="inf">
<div class="text color-666 mb-20">
Create an unconventional yet user-friendly website innovative, with a clean & simple design that communicates and showcases multi-media content. Site that spreads the message: "Its stories your love.”
</div>
</div>
</div>
</div>
<div class="imgs mt-60 mb-100 d-none">
<div class="row">
<div class="col-lg-6">
<div class="img img-cover rounded-3 overflow-hidden mb-30 mb-lg-0">
<img src="assets/img/single_project/ch_1.png" alt="">
</div>
</div>
<div class="col-lg-6">
<div class="img img-cover rounded-3 overflow-hidden">
<img src="assets/img/single_project/ch_2.png" alt="">
</div>
</div>
</div>
</div>
<div class="row gx-5">
<div class="col-lg-4">
<div class="section-head style-4">
<h2 class=""> Features </h2>
</div>
</div>
<div class="col-lg-8">
<div class="inf">
<div class="color-000 mt-50">
<div class="row">
<div class="col-lg-6">
<div class="d-flex mb-0 fw-bold">
<div class="icon-20 d-inline-flex justify-content-center align-items-center rounded-circle overflow-hidden bg-blue4 text-white flex-shrink-0 me-3">
<i class="bi bi-check"></i>
</div>
Feature 1
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ====== end challenge ====== -->
<!-- ====== start screenshots ====== -->
<div class="screenshots style-4 d-none">
<div class="screenshots-slider style-4">
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="img">
<img src="assets/img/screenshots/1.png" alt="">
</div>
</div>
<div class="swiper-slide">
<div class="img">
<img src="assets/img/screenshots/2.png" alt="">
</div>
</div>
<div class="swiper-slide">
<div class="img">
<img src="assets/img/screenshots/3.jpg" alt="">
</div>
</div>
<div class="swiper-slide">
<div class="img">
<img src="assets/img/screenshots/4.png" alt="">
</div>
</div>
<div class="swiper-slide">
<div class="img">
<img src="assets/img/screenshots/5.png" alt="">
</div>
</div>
</div>
</div>
</div>
<img src="assets/img/screenshots/hand.png" alt="" class="mob-hand">
</div>
<!-- ====== end screenshots ====== -->
<!-- ====== start projects ====== -->
<section class="projects style-6 p-0 d-none">
<div class="content section-padding rounded-0">
<div class="container">
<div class="section-head text-center mb-60 style-4">
<h2 class="mb-20"> Other <span> Projects </span> </h2>
<p>We have an experienced team of production and inspection personnel to ensure quality.</p>
</div>
<div class="slider-3items slider-style-6">
<div class="swiper-container pb-0">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="project-card style-6">
<div class="img">
<img src="" alt="">
</div>
<div class="info">
<h3 class="title"><a href="page-single-project-5.html">dfasdfa sdfa</a></h3>
<small class="color-blue6"><a href="#">SEO analysis</a></small>
<div class="text">
Trust our top minds to eliminate workflow pain points, implement new
tech & app.
</div>
<div class="tags">
<span><a href="#">SEO Analysis</a></span>
<span><a href="#">Content Strategy</a></span>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="project-card style-6">
<div class="img">
<img src="assets/img/projects/5.png" alt="">
</div>
<div class="info">
<h3 class="title"><a href="#">e-Commerce Dashboard</a></h3>
<small class="color-blue6"><a href="#">website design</a> & <a href="#">develoment</a></small>
<div class="text">
Trust our top minds to eliminate workflow pain points, implement new
tech & app.
</div>
<div class="tags">
<span><a href="#">WordPress</a></span>
<span><a href="#">PHP</a></span>
<span><a href="#">HTML/CSS</a></span>
<span><a href="#">Figma</a></span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ====== arrows ====== -->
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</div>
</div>
</section>
<!-- ====== end projects ====== -->
</main>
@stop