-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 1.88 KB
/
Copy pathindex.html
File metadata and controls
41 lines (38 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Toolbox - GameFoundryStudio</title>
<meta name="description" content="GameFoundryStudio creator toolbox.">
<link rel="icon" href="/favicon.svg">
<link rel="stylesheet" href="../assets/theme-v2/css/theme.css">
</head>
<body>
<div data-partial="header-nav"></div>
<main>
<section class="page-title">
<div class="container">
<div class="kicker">The Toolbox</div>
<h1>Creator tools organized by build surface.</h1>
</div>
</section>
<section class="section">
<div class="container">
<div class="hero-actions" aria-label="Toolbox views">
<button class="btn" type="button" data-tools-order="ascending" aria-pressed="true">Order A-Z</button>
<button class="btn" type="button" data-tools-sort="grouped" aria-pressed="false">Group</button>
<button class="btn" type="button" data-tools-view="build-path" aria-pressed="false">Build Path</button>
<span class="pill" data-tools-count>Tool Count: loading</span>
</div>
<div class="hero-actions" aria-label="Tool status filters" data-toolbox-status-filters></div>
<p class="status" role="status" data-toolbox-launch-status>Showing Wireframe, Beta, and Complete tools. Select Planned to include planned tools.</p>
<div class="accordion-group" data-tools-accordion-list data-toolbox-game-journey-groups></div>
</div>
</section>
</main>
<div data-partial="footer"></div>
<script src="../assets/theme-v2/js/gamefoundry-partials.js" defer></script>
<script type="module" src="tools-page-accordions.js"></script>
</body>
</html>