rename page title and nav to 40K Rankings
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Gateway Gamers — 40K ITC Standings</title>
|
<title>Gateway Gamers — 40K Rankings</title>
|
||||||
<link rel="stylesheet" href="/src/style.css" />
|
<link rel="stylesheet" href="/src/style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body class="min-h-screen flex flex-col">
|
<body class="min-h-screen flex flex-col">
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<!-- Page heading + live status + refresh -->
|
<!-- Page heading + live status + refresh -->
|
||||||
<div class="flex items-start justify-between mb-6 flex-wrap gap-4">
|
<div class="flex items-start justify-between mb-6 flex-wrap gap-4">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-4xl font-bold uppercase tracking-wide">ITC Standings</h1>
|
<h1 class="text-4xl font-bold uppercase tracking-wide">40K Rankings</h1>
|
||||||
<p class="text-sm opacity-50 uppercase tracking-widest mt-1">Warhammer 40,000 · ITC Standings</p>
|
<p class="text-sm opacity-50 uppercase tracking-widest mt-1">Warhammer 40,000 · ITC Standings</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center gap-3 pt-1">
|
<div class="flex items-center gap-3 pt-1">
|
||||||
|
|||||||
+2
-2
@@ -28,7 +28,7 @@
|
|||||||
<div class="navbar bg-base-200 px-4 min-h-0 py-2">
|
<div class="navbar bg-base-200 px-4 min-h-0 py-2">
|
||||||
<div class="navbar-center hidden lg:flex flex-1 justify-center">
|
<div class="navbar-center hidden lg:flex flex-1 justify-center">
|
||||||
<ul class="menu menu-horizontal px-1 gap-1">
|
<ul class="menu menu-horizontal px-1 gap-1">
|
||||||
<li><a href="/index.html">ITC Standings</a></li>
|
<li><a href="/index.html">40K Rankings</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="navbar-end gap-2 ml-auto">
|
<div class="navbar-end gap-2 ml-auto">
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
</svg>
|
</svg>
|
||||||
</label>
|
</label>
|
||||||
<ul tabindex="0" class="menu menu-sm dropdown-content mt-3 z-[1] p-2 shadow bg-base-200 rounded-box w-52">
|
<ul tabindex="0" class="menu menu-sm dropdown-content mt-3 z-[1] p-2 shadow bg-base-200 rounded-box w-52">
|
||||||
<li><a href="/index.html">ITC Standings</a></li>
|
<li><a href="/index.html">40K Rankings</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user