From 3dc50eee2dc989851bff612a813d3ac05138f714 Mon Sep 17 00:00:00 2001 From: Rico van Zelst Date: Fri, 16 Aug 2024 01:37:54 +0200 Subject: [PATCH] chore: gads --- resources/views/assets/index.blade.php | 30 +++++++++++++++---- resources/views/champions/index.blade.php | 18 +++++++---- .../components/champions/list_all.blade.php | 6 ++++ .../components/skins/paginatedlist.blade.php | 7 +++++ resources/views/skins/index.blade.php | 18 +++++++++-- 5 files changed, 64 insertions(+), 15 deletions(-) diff --git a/resources/views/assets/index.blade.php b/resources/views/assets/index.blade.php index b6e1fcb..40117fa 100644 --- a/resources/views/assets/index.blade.php +++ b/resources/views/assets/index.blade.php @@ -1,10 +1,17 @@ @extends('layouts.app') @section('title', 'Heimerdinger • Assets') -@section('description', 'Explore game assets on Heimerdinger.LoL. Find detailed information on all icons and emotes - available in League of Legends!') +@section('description', + 'Explore game assets on Heimerdinger.LoL. Find detailed information on all icons and emotes + available in League of Legends!') + + @push('top_scripts') + + @endpush @section('content') +

Assets

@@ -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"> LoL Icons & Emotes + +
- Heimerdinger Emote + Heimerdinger Emote

Tired of endless browsing to find that one icon or emote you love?

We got you covered! Search through all @@ -25,10 +34,19 @@

Click on the asset category you'd like to view below to get started!

Icons + class="px-4 py-2 font-bold text-white bg-orange-500 rounded hover:bg-orange-600">Icons Emotes + class="px-4 py-2 font-bold text-white bg-orange-500 rounded hover:bg-orange-600">Emotes
+
+ + @endsection + +@push('bottom_scripts') + +@endpush diff --git a/resources/views/champions/index.blade.php b/resources/views/champions/index.blade.php index 7467fff..717705a 100644 --- a/resources/views/champions/index.blade.php +++ b/resources/views/champions/index.blade.php @@ -1,17 +1,23 @@ @extends('layouts.app') @section('title', 'Heimerdinger • Champions') -@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!') +@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!') -@push('top_scripts') - @vite('resources/js/lane-filter.js') -@endpush + @push('top_scripts') + @vite('resources/js/lane-filter.js') + + @endpush @section('content') - + @endsection @push('bottom_scripts') @include('popper::assets') + @endpush diff --git a/resources/views/components/champions/list_all.blade.php b/resources/views/components/champions/list_all.blade.php index be9a120..08b8648 100644 --- a/resources/views/components/champions/list_all.blade.php +++ b/resources/views/components/champions/list_all.blade.php @@ -7,6 +7,12 @@

Champions

+
diff --git a/resources/views/components/skins/paginatedlist.blade.php b/resources/views/components/skins/paginatedlist.blade.php index 979f9e5..7f45c86 100644 --- a/resources/views/components/skins/paginatedlist.blade.php +++ b/resources/views/components/skins/paginatedlist.blade.php @@ -8,6 +8,13 @@ Champion Skins + + @fragment('skin-list')
diff --git a/resources/views/skins/index.blade.php b/resources/views/skins/index.blade.php index 9bad385..471737d 100644 --- a/resources/views/skins/index.blade.php +++ b/resources/views/skins/index.blade.php @@ -1,9 +1,21 @@ @extends('layouts.app') @section('title', 'Heimerdinger • Skins') -@section('description', 'Explore all champion skins on Heimerdinger.LoL. Find detailed information on popular skins -such as Dark Cosmic Jhin, HEARTSTEEL Ezreal, PROJECT: Vayne and more!') +@section('description', + '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') + + @endpush @section('content') - + @endsection + +@push('bottom_scripts') + +@endpush