mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
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:
@@ -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')
|
||||
|
||||
@@ -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!')
|
||||
|
||||
|
||||
@@ -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')
|
||||
<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>
|
||||
<h2
|
||||
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>
|
||||
|
||||
<div class="container mx-auto p-4 flex items-center justify-center mt-3 flex-grow">
|
||||
<div class="text-center items-center justify-center align-middle">
|
||||
<div class="container flex items-center justify-center flex-grow p-4 mx-auto mt-3">
|
||||
<div class="items-center justify-center text-center align-middle">
|
||||
<img class="items-center mx-auto" src="{{asset('img/heimerdinger-emote.webp')}}"
|
||||
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">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 &
|
||||
emotes with ease. </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">
|
||||
<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')}}"
|
||||
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>
|
||||
|
||||
@@ -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!')
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="max-w-lg mx-auto text-center">
|
||||
<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">
|
||||
Welcome to Heimerdinger.LoL</h1>
|
||||
Welcome to Heimerdinger</h1>
|
||||
|
||||
<h2 class="mt-4 text-stone-300">
|
||||
Heimerdinger.LoL is a website dedicated to providing information about League of
|
||||
|
||||
@@ -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.')
|
||||
|
||||
@@ -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!')
|
||||
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -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 @@
|
||||
<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">
|
||||
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>
|
||||
<x-posts.listposts :posts="$posts"/>
|
||||
</section>
|
||||
|
||||
@@ -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.')
|
||||
|
||||
|
||||
@@ -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!')
|
||||
|
||||
@@ -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.')
|
||||
|
||||
@@ -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!')
|
||||
|
||||
|
||||
@@ -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!')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user