mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
chore: gads
This commit is contained in:
@@ -1,10 +1,17 @@
|
|||||||
@extends('layouts.app')
|
@extends('layouts.app')
|
||||||
|
|
||||||
@section('title', 'Heimerdinger • Assets')
|
@section('title', 'Heimerdinger • Assets')
|
||||||
@section('description', 'Explore game assets on Heimerdinger.LoL. Find detailed information on all icons and emotes
|
@section('description',
|
||||||
|
'Explore game assets on Heimerdinger.LoL. Find detailed information on all icons and emotes
|
||||||
available in League of Legends!')
|
available in League of Legends!')
|
||||||
|
|
||||||
|
@push('top_scripts')
|
||||||
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4505764048662657"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
@endpush
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|
||||||
<h1
|
<h1
|
||||||
class="text-3xl font-bold text-center text-transparent uppercase mt-7 sm:text-4xl bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
|
class="text-3xl font-bold text-center text-transparent uppercase mt-7 sm:text-4xl bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
|
||||||
Assets</h1>
|
Assets</h1>
|
||||||
@@ -12,10 +19,12 @@
|
|||||||
class="text-lg font-bold text-center text-transparent uppercase bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
|
class="text-lg font-bold text-center text-transparent uppercase bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
|
||||||
LoL Icons & Emotes</h2>
|
LoL Icons & Emotes</h2>
|
||||||
|
|
||||||
|
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-4505764048662657" data-ad-slot="1526464654"
|
||||||
|
data-ad-format="auto" data-full-width-responsive="true"></ins>
|
||||||
|
|
||||||
<div class="container flex items-center justify-center flex-grow p-4 mx-auto mt-3">
|
<div class="container flex items-center justify-center flex-grow p-4 mx-auto mt-3">
|
||||||
<div class="items-center justify-center text-center align-middle">
|
<div class="items-center justify-center text-center align-middle">
|
||||||
<img class="items-center mx-auto" src="{{ asset('img/heimerdinger-emote.webp') }}"
|
<img class="items-center mx-auto" src="{{ asset('img/heimerdinger-emote.webp') }}" alt="Heimerdinger Emote">
|
||||||
alt="Heimerdinger Emote">
|
|
||||||
<p class="text-gray-100">Tired of endless browsing to find that one icon or emote you love?</p>
|
<p class="text-gray-100">Tired of endless browsing to find that one icon or emote you love?</p>
|
||||||
<p class="text-gray-100">We got you covered! Search through <span
|
<p class="text-gray-100">We got you covered! Search through <span
|
||||||
class="font-medium underline decoration-orange-500/50">all</span>
|
class="font-medium underline decoration-orange-500/50">all</span>
|
||||||
@@ -30,5 +39,14 @@
|
|||||||
class="px-4 py-2 font-bold text-white bg-orange-500 rounded hover:bg-orange-600">Emotes</a>
|
class="px-4 py-2 font-bold text-white bg-orange-500 rounded hover:bg-orange-600">Emotes</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
|
@push('bottom_scripts')
|
||||||
|
<script>
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
|
</script>
|
||||||
|
@endpush
|
||||||
|
|||||||
@@ -1,17 +1,23 @@
|
|||||||
@extends('layouts.app')
|
@extends('layouts.app')
|
||||||
|
|
||||||
@section('title', 'Heimerdinger • Champions')
|
@section('title', 'Heimerdinger • Champions')
|
||||||
@section('description', 'Explore the world of League of Legends champions on Heimerdinger.LoL. Find detailed
|
@section('description',
|
||||||
|
'Explore the world of League of Legends champions on Heimerdinger.LoL. Find detailed
|
||||||
information on top picks like Heimerdinger, Ezreal, Jinx and Lux. Dive into the action now!')
|
information on top picks like Heimerdinger, Ezreal, Jinx and Lux. Dive into the action now!')
|
||||||
|
|
||||||
@push('top_scripts')
|
@push('top_scripts')
|
||||||
@vite('resources/js/lane-filter.js')
|
@vite('resources/js/lane-filter.js')
|
||||||
@endpush
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4505764048662657"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
@endpush
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<x-champions.list_all :champions="$champions" :roles="$roles"/>
|
<x-champions.list_all :champions="$champions" :roles="$roles" />
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@push('bottom_scripts')
|
@push('bottom_scripts')
|
||||||
@include('popper::assets')
|
@include('popper::assets')
|
||||||
|
<script>
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
|
</script>
|
||||||
@endpush
|
@endpush
|
||||||
|
|||||||
@@ -7,6 +7,12 @@
|
|||||||
<h1
|
<h1
|
||||||
class="text-3xl font-bold text-center text-transparent uppercase sm:text-4xl bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
|
class="text-3xl font-bold text-center text-transparent uppercase sm:text-4xl bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
|
||||||
Champions</h1>
|
Champions</h1>
|
||||||
|
<ins class="adsbygoogle"
|
||||||
|
style="display:block"
|
||||||
|
data-ad-client="ca-pub-4505764048662657"
|
||||||
|
data-ad-slot="7031271888"
|
||||||
|
data-ad-format="auto"
|
||||||
|
data-full-width-responsive="true"></ins>
|
||||||
<div class="flex justify-center items-center mx-auto max-w-screen-xl mt-2.5">
|
<div class="flex justify-center items-center mx-auto max-w-screen-xl mt-2.5">
|
||||||
<x-champions.lane-selector class="text-center" />
|
<x-champions.lane-selector class="text-center" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -8,6 +8,13 @@
|
|||||||
Champion Skins</h1>
|
Champion Skins</h1>
|
||||||
<x-skins.searchbar />
|
<x-skins.searchbar />
|
||||||
|
|
||||||
|
<ins class="adsbygoogle"
|
||||||
|
style="display:block"
|
||||||
|
data-ad-client="ca-pub-4505764048662657"
|
||||||
|
data-ad-slot="4300903438"
|
||||||
|
data-ad-format="auto"
|
||||||
|
data-full-width-responsive="true"></ins>
|
||||||
|
|
||||||
@fragment('skin-list')
|
@fragment('skin-list')
|
||||||
<div id="skin-list">
|
<div id="skin-list">
|
||||||
<div class="container flex items-center justify-center p-4 mx-auto mt-3">
|
<div class="container flex items-center justify-center p-4 mx-auto mt-3">
|
||||||
|
|||||||
@@ -1,9 +1,21 @@
|
|||||||
@extends('layouts.app')
|
@extends('layouts.app')
|
||||||
|
|
||||||
@section('title', 'Heimerdinger • Skins')
|
@section('title', 'Heimerdinger • Skins')
|
||||||
@section('description', 'Explore all champion skins on Heimerdinger.LoL. Find detailed information on popular skins
|
@section('description',
|
||||||
such as Dark Cosmic Jhin, HEARTSTEEL Ezreal, PROJECT: Vayne and more!')
|
'Explore all champion skins on Heimerdinger.LoL. Find detailed information on popular skins
|
||||||
|
such as Dark Cosmic Jhin, HEARTSTEEL Ezreal, PROJECT: Vayne and more!')
|
||||||
|
|
||||||
|
@push('top_scripts')
|
||||||
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4505764048662657"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
@endpush
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<x-skins.paginatedlist :skins="$skins" :rarity-color="$rarityColor"/>
|
<x-skins.paginatedlist :skins="$skins" :rarity-color="$rarityColor" />
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
|
@push('bottom_scripts')
|
||||||
|
<script>
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
|
</script>
|
||||||
|
@endpush
|
||||||
|
|||||||
Reference in New Issue
Block a user