diff --git a/resources/css/app.css b/resources/css/app.css index e249b2d..dba4479 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -42,3 +42,7 @@ display: none; } } + +.shadow-footer { + box-shadow: 0 50vh 0 50vh #292524; +} diff --git a/resources/views/assets/index.blade.php b/resources/views/assets/index.blade.php index b3ef226..acc9256 100644 --- a/resources/views/assets/index.blade.php +++ b/resources/views/assets/index.blade.php @@ -1,83 +1,36 @@ - - +@extends('layouts.app') - - - +@section('title', 'Heimerdinger.LoL • Assets') +@section('description', 'Explore game assets on Heimerdinger.LoL. Find detailed information on all icons and emotes + available in League of Legends!') - - - - - - - - - - - - Heimerdinger.LoL • Assets - - - - - - - - - - - - - - - - - - - - - - @vite(['resources/css/app.css', 'resources/js/app.js']) - - - - -

- Assets

-

- LoL Icons & Emotes

+ LoL Icons & Emotes - -
-
- Heimerdinger Emote -

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

-

We got you covered! Search through all - icons & - emotes with ease.

-

Automatically updated and sorted by release date.

-

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

-
- Icons - Emotes +
+
+ Heimerdinger Emote +

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

+

We got you covered! Search through all + icons & + emotes with ease.

+

Automatically updated and sorted by release date.

+

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

+
+ Icons + Emotes +
-
- - - - - - - +@endsection diff --git a/resources/views/components/footer.blade.php b/resources/views/components/footer.blade.php index 7fe4ee3..32c37eb 100644 --- a/resources/views/components/footer.blade.php +++ b/resources/views/components/footer.blade.php @@ -1,4 +1,4 @@ -