From ba5f1f8b10b6eabf34e7ae1e2f3872de0d65cb54 Mon Sep 17 00:00:00 2001 From: Rico van Zelst Date: Fri, 8 Dec 2023 17:57:37 +0100 Subject: [PATCH] feat(assets): update assets index page layout and content - Updated the layout of the assets index page to extend the 'layouts.app' template. - Added a title and description for better SEO optimization. - Reorganized the HTML structure for improved readability. - Updated the section titles for clarity. - Adjusted the styling of the main heading and subheading. - Added an image and descriptive text to enhance user engagement. - Improved the alignment and spacing of elements on the page. - Updated the links to asset categories with improved hover effects. This commit improves the overall user experience on the assets index page by enhancing its layout, content, and visual appeal. --- resources/css/app.css | 4 + resources/views/assets/index.blade.php | 105 ++++++-------------- resources/views/components/footer.blade.php | 2 +- 3 files changed, 34 insertions(+), 77 deletions(-) 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 @@ -