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.
This commit is contained in:
Rico van Zelst
2024-04-10 11:33:22 +02:00
parent 71db278e31
commit 76501b4dbf
15 changed files with 24 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
@extends('layouts.app') @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('description', 'Explore answers to frequently asked questions about League of Legends. Dive in now!')
@section('content') @section('content')

View File

@@ -1,6 +1,6 @@
@extends('layouts.app') @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 @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!') frequently asked questions about League of Legends, Heimerdinger and us. Dive in now!')

View File

@@ -1,33 +1,33 @@
@extends('layouts.app') @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 @section('description', 'Explore game assets on Heimerdinger.LoL. Find detailed information on all icons and emotes
available in League of Legends!') available in League of Legends!')
@section('content') @section('content')
<h1 <h1
class="mt-7 text-3xl font-bold text-center text-transparent uppercase sm:text-4xl bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text"> 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</h1> Assets</h1>
<h2 <h2
class="text-lg font-bold text-center text-transparent uppercase bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text"> 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</h2> LoL Icons & Emotes</h2>
<div class="container mx-auto p-4 flex items-center justify-center mt-3 flex-grow"> <div class="container flex items-center justify-center flex-grow p-4 mx-auto mt-3">
<div class="text-center items-center justify-center align-middle"> <div class="items-center justify-center text-center align-middle">
<img class="items-center mx-auto" src="{{asset('img/heimerdinger-emote.webp')}}" <img class="items-center mx-auto" src="{{asset('img/heimerdinger-emote.webp')}}"
alt="Heimerdinger Emote"> alt="Heimerdinger Emote">
<p class="text-gray-100">Tired of endless browsing to find that one icon or emote you love?</p> <p class="text-gray-100">Tired of endless browsing to find that one icon or emote you love?</p>
<p class="text-gray-100">We got you covered! Search through <span <p class="text-gray-100">We got you covered! Search through <span
class="underline decoration-orange-500/50 font-medium">all</span> class="font-medium underline decoration-orange-500/50">all</span>
icons & icons &
emotes with ease. </p> emotes with ease. </p>
<p class="mb-6 text-gray-100">Automatically updated and sorted by release date.</p> <p class="mb-6 text-gray-100">Automatically updated and sorted by release date.</p>
<p class="text-gray-200 mb-3">Click on the asset category you'd like to view below to get started!</p> <p class="mb-3 text-gray-200">Click on the asset category you'd like to view below to get started!</p>
<div class="flex justify-center space-x-4"> <div class="flex justify-center space-x-4">
<a href="{{route('assets.icons.index')}}" <a href="{{route('assets.icons.index')}}"
class="bg-orange-500 text-white font-bold py-2 px-4 rounded hover:bg-orange-600">Icons</a> class="px-4 py-2 font-bold text-white bg-orange-500 rounded hover:bg-orange-600">Icons</a>
<a href="{{route('assets.emotes.index')}}" <a href="{{route('assets.emotes.index')}}"
class="bg-orange-500 text-white font-bold py-2 px-4 rounded hover:bg-orange-600">Emotes</a> class="px-4 py-2 font-bold text-white bg-orange-500 rounded hover:bg-orange-600">Emotes</a>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,6 +1,6 @@
@extends('layouts.app') @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 @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!') information on top picks like Heimerdinger, Ezreal, Jinx and Lux. Dive into the action now!')

View File

@@ -3,7 +3,7 @@
<div class="max-w-lg mx-auto text-center"> <div class="max-w-lg mx-auto text-center">
<h1 <h1
class="text-3xl font-bold text-transparent uppercase sm:text-4xl bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text"> class="text-3xl font-bold text-transparent uppercase sm:text-4xl bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
Welcome to Heimerdinger.LoL</h1> Welcome to Heimerdinger</h1>
<h2 class="mt-4 text-stone-300"> <h2 class="mt-4 text-stone-300">
Heimerdinger.LoL is a website dedicated to providing information about League of Heimerdinger.LoL is a website dedicated to providing information about League of

View File

@@ -1,6 +1,6 @@
@extends('layouts.app') @extends('layouts.app')
@section('title', 'Heimerdinger.LoL • Contact') @section('title', 'Heimerdinger • Contact')
@section('description', @section('description',
'Contact Heimerdinger.LoL for any inquiries, feedback, or suggestions. We are always looking to 'Contact Heimerdinger.LoL for any inquiries, feedback, or suggestions. We are always looking to
improve our website and content.') improve our website and content.')

View File

@@ -1,6 +1,6 @@
@extends('layouts.app') @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 @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!') Dab Pengu, Bee Mad, Little Camper, Super Shy, PENGUMODE and more!')

View File

@@ -1,7 +1,7 @@
@extends('layouts.app') @extends('layouts.app')
@section('title', 'Heimerdinger.LoL • Discover LoL: Champions, Skins, Sales and More!') @section('title', 'Heimerdinger • Discover LoL: Champions, Skins, Sales & More!')
@section('description', 'Explore League of Legends champions, skins, and game assets on Heimerdinger.LoL. @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!') Your ultimate source for in-depth information on LoL gaming. Dive in now!')
@section('content') @section('content')

View File

@@ -1,6 +1,6 @@
@extends('layouts.app') @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('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') @section('content')

View File

@@ -1,6 +1,6 @@
@extends('layouts.app') @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('description', 'Explore all our blog posts on Heimerdinger.LoL. Posts about League of Legends and more.')
@section('content') @section('content')
@@ -8,7 +8,7 @@
<h1 <h1
class="text-3xl font-bold text-center text-transparent uppercase sm:text-4xl bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text"> class="text-3xl font-bold text-center text-transparent uppercase sm:text-4xl bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
Posts</h1> Posts</h1>
<h2 class="text-center text-orange-400 text-sm uppercase font-medium">Our latest posts about League of <h2 class="text-sm font-medium text-center text-orange-400 uppercase">Our latest posts about League of
Legends</h2> Legends</h2>
<x-posts.listposts :posts="$posts"/> <x-posts.listposts :posts="$posts"/>
</section> </section>

View File

@@ -1,6 +1,6 @@
@extends('layouts.app') @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 @section('description', 'See what\'s coming next to Heimerdinger.lol. Vote on features you\'d like to see implemented
next.') next.')

View File

@@ -1,6 +1,6 @@
@extends('layouts.app') @extends('layouts.app')
@section('title', 'Heimerdinger.LoL • Sale Rotation') @section('title', 'Heimerdinger • Sale Rotation')
@section('description', @section('description',
'Explore the current LoL Sale on Heimerdinger.LoL. Find detailed information on what champions '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!') and skins are currently on sale and grab a good deal!')

View File

@@ -1,6 +1,6 @@
@extends('layouts.app') @extends('layouts.app')
@section('title', 'Heimerdinger.LoL • Sitemap (HTML)') @section('title', 'Heimerdinger • Sitemap (HTML)')
@section('description', 'Discover the complete sitemap for Heimerdinger.LoL, @section('description', 'Discover the complete sitemap for Heimerdinger.LoL,
your go-to source for all things League of Legends. your go-to source for all things League of Legends.
Explore champions, skins, game assets, and more in one convenient location.') Explore champions, skins, game assets, and more in one convenient location.')

View File

@@ -1,6 +1,6 @@
@extends('layouts.app') @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 @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!') such as Dark Cosmic Jhin, HEARTSTEEL Ezreal, PROJECT: Vayne and more!')

View File

@@ -1,6 +1,6 @@
@extends('layouts.app') @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. @section('description', 'Support the Heimerdinger.LoL project by donating through Buy Me a Coffee or GitHub Sponsors.
Your donations help keep the project running!') Your donations help keep the project running!')