master
parent
75e4d9cd19
commit
7f748127b8
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 170 KiB |
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -1,42 +0,0 @@
|
||||||
<style>
|
|
||||||
#premium-banner{
|
|
||||||
background-color: rgba(108, 35, 215, 0.49);
|
|
||||||
padding: 20px;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div class="alert alert-primary alert-dismissible fade show" id="alert-premium" role="alert" style="display:none;">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
|
|
||||||
<div class="col-lg-12">
|
|
||||||
<h5><i class="fal fa-gem"></i> You are Premium! </h5>
|
|
||||||
|
|
||||||
<p style="font-size: 15; margin-bottom: 15px;">
|
|
||||||
Thanks for directly supporting this Project.
|
|
||||||
<br>
|
|
||||||
Your contribution gives you preferred access to Premium Content & helps building this quality Content.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="col-md-6">
|
|
||||||
<small>View Premium Access Code:</small>
|
|
||||||
<br>
|
|
||||||
<input style="font-size: 16px; text-align: center" readonly value="{{ \Session::get('premium_code') }}">
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="col-md-6" style="margin-top:30px;">
|
|
||||||
|
|
||||||
<i>Code valid until: {{ \Session::get('premium_until') }}</i>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<button type="button" class="close close-premium">
|
|
||||||
<span aria-hidden="true">×</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
|
@ -6,9 +6,6 @@
|
||||||
<meta name="Generator" content="Lumino CMS" />
|
<meta name="Generator" content="Lumino CMS" />
|
||||||
<title>{{config('settings.name')}}</title>
|
<title>{{config('settings.name')}}</title>
|
||||||
@include('template.'.config('settings.template').'.content.includes.css')
|
@include('template.'.config('settings.template').'.content.includes.css')
|
||||||
@if(isset($_COOKIE["cookies-consent"]) && $_COOKIE["cookies-consent"])
|
|
||||||
@include('template.'.config('settings.template').'.content.includes.integrations')
|
|
||||||
@endif
|
|
||||||
|
|
||||||
<meta name="csrf-token" content="{{csrf_token()}}"/>
|
<meta name="csrf-token" content="{{csrf_token()}}"/>
|
||||||
<meta name="url-base" content="{{url('/')}}">
|
<meta name="url-base" content="{{url('/')}}">
|
||||||
|
@ -20,7 +17,6 @@
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="{{$favicon['16']}}">
|
<link rel="icon" type="image/png" sizes="16x16" href="{{$favicon['16']}}">
|
||||||
|
|
||||||
@yield('head')
|
@yield('head')
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@if($_contact_bar)
|
@if($_contact_bar)
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue