mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
This commit is contained in:
@@ -85,17 +85,6 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- First Advertisement Container -->
|
|
||||||
<div class="px-4 col-span-full">
|
|
||||||
<p class="mb-1 text-xs text-center uppercase text-neutral-400">Advertisement</p>
|
|
||||||
<div
|
|
||||||
class="mx-auto w-[728px] h-[90px] max-w-full bg-stone-800/40 rounded-lg flex items-center justify-center">
|
|
||||||
<ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px"
|
|
||||||
data-ad-client="ca-pub-4505764048662657" data-ad-slot="5592927431"></ins>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="transition-all duration-700 border shadow-md rounded-2xl border-3 border-white/10 shadow-stone-800/80 hover:shadow-orange-500/20"
|
<div class="transition-all duration-700 border shadow-md rounded-2xl border-3 border-white/10 shadow-stone-800/80 hover:shadow-orange-500/20"
|
||||||
style="--tw-shadow-color:{{ $champion->splash_color }}; --tw-shadow: var(--tw-shadow-colored); background-color: {{ $champion->splash_color }};">
|
style="--tw-shadow-color:{{ $champion->splash_color }}; --tw-shadow: var(--tw-shadow-colored); background-color: {{ $champion->splash_color }};">
|
||||||
<div class="p-4">
|
<div class="p-4">
|
||||||
@@ -150,15 +139,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Second Advertisement Container -->
|
|
||||||
<div class="px-4 col-span-full">
|
|
||||||
<p class="mb-1 text-xs text-center uppercase text-neutral-400">Advertisement</p>
|
|
||||||
<div
|
|
||||||
class="mx-auto w-[728px] h-[90px] max-w-full bg-stone-800/40 rounded-lg flex items-center justify-center">
|
|
||||||
<ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px"
|
|
||||||
data-ad-client="ca-pub-4505764048662657" data-ad-slot="5592927431"></ins>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="transition-all duration-700 border shadow-md lg:col-span-3 rounded-2xl border-3 border-white/10 shadow-stone-800/80 hover:shadow-orange-500/20"
|
<div class="transition-all duration-700 border shadow-md lg:col-span-3 rounded-2xl border-3 border-white/10 shadow-stone-800/80 hover:shadow-orange-500/20"
|
||||||
style="--tw-shadow-color:{{ $champion->splash_color }}; --tw-shadow: var(--tw-shadow-colored); background-color: {{ $champion->splash_color }};">
|
style="--tw-shadow-color:{{ $champion->splash_color }}; --tw-shadow: var(--tw-shadow-colored); background-color: {{ $champion->splash_color }};">
|
||||||
@@ -181,8 +162,4 @@
|
|||||||
@endpush
|
@endpush
|
||||||
@push('bottom_scripts')
|
@push('bottom_scripts')
|
||||||
@include('popper::assets')
|
@include('popper::assets')
|
||||||
<script>
|
|
||||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
||||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
||||||
</script>
|
|
||||||
@endpush
|
@endpush
|
||||||
|
|||||||
@@ -4,22 +4,6 @@
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="relative">
|
<div class="relative">
|
||||||
<!-- Left Ad Container -->
|
|
||||||
<div class="fixed hidden w-64 2xl:block left-4 top-24">
|
|
||||||
<div class="p-4 border rounded-lg bg-stone-800/40 border-stone-800">
|
|
||||||
<div class="mb-2 text-sm text-center text-stone-400">Advertisement</div>
|
|
||||||
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-4505764048662657"
|
|
||||||
data-ad-slot="3924622540" data-ad-format="vertical" data-full-width-responsive="false"></ins>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Right Ad Container -->
|
|
||||||
<div class="fixed hidden w-64 2xl:block right-4 top-24">
|
|
||||||
<div class="p-4 border rounded-lg bg-stone-800/40 border-stone-800">
|
|
||||||
<div class="mb-2 text-sm text-center text-stone-400">Advertisement</div>
|
|
||||||
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-4505764048662657"
|
|
||||||
data-ad-slot="8775562347" data-ad-format="vertical" data-full-width-responsive="false"></ins>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Main Content -->
|
<!-- Main Content -->
|
||||||
<section class="max-w-5xl mx-auto mt-12">
|
<section class="max-w-5xl mx-auto mt-12">
|
||||||
<h1
|
<h1
|
||||||
@@ -87,10 +71,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@push('bottom_scripts')
|
|
||||||
<script>
|
|
||||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
||||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
||||||
</script>
|
|
||||||
@endpush
|
|
||||||
|
|||||||
Reference in New Issue
Block a user