Skip to content

Commit c229058

Browse files
committed
Prepare GameFoundryStudio company vision pages and pre-root cleanup - PR_26152_015-pre-root-company-vision-cleanup
1 parent db880c0 commit c229058

14 files changed

Lines changed: 194 additions & 18 deletions

GameFoundryStudio/assets/css/gamefoundrystudio.css

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,7 @@
136136
display: inline-flex;
137137
align-items: center;
138138
justify-content: center;
139-
cursor: pointer
140-
}
141-
142-
.btn {
139+
cursor: pointer;
143140
border: 1px solid var(--line);
144141
background: var(--panel-soft);
145142
color: var(--text)
@@ -436,6 +433,16 @@
436433
font-weight: 800
437434
}
438435

436+
.control-row input,
437+
.control-row select {
438+
min-width: 0;
439+
width: 100%
440+
}
441+
442+
.control-row .switch {
443+
justify-self: start
444+
}
445+
439446
.control-row--toolbar {
440447
min-width: min(100%, 360px)
441448
}
@@ -736,11 +743,7 @@ details.vertical-accordion[open] summary:active:after {
736743
order: 2
737744
}
738745

739-
.tool-column[class*="tool-group-"] .horizontal-accordion-toggle {
740-
--accordion-button-border: var(--tool-group-accent);
741-
--accordion-button-color: var(--tool-group-color)
742-
}
743-
746+
.tool-column[class*="tool-group-"] .horizontal-accordion-toggle,
744747
.tool-column[class*="tool-group-"] details.vertical-accordion summary:after {
745748
--accordion-button-border: var(--tool-group-accent);
746749
--accordion-button-color: var(--tool-group-color)
74.5 KB
Loading
35.4 KB
Loading
313 KB
Loading

GameFoundryStudio/assets/js/gamefoundry-partials.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
support: "support.html",
3838
reference: "reference.html",
3939
contact: "contact.html",
40+
vision: "vision.html",
41+
mission: "mission.html",
4042
roadmap: "roadmap.html",
4143
admin: "admin/site-settings.html",
4244
"admin-site-settings": "admin/site-settings.html",

GameFoundryStudio/assets/partials/footer.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ <h2 id="footer-legal">Legal</h2>
5252
<h2 id="footer-company">Company</h2>
5353
<div class="footer__links">
5454
<a data-route="about" href="about.html">About</a>
55-
<a data-route="contact" href="contact.html">Contact</a>
55+
<a data-route="vision" href="vision.html">Vision</a>
56+
<a data-route="mission" href="mission.html">Mission</a>
5657
<a data-route="roadmap" href="roadmap.html">Roadmap</a>
58+
<a data-route="contact" href="contact.html">Contact</a>
5759
</div>
5860
</section>
5961
</nav>

GameFoundryStudio/cookie-policy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ <h2>Cookie and Storage Use</h2>
3636
maintain account sessions, protect creator workflows, and improve platform reliability.</p>
3737
<p>Tool data should stay within the documented project, workspace, or tool contracts. Browser
3838
storage used by the site should not replace saved project files or publishing records.</p>
39-
<div class="callout"><strong>Current status:</strong> This policy page is a site placeholder
40-
for legal navigation and will be updated as production services are connected.</div>
39+
<div class="callout"><strong>Temporary placeholder legal copy:</strong> This policy page is not
40+
final legal text and will be updated as production services are connected.</div>
4141
</div>
4242
</article>
4343
</div>

GameFoundryStudio/disclaimer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ <h2>Use and Reliance</h2>
3636
workflow exploration and should be reviewed before production use.</p>
3737
<p>Creators remain responsible for verifying game behavior, asset rights, publishing metadata,
3838
safety requirements, and any third-party integrations before release.</p>
39-
<div class="callout"><strong>Current status:</strong> This disclaimer is a site placeholder
40-
until full production legal terms are finalized.</div>
39+
<div class="callout"><strong>Temporary placeholder legal copy:</strong> This disclaimer is a
40+
site placeholder until full production legal terms are finalized.</div>
4141
</div>
4242
</article>
4343
</div>

GameFoundryStudio/mission.html

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<!doctype html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<title>Mission - Game Foundry Studio</title>
8+
<meta name="description" content="Plan the product mission page for Game Foundry Studio.">
9+
<link rel="icon" href="assets/images/favicon.svg" type="image/svg+xml">
10+
<link rel="stylesheet" href="assets/css/styles.css">
11+
</head>
12+
13+
<body>
14+
<div data-partial="header-nav"></div>
15+
<main>
16+
<section class="page-title">
17+
<div class="container">
18+
<div class="kicker">Company</div>
19+
<h1>Mission</h1>
20+
<p class="lede">A planning page for the practical creator promise behind Build, Play, and Share.</p>
21+
</div>
22+
</section>
23+
<section class="section">
24+
<div class="container card">
25+
<div class="card-body">
26+
<div class="kicker">Status = Planning</div>
27+
<div class="grid cols-3">
28+
<article class="callout">
29+
<h2>Purpose</h2>
30+
<p>State how Game Foundry Studio helps creators move from idea to playable web game.</p>
31+
</article>
32+
<article class="callout">
33+
<h2>Future Scope</h2>
34+
<p>Clarify support for tools, tutorials, asset reuse, publishing readiness, and community discovery.</p>
35+
</article>
36+
<article class="callout">
37+
<h2>Planned Sections</h2>
38+
<ul>
39+
<li>Build promise</li>
40+
<li>Play promise</li>
41+
<li>Share promise</li>
42+
</ul>
43+
</article>
44+
</div>
45+
</div>
46+
</div>
47+
</section>
48+
</main>
49+
<div data-partial="footer"></div>
50+
<script src="assets/js/gamefoundry-partials.js" defer></script>
51+
</body>
52+
53+
</html>

GameFoundryStudio/privacy-policy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ <h2>Privacy Commitments</h2>
3838
<p>Future production services may collect account details, project metadata, publishing
3939
settings, marketplace records, support requests, and security logs needed to operate the
4040
platform.</p>
41-
<div class="callout"><strong>Current status:</strong> This policy page is a site placeholder
42-
and should be reviewed by counsel before production launch.</div>
41+
<div class="callout"><strong>Temporary placeholder legal copy:</strong> This policy page is not
42+
final legal text and should be reviewed by qualified counsel before production launch.</div>
4343
</div>
4444
</article>
4545
</div>

0 commit comments

Comments
 (0)