From 76501b4dbf2dc119fb1ad4ac326fc6c6775846f4 Mon Sep 17 00:00:00 2001 From: Rico van Zelst Date: Wed, 10 Apr 2024 11:33:22 +0200 Subject: [PATCH] feat: Update page titles for consistency - Updated page titles to remove ".LoL" for a more consistent branding across the website. This change affects multiple pages such as FAQ, About, Assets, Champions, and more. --- .../views/about/faq/leagueoflegends.blade.php | 2 +- resources/views/about/index.blade.php | 2 +- resources/views/assets/index.blade.php | 16 ++++++++-------- resources/views/champions/index.blade.php | 2 +- .../views/components/home/features.blade.php | 2 +- resources/views/contact/index.blade.php | 2 +- resources/views/emotes/index.blade.php | 2 +- resources/views/home.blade.php | 4 ++-- resources/views/icons/show.blade.php | 2 +- resources/views/posts/index.blade.php | 4 ++-- resources/views/roadmap.blade.php | 2 +- resources/views/sales/index.blade.php | 2 +- resources/views/sitemap/index.blade.php | 2 +- resources/views/skins/index.blade.php | 2 +- resources/views/support.blade.php | 2 +- 15 files changed, 24 insertions(+), 24 deletions(-) diff --git a/resources/views/about/faq/leagueoflegends.blade.php b/resources/views/about/faq/leagueoflegends.blade.php index 0e3e390..d9e5ccf 100644 --- a/resources/views/about/faq/leagueoflegends.blade.php +++ b/resources/views/about/faq/leagueoflegends.blade.php @@ -1,6 +1,6 @@ @extends('layouts.app') -@section('title', 'Heimerdinger.LoL • FAQ: League of Legends') +@section('title', 'Heimerdinger • FAQ: League of Legends') @section('description', 'Explore answers to frequently asked questions about League of Legends. Dive in now!') @section('content') diff --git a/resources/views/about/index.blade.php b/resources/views/about/index.blade.php index 3a22f9b..b4a824a 100644 --- a/resources/views/about/index.blade.php +++ b/resources/views/about/index.blade.php @@ -1,6 +1,6 @@ @extends('layouts.app') -@section('title', 'Heimerdinger.LoL • About') +@section('title', 'Heimerdinger • About') @section('description', 'What is League of Legends? Who is Heimerdinger? What is Heimerdinger.LoL? Explore answers to frequently asked questions about League of Legends, Heimerdinger and us. Dive in now!') diff --git a/resources/views/assets/index.blade.php b/resources/views/assets/index.blade.php index ffabbe6..b2346b0 100644 --- a/resources/views/assets/index.blade.php +++ b/resources/views/assets/index.blade.php @@ -1,33 +1,33 @@ @extends('layouts.app') -@section('title', 'Heimerdinger.LoL • Assets') +@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('content')

+ 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

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 + class="font-medium underline decoration-orange-500/50">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!

+

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
diff --git a/resources/views/champions/index.blade.php b/resources/views/champions/index.blade.php index c6fe470..7467fff 100644 --- a/resources/views/champions/index.blade.php +++ b/resources/views/champions/index.blade.php @@ -1,6 +1,6 @@ @extends('layouts.app') -@section('title', 'Heimerdinger.LoL • Champions') +@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!') diff --git a/resources/views/components/home/features.blade.php b/resources/views/components/home/features.blade.php index 845b81b..4957b83 100644 --- a/resources/views/components/home/features.blade.php +++ b/resources/views/components/home/features.blade.php @@ -3,7 +3,7 @@

- Welcome to Heimerdinger.LoL

+ Welcome to Heimerdinger

Heimerdinger.LoL is a website dedicated to providing information about League of diff --git a/resources/views/contact/index.blade.php b/resources/views/contact/index.blade.php index 4ae37f9..0a60919 100644 --- a/resources/views/contact/index.blade.php +++ b/resources/views/contact/index.blade.php @@ -1,6 +1,6 @@ @extends('layouts.app') -@section('title', 'Heimerdinger.LoL • Contact') +@section('title', 'Heimerdinger • Contact') @section('description', 'Contact Heimerdinger.LoL for any inquiries, feedback, or suggestions. We are always looking to improve our website and content.') diff --git a/resources/views/emotes/index.blade.php b/resources/views/emotes/index.blade.php index d3779aa..1f3854a 100644 --- a/resources/views/emotes/index.blade.php +++ b/resources/views/emotes/index.blade.php @@ -1,6 +1,6 @@ @extends('layouts.app') -@section('title', 'Heimerdinger.LoL • Emotes') +@section('title', 'Heimerdinger • Emotes') @section('description', 'Explore all LoL Emotes on Heimerdinger.LoL. Find detailed information on popular emotes such as Dab Pengu, Bee Mad, Little Camper, Super Shy, PENGUMODE and more!') diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 6734557..6865aa9 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -1,7 +1,7 @@ @extends('layouts.app') -@section('title', 'Heimerdinger.LoL • Discover LoL: Champions, Skins, Sales and More!') -@section('description', 'Explore League of Legends champions, skins, and game assets on Heimerdinger.LoL. +@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('content') diff --git a/resources/views/icons/show.blade.php b/resources/views/icons/show.blade.php index c5efb03..4c7e81e 100644 --- a/resources/views/icons/show.blade.php +++ b/resources/views/icons/show.blade.php @@ -1,6 +1,6 @@ @extends('layouts.app') -@section('title', $icon->title . ' • Heimerdinger.LoL') +@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('content') diff --git a/resources/views/posts/index.blade.php b/resources/views/posts/index.blade.php index b224421..00f352e 100644 --- a/resources/views/posts/index.blade.php +++ b/resources/views/posts/index.blade.php @@ -1,6 +1,6 @@ @extends('layouts.app') -@section('title', 'Heimerdinger.LoL • Posts') +@section('title', 'Heimerdinger • Posts') @section('description', 'Explore all our blog posts on Heimerdinger.LoL. Posts about League of Legends and more.') @section('content') @@ -8,7 +8,7 @@

Posts

-

Our latest posts about League of +

Our latest posts about League of Legends

diff --git a/resources/views/roadmap.blade.php b/resources/views/roadmap.blade.php index 4075b27..cc78509 100644 --- a/resources/views/roadmap.blade.php +++ b/resources/views/roadmap.blade.php @@ -1,6 +1,6 @@ @extends('layouts.app') -@section('title', 'Heimerdinger.LoL • Roadmap') +@section('title', 'Heimerdinger • Roadmap') @section('description', 'See what\'s coming next to Heimerdinger.lol. Vote on features you\'d like to see implemented next.') diff --git a/resources/views/sales/index.blade.php b/resources/views/sales/index.blade.php index 114580e..605d86f 100644 --- a/resources/views/sales/index.blade.php +++ b/resources/views/sales/index.blade.php @@ -1,6 +1,6 @@ @extends('layouts.app') -@section('title', 'Heimerdinger.LoL • Sale Rotation') +@section('title', 'Heimerdinger • Sale Rotation') @section('description', 'Explore the current LoL Sale on Heimerdinger.LoL. Find detailed information on what champions and skins are currently on sale and grab a good deal!') diff --git a/resources/views/sitemap/index.blade.php b/resources/views/sitemap/index.blade.php index 74a8a5e..3f3c672 100644 --- a/resources/views/sitemap/index.blade.php +++ b/resources/views/sitemap/index.blade.php @@ -1,6 +1,6 @@ @extends('layouts.app') -@section('title', 'Heimerdinger.LoL • Sitemap (HTML)') +@section('title', 'Heimerdinger • Sitemap (HTML)') @section('description', 'Discover the complete sitemap for Heimerdinger.LoL, your go-to source for all things League of Legends. Explore champions, skins, game assets, and more in one convenient location.') diff --git a/resources/views/skins/index.blade.php b/resources/views/skins/index.blade.php index 5118edc..9bad385 100644 --- a/resources/views/skins/index.blade.php +++ b/resources/views/skins/index.blade.php @@ -1,6 +1,6 @@ @extends('layouts.app') -@section('title', 'Heimerdinger.LoL • Skins') +@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!') diff --git a/resources/views/support.blade.php b/resources/views/support.blade.php index 93fc5a7..d78c511 100644 --- a/resources/views/support.blade.php +++ b/resources/views/support.blade.php @@ -1,6 +1,6 @@ @extends('layouts.app') -@section('title', 'Heimerdinger.LoL • Support the Project') +@section('title', 'Heimerdinger • Support the Project') @section('description', 'Support the Heimerdinger.LoL project by donating through Buy Me a Coffee or GitHub Sponsors. Your donations help keep the project running!')