diff --git a/resources/views/components/emotes/list_all.blade.php b/resources/views/components/emotes/list_all.blade.php index e7f51f8..e998671 100644 --- a/resources/views/components/emotes/list_all.blade.php +++ b/resources/views/components/emotes/list_all.blade.php @@ -1,31 +1,35 @@ +/** @var App\Models\SummonerEmote $emote */ +?>

Summoner Emotes

- + -
-
+
+ +
+ +
+
@foreach ($emotes as $key => $emote)
+ class="flex flex-col items-center text-gray-700 border shadow-md champ-card bg-stone-800/40 rounded-2xl bg-clip-border border-stone-800 hover:border-orange-500/10 hover:shadow-orange-500/10">
+ class="mx-4 mt-3 overflow-hidden border-2 h-36 w-36 rounded-2xl bg-clip-border border-orange-400/40"> {{ $emote->title }} Emote + src="//wsrv.nl/?url={{ $emote->image }}&w=200&output=webp&q=50&il&default=ssl:wsrv.nl%2F%3Furl%3Dhttps://i.ibb.co/5s6YyvN/aaaa.png" + class="object-cover w-full h-full" alt="{{ $emote->title }} Emote" />
-

+

{{ $emote->title }}

diff --git a/resources/views/components/home/features.blade.php b/resources/views/components/home/features.blade.php index 4957b83..75aa476 100644 --- a/resources/views/components/home/features.blade.php +++ b/resources/views/components/home/features.blade.php @@ -84,7 +84,9 @@ information about the game.

+
+
-
diff --git a/resources/views/components/icons/list_all.blade.php b/resources/views/components/icons/list_all.blade.php index de1f1bf..97fb0c3 100644 --- a/resources/views/components/icons/list_all.blade.php +++ b/resources/views/components/icons/list_all.blade.php @@ -6,10 +6,15 @@

Summoner Icons

- +
+ +
+
+
@foreach ($icons as $key => $icon) diff --git a/resources/views/components/icons/view_grid.blade.php b/resources/views/components/icons/view_grid.blade.php index b56bf04..f536c50 100644 --- a/resources/views/components/icons/view_grid.blade.php +++ b/resources/views/components/icons/view_grid.blade.php @@ -83,8 +83,10 @@ @if ($icon->icon_id === 6584)
  • - Guide: How to get the Hatty Crabby Icon in + Guide: How to get the + Hatty Crabby Icon in League of Legends
  • @endif @@ -101,6 +103,12 @@
    +
    + +
    + diff --git a/resources/views/components/sales/current_sales.blade.php b/resources/views/components/sales/current_sales.blade.php index 9e54870..5c39ed6 100644 --- a/resources/views/components/sales/current_sales.blade.php +++ b/resources/views/components/sales/current_sales.blade.php @@ -87,7 +87,5 @@ @endforeach - - + diff --git a/resources/views/components/skins/grid_info.blade.php b/resources/views/components/skins/grid_info.blade.php index d75c4af..b559758 100644 --- a/resources/views/components/skins/grid_info.blade.php +++ b/resources/views/components/skins/grid_info.blade.php @@ -6,16 +6,16 @@

    {{ $skin->skin_name }}

    -

    - +

    + - View - champion - info - + View + champion + info + - + @@ -24,21 +24,20 @@

    + style="--splash-color: {{ $skin->splash_color }}">
    {{ $skin->skin_name }} Splash Art + alt="{{ $skin->skin_name }} Splash Art" + class="z-10 object-cover w-full h-full transition-transform duration-700 transform scale-100 rounded-2xl">
    View in + class="p-2 text-base font-bold text-white bg-black bg-opacity-50 rounded-xl">View in HD
    -

    @@ -51,7 +50,7 @@ @if ($skin->rp_price == '99999') Not Available for RP @else - + {{ $skin->rp_price }} RP @endif @@ -69,7 +68,8 @@
  • - Chromas: @if ($skin->chromas->count() > 0) + Chromas: + @if ($skin->chromas->count() > 0) {{ $skin->chromas->count() }} @else None @@ -133,7 +133,7 @@
    + style="--tw-shadow-color:{{ $skin->splash_color }}; --tw-shadow: var(--tw-shadow-colored); background-color: {{ $skin->splash_color }};">

    {{ $skin->name }} Lore

    @@ -141,7 +141,8 @@ @if ($skin->lore) {!! $skin->lore !!} @else - Heimerdinger has looked far and wide but could not find any lore for {{ $skin->skin_name }}. + Heimerdinger has looked far and wide but could not find any lore for + {{ $skin->skin_name }}. But we're sure it's a great skin! The things we do know is that it was released on {{ $skin->release_date }} and costs {{ $skin->rp_price }} RP. @endif @@ -149,8 +150,7 @@
    -

    @@ -165,17 +165,16 @@ @foreach ($skin->chromas as $key => $chroma)
    - {{ $chroma->chroma_name }} {{ $chroma->skin_name }} ScreenShot
    -

    - +

    + {{ $chroma->chroma_name }}

    diff --git a/resources/views/components/skins/paginatedlist.blade.php b/resources/views/components/skins/paginatedlist.blade.php index c54ca5b..979f9e5 100644 --- a/resources/views/components/skins/paginatedlist.blade.php +++ b/resources/views/components/skins/paginatedlist.blade.php @@ -10,7 +10,7 @@ @fragment('skin-list')
    -
    +
    @foreach ($skins as $key => $skin)
    + @endpush @section('content') - + @endsection + +@push('bottom_scripts') + +@endpush diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 6865aa9..b832666 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -1,13 +1,26 @@ @extends('layouts.app') @section('title', 'Heimerdinger • Discover LoL: Champions, Skins, Sales & More!') -@section('description', 'Explore League of Legends champions, skins, and game assets on Heimerdinger. -Your ultimate source for in-depth information on LoL gaming. Dive in now!') +@section('description', + 'Explore League of Legends champions, skins, and game assets on Heimerdinger. + Your ultimate source for in-depth information on LoL gaming. Dive in now!') + + @push('top_scripts') + + @endpush @section('content') - + + @if ($upcomingSkins != []) - + @endif - + @endsection + +@push('bottom_scripts') + +@endpush diff --git a/resources/views/icons/index.blade.php b/resources/views/icons/index.blade.php index 6bd5ccf..c749d03 100644 --- a/resources/views/icons/index.blade.php +++ b/resources/views/icons/index.blade.php @@ -1,9 +1,21 @@ @extends('layouts.app') @section('title', 'Heimerdinger.LoL • Icons') -@section('description', 'Explore all LoL icons on Heimerdinger.LoL. Find detailed information on popular summoner icons - such as Qiyana Champie 2, Omen of the Cursed Revenant, Lil\' Sprout, Dominion Retirement, Winterblessed Hwei and more!') +@section('description', + 'Explore all LoL icons on Heimerdinger.LoL. Find detailed information on popular summoner icons + such as Qiyana Champie 2, Omen of the Cursed Revenant, Lil\' Sprout, Dominion Retirement, Winterblessed Hwei and more!') + + @push('top_scripts') + + @endpush @section('content') - + @endsection + +@push('bottom_scripts') + +@endpush diff --git a/resources/views/icons/show.blade.php b/resources/views/icons/show.blade.php index 4c7e81e..c1fff39 100644 --- a/resources/views/icons/show.blade.php +++ b/resources/views/icons/show.blade.php @@ -1,8 +1,18 @@ @extends('layouts.app') @section('title', $icon->title . ' • Heimerdinger') -@section('description', 'Heimerdinger.LoL: ' . $icon->title . ' details showing all the information about the icon released in ' . $icon->release_year . '. ' . substr($icon->description, 0, 64) . '...') - +@section('description', 'Heimerdinger.LoL: ' . $icon->title . ' details showing all the information about the icon + released in ' . $icon->release_year . '. ' . substr($icon->description, 0, 64) . '...') + @push('top_scripts') + + @endpush @section('content') - + @endsection + +@push('bottom_scripts') + +@endpush diff --git a/resources/views/posts/show.blade.php b/resources/views/posts/show.blade.php index b1cad85..20b1a0d 100644 --- a/resources/views/posts/show.blade.php +++ b/resources/views/posts/show.blade.php @@ -14,6 +14,11 @@ @endpush +@push('top_scripts') + +@endpush + @section('content') Back @@ -35,6 +40,8 @@

    “{{ $post->description }}”

    +

    {{ $post->contents }}

    @@ -42,6 +49,13 @@ Tagged with: {{ isset($post->tags) ? implode(', ', $post->tags) : 'League of Legends' }}

    +
    @endsection + +@push('bottom_scripts') + +@endpush