Gustavo Luigi 2023-10-21 01:27:39 -03:00
parent 75e4d9cd19
commit 7f748127b8
11 changed files with 0 additions and 4516 deletions

View File

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

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

View File

@ -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">&times;</span>
</button>
</div>

</div>

View File

@ -6,9 +6,6 @@
<meta name="Generator" content="Lumino CMS" />
<title>{{config('settings.name')}}</title>
@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="url-base" content="{{url('/')}}">
@ -20,7 +17,6 @@
<link rel="icon" type="image/png" sizes="16x16" href="{{$favicon['16']}}">

@yield('head')

</head>
<body>
@if($_contact_bar)

File diff suppressed because it is too large Load Diff