aboutsummaryrefslogtreecommitdiff
path: root/index_template.html
diff options
context:
space:
mode:
Diffstat (limited to 'index_template.html')
-rw-r--r--index_template.html159
1 files changed, 159 insertions, 0 deletions
diff --git a/index_template.html b/index_template.html
new file mode 100644
index 0000000..d92ba84
--- /dev/null
+++ b/index_template.html
@@ -0,0 +1,159 @@
+<!DOCTYPE html>
+<html lang="{_lang}">
+
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <meta name="theme-color" content="#24244f" />
+ <title>Hurry Curry! by metamuffin, tpart, nokoe, SOF93</title>
+ <meta name="description" content="A cooperative fast-paced game about running a restaurant together." />
+ <link href="style.css" rel="stylesheet" />
+</head>
+
+<body>
+ <article>
+ <img class="cover" src="./cover.webp" alt="Hurry Curry! Cover Image" />
+ <div class="content">
+ <div class="screenshots">
+ <img src="./screenshot-1.webp" alt="Screenshot" class="screenshot" />
+ <img src="./screenshot-2.webp" alt="Screenshot" class="screenshot" />
+ <img src="./screenshot-3.webp" alt="Screenshot" class="screenshot" />
+ <img src="./screenshot-4.webp" alt="Screenshot" class="screenshot" />
+ </div>
+ <p>{i.abstract}</p>
+
+ <h2>{i.gameplay_overview}</h2>
+ <p>{i.gameplay_overview.par}</p>
+
+ <a href="https://s.metamuffin.org/static/hurrycurry/trailer-flathub.webm" target="_blank">
+ <img width="400px" src="https://s.metamuffin.org/static/hurrycurry/trailer-thumbnail-click.webp"
+ alt="Hurry Curry! Gameplay Trailer">
+ </a>
+
+ <h2>{i.how_to_play}</h2>
+ <p>{i.how_to_play.par}</p>
+ <p>{i.how_to_play.book}</p>
+ <p>{i.how_to_play.keyboard_controls}</p>
+ <p>{i.how_to_play.controller_controls}</p>
+
+ <h2>{i.installation}</h2>
+ <p>{i.installation.par}</p>
+
+ <table>
+ <tr>
+ <td>Standalone binaries:</td>
+ <td>
+ <ul>
+ <li><a href="https://s.metamuffin.org/builds/hurrycurry/">
+ Release builds
+ </a></li>
+ <li><a href="https://s.metamuffin.org/builds/hurrycurry-edge/">
+ Development builds
+ </a></li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>Browser version</td>
+ <td>
+ <a href="https://hurrycurry-web.metamuffin.org/client.html">
+ Launch
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td>Arch AUR:</td>
+ <td>
+ <ul>
+ <li><a href="https://aur.archlinux.org/packages/hurrycurry-client">
+ <pre>hurrycurry-client</pre>
+ </a></li>
+ <li><a href="https://aur.archlinux.org/packages/hurrycurry-client">
+ <pre>hurrycurry-server</pre>
+ </a></li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>Flathub:</td>
+ <td>
+ <ul>
+ <li><a href="https://flathub.org/apps/org.metamuffin.hurrycurry.client">
+ <pre>org.metamuffin.hurrycurry.client</pre>
+ </a></li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>Snap Store:</td>
+ <td>
+ <ul>
+ <li><a href="https://snapcraft.io/hurrycurry">
+ <pre>hurrycurry</pre>
+ </a></li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>metamuffins's infrastructure repositories:</td>
+ <td>
+ <ul>
+ <li><a href="https://pkg.metamuffin.org/">
+ <pre>hurrycurry-client</pre>
+ </a></li>
+ <li><a href="https://pkg.metamuffin.org/">
+ <pre>hurrycurry-client-git</pre>
+ </a></li>
+ <li><a href="https://pkg.metamuffin.org/">
+ <pre>hurrycurry-client-web</pre>
+ </a></li>
+ <li><a href="https://pkg.metamuffin.org/">
+ <pre>hurrycurry-client-web-git</pre>
+ </a></li>
+ <li><a href="https://pkg.metamuffin.org/">
+ <pre>hurrycurry-server</pre>
+ </a></li>
+ <li><a href="https://pkg.metamuffin.org/">
+ <pre>hurrycurry-server-git</pre>
+ </a></li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+
+ <a href='https://codeberg.org/hurrycurry/hurrycurry'><img height='80' alt='Get it on Codeberg'
+ src='./badge-codeberg.png' /></a>
+ <a href='https://flathub.org/apps/org.metamuffin.hurrycurry.client'><img height='80' alt='Get it on Flathub'
+ src='./badge-flathub.png' /></a>
+ <a href='https://metamuffin1.itch.io/hurrycurry'><img height='80' alt='Available on itch.io'
+ src='./badge-itchio.png' /></a>
+ <a href="https://snapcraft.io/hurrycurry"><img height="80" alt="Get it from the Snap Store"
+ src="./badge-snap.svg" /></a>
+
+ <h2>{i.public_servers}</h2>
+ <iframe src="https://hurrycurry-registry.metamuffin.org/v1/list" frameborder="0"
+ style="width: 100%;"></iframe>
+
+ <h2>{i.credits}</h2>
+ <p>
+ {i.credits.primary}
+ <script>
+ const s = document.getElementById("shuffle");
+ const c = s.textContent.split(", ");
+ for (let i1 = 0; i1 < c.length; i1++) {
+ const i2 = Math.floor(Math.random() * c.length);
+ [c[i1], c[i2]] = [c[i2], c[i1]];
+ }
+ s.textContent = c.join(", ")
+ </script>
+ {i.credits.contributers}
+ </p>
+
+ <h2>{i.contribute}</h2>
+ <p>{i.contribute.par}</p>
+ <p>{i.contribute.translate}</p>
+ </div>
+ <footer>{i.have_fun}</footer>
+ </article>
+</body>
+
+</html> \ No newline at end of file