playing with Lumino CMS Banner on Frontend
parent
fabf222371
commit
b7b7d18d43
|
@ -0,0 +1,35 @@
|
|||
@extends('template.'.config('settings.template').'.content.master')
|
||||
@section('content')
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 order-lg-last">
|
||||
<script src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs" type="module"></script>
|
||||
<dotlottie-player src="https://lottie.host/5a1c5515-6d44-46e5-8c33-660ce4c93dbb/FuQ05PcCSe.lottie" background="transparent" speed="1" style="width: 300px; height: 300px;" loop autoplay></dotlottie-player>
|
||||
</div>
|
||||
<div class="col-12 col-md-6 order-lg-first">
|
||||
<h1 class="mt-lg-5">500 Serverfehler</h1>
|
||||
<p>Sie angeforderte Seite wurde nicht gefunden.</p>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<a href="https://ivv.5ya.de" class="btn btn-primary">Zurück zur Startseite</a>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@stop
|
|
@ -5,10 +5,41 @@
|
|||
|
||||
@include('template.'.config('settings.template').'.content.includes.meta')
|
||||
@include('template.'.config('settings.template').'.content.includes.css')
|
||||
@include('template.'.config('settings.template').'.content.analytics.css')
|
||||
@include('template.'.config('settings.template').'.content.includes.analytics')
|
||||
@yield('head')
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@if(1==1)
|
||||
<div style="background: #000 url('https://www.getlumino.com/admin-assets/images/back.png');" class="text-light py-1 sticky-top">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-6 ">
|
||||
<img src="https://ik.imagekit.io/areya/tr:ar-1-1,w-24/lumino-logo_eyOxwlM0c.png" class="img-fluid" alt="Lumino CMS">
|
||||
Lumino CMS
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-6 text-end">
|
||||
<img id="open-user-menu" class="rounded-circle border me-2" data-bs-toggle="dropdown" aria-haspopup="true" style="cursor:pointer;" aria-expanded="false" src="https://www.gravatar.com/avatar/235e952b239ca787ea9845855603db72?s=120?&d=identicon&r=PG" width="24" height="24" alt="Benjamin Völkl">
|
||||
<a href="{{url('/admin')}}" class="text-decoration-none text-light">
|
||||
Administration ⟶
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@endif
|
||||
|
||||
|
||||
@if(session()->has('auth_user'))
|
||||
<div class="alert mb-0 alert-warning alert-dismissible fade show py-1 px-0" role="alert">
|
||||
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if($_contact_bar)
|
||||
<div style="background-color: {{$_primary_ci_color}}; color: {{$_footer_color}}; font-size: 13px;">
|
||||
<div class="container">
|
||||
|
|
Loading…
Reference in New Issue