|
| 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> |
0 commit comments