|
1 | | -<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>About — Game Foundry Studio</title><meta name="description" content="Game Foundry Studio: Build. Play. Share."><link rel="icon" href="assets/images/favicon.svg" type="image/svg+xml"><link rel="stylesheet" href="assets/css/styles.css"></head><body><header class="site-header"><div class="container nav"><a class="brand" href="index.html"><img src="assets/images/logo-mark.svg" alt="Game Foundry Studio mark"><span>Game Foundry Studio</span></a><nav class="nav-links" aria-label="Main navigation"><div class="nav-item"><a class="" href="tools.html">Tools ▾</a><div class="sub-menu"><a class="" href="tool-builder.html">Tool Builder</a><a class="" href="tool-creator.html">Tool Creator</a><a class="" href="tool-publisher.html">Tool Publisher</a><a class="" href="building-creation.html">Building / Creation</a><a class="" href="technology-system.html">Technology / System</a><a class="" href="assets-content.html">Assets / Content</a><a class="" href="media-community.html">Media / Community</a><a class="" href="design-animation.html">Design / Animation</a><a class="" href="configuration-admin.html">Configuration / Admin</a></div></div><a class="" href="games.html">Arcade</a><a class="" href="marketplace.html">Marketplace</a><a class="" href="learn.html">Learn</a><a class="" href="community.html">Community</a><a class="" href="docs.html">Docs</a><a class="" href="account.html">Account</a></nav><div class="nav-actions"><a class="btn" href="games.html">Play Games</a><a class="btn primary" href="tools.html">Start Building</a></div></div></header><main> |
2 | | -<section class="page-title"><div class="container"><div class="kicker">About</div><h1>A creator platform for browser games.</h1><p class="lede">Game Foundry Studio is positioned as a place to build games, play community creations, share assets, learn and publish.</p></div></section> |
3 | | -<section class="section"><div class="container page-hero"><img src="assets/images/magic-panel.png" alt="Where the magic happens"><div><h2>The vision</h2><p class="lede">A Roblox-style destination for the open web: creator tools, playable games, marketplace assets, tutorials, cloud saves and community discovery.</p></div></div></section> |
4 | | -</main><footer class="footer"><div class="container"><span>© 2026 Game Foundry Studio</span><span>Build · Play · Share</span></div></footer></body></html> |
| 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>About - Game Foundry Studio</title> |
| 8 | + <meta name="description" content="Game Foundry Studio: Build. Play. Share."> |
| 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">About</div> |
| 19 | + <h1>A creator platform for browser games.</h1> |
| 20 | + <p class="lede">Game Foundry Studio is positioned as a place to build games, play community creations, |
| 21 | + share assets, learn and publish.</p> |
| 22 | + </div> |
| 23 | + </section> |
| 24 | + <section class="section"> |
| 25 | + <div class="container page-hero"><img src="assets/images/magic-panel.png" |
| 26 | + alt="Where the magic happens"> |
| 27 | + <div> |
| 28 | + <h2>The vision</h2> |
| 29 | + <p class="lede">A Roblox-style destination for the open web: creator tools, playable games, |
| 30 | + marketplace assets, tutorials, cloud saves and community discovery.</p> |
| 31 | + </div> |
| 32 | + </div> |
| 33 | + </section> |
| 34 | + </main> |
| 35 | + <div data-partial="footer"></div> |
| 36 | + <script src="assets/js/gamefoundry-partials.js" defer></script> |
| 37 | +</body> |
| 38 | + |
| 39 | +</html> |
0 commit comments