Skip to content

Commit e3eaed5

Browse files
committed
Add Owner role, footer banner, and LLC display name - PR_26167_189-owner-role-branding-and-footer-banner
1 parent 1d64b32 commit e3eaed5

38 files changed

Lines changed: 1797 additions & 904 deletions

account/create-account.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>Create Account - GameFoundryStudio</title>
8-
<meta name="description" content="Create a GameFoundryStudio account through the account service.">
7+
<title>Create Account - Game Foundry Studio LLC</title>
8+
<meta name="description" content="Create a Game Foundry Studio LLC account through the account service.">
99
<link rel="icon" href="/favicon.svg">
1010
<link rel="stylesheet" href="../assets/theme-v2/css/theme.css">
1111
</head>

account/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>Account Home - GameFoundryStudio</title>
8-
<meta name="description" content="Plan the personal account workspace for GameFoundryStudio creators.">
7+
<title>Account Home - Game Foundry Studio LLC</title>
8+
<meta name="description" content="Plan the personal account workspace for Game Foundry Studio LLC creators.">
99
<link rel="icon" href="/favicon.svg">
1010
<link rel="stylesheet" href="../assets/theme-v2/css/theme.css">
1111
</head>

account/lost-password.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>Lost Password - GameFoundryStudio</title>
8-
<meta name="description" content="Use the current GameFoundryStudio password reset page.">
7+
<title>Lost Password - Game Foundry Studio LLC</title>
8+
<meta name="description" content="Use the current Game Foundry Studio LLC password reset page.">
99
<link rel="icon" href="/favicon.svg">
1010
<link rel="stylesheet" href="../assets/theme-v2/css/theme.css">
1111
</head>

account/password-reset.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>Password Reset - GameFoundryStudio</title>
8-
<meta name="description" content="Request a GameFoundryStudio password reset through the account service.">
7+
<title>Password Reset - Game Foundry Studio LLC</title>
8+
<meta name="description" content="Request a Game Foundry Studio LLC password reset through the account service.">
99
<link rel="icon" href="/favicon.svg">
1010
<link rel="stylesheet" href="../assets/theme-v2/css/theme.css">
1111
</head>

account/sign-in.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>Sign In - GameFoundryStudio</title>
8-
<meta name="description" content="Sign in to your GameFoundryStudio account.">
7+
<title>Sign In - Game Foundry Studio LLC</title>
8+
<meta name="description" content="Sign in to your Game Foundry Studio LLC account.">
99
<link rel="icon" href="/favicon.svg">
1010
<link rel="stylesheet" href="../assets/theme-v2/css/theme.css">
1111
</head>
@@ -17,7 +17,7 @@
1717
<div class="container">
1818
<div class="kicker">Account</div>
1919
<h1>Sign In</h1>
20-
<p class="lede">Access your GameFoundryStudio account.</p>
20+
<p class="lede">Access your Game Foundry Studio LLC account.</p>
2121
</div>
2222
</section>
2323
<section class="section">

account/user-controls.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>User Controls - GameFoundryStudio</title>
7+
<title>User Controls - Game Foundry Studio LLC</title>
88
<meta name="description" content="Map personal physical controls to generic normalized controls.">
99
<link rel="icon" href="/favicon.svg">
1010
<link rel="stylesheet" href="../assets/theme-v2/css/theme.css">

admin/controls.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>Controls - GameFoundryStudio</title>
8-
<meta name="description" content="GameFoundryStudio controls and form component examples.">
7+
<title>Controls - Game Foundry Studio LLC</title>
8+
<meta name="description" content="Game Foundry Studio LLC controls and form component examples.">
99
<link rel="icon" href="/favicon.svg">
1010
<link rel="stylesheet" href="../assets/theme-v2/css/theme.css">
1111
</head>
@@ -18,7 +18,7 @@
1818
<div>
1919
<div class="kicker">Admin control forge</div>
2020
<h1 class="controls-title">Controls.</h1>
21-
<p class="lede">A GameFoundryStudio control page showing common HTML controls with foundry-side
21+
<p class="lede">A Game Foundry Studio LLC control page showing common HTML controls with foundry-side
2222
accent colors for forms, tool panels, settings screens, publishing workflows, and account
2323
management.</p>
2424
<div class="hero-actions"><a class="btn primary" href="../admin/controls.html#controls">View Controls</a><a class="btn"

admin/db-viewer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta charset="utf-8">
66
<base href="/">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<title>DB Viewer - GameFoundryStudio</title>
9-
<meta name="description" content="Admin-only read-only DB viewer for GameFoundryStudio project data diagnostics.">
8+
<title>DB Viewer - Game Foundry Studio LLC</title>
9+
<meta name="description" content="Admin-only read-only DB viewer for Game Foundry Studio LLC project data diagnostics.">
1010
<link rel="icon" href="/favicon.svg">
1111
<link rel="stylesheet" href="assets/theme-v2/css/theme.css">
1212
</head>

admin/design-system.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>Design System - GameFoundryStudio</title>
8-
<meta name="description" content="Authoritative Theme V2 catalog for GameFoundryStudio.">
7+
<title>Design System - Game Foundry Studio LLC</title>
8+
<meta name="description" content="Authoritative Theme V2 catalog for Game Foundry Studio LLC.">
99
<link rel="icon" href="/favicon.svg">
1010
<link rel="stylesheet" href="../assets/theme-v2/css/theme.css">
1111
</head>
@@ -18,7 +18,7 @@
1818
<div class="kicker">Admin Reference</div>
1919
<h1>Theme V2 design-system catalog.</h1>
2020
<p class="lede">Authoritative ownership, usage, consumers, status, and gap tracking for the approved
21-
GameFoundryStudio Theme V2 surface.</p>
21+
Game Foundry Studio LLC Theme V2 surface.</p>
2222
</div>
2323
</section>
2424
<section class="section">
@@ -76,7 +76,7 @@ <h2>Theme V2 is the only approved styling surface.</h2>
7676
<summary>Theme V2 Overview</summary>
7777
<div class="accordion-body">
7878
<p><strong>Purpose:</strong> Define the single approved styling surface for
79-
GameFoundryStudio pages, Admin references, and first-class tool shells.</p>
79+
Game Foundry Studio LLC pages, Admin references, and first-class tool shells.</p>
8080
<p><strong>Approved Theme V2 ownership file:</strong>
8181
<code>theme.css</code></p>
8282
<p><strong>Example usage:</strong>

admin/environments.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<base href="/">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<title>Environments - GameFoundryStudio</title>
8+
<title>Environments - Game Foundry Studio LLC</title>
99
<meta name="description" content="Admin wireframe for release planning and readiness.">
1010
<link rel="icon" href="/favicon.svg">
1111
<link rel="stylesheet" href="assets/theme-v2/css/theme.css">

0 commit comments

Comments
 (0)