feat: Change game structure

- New template
- Rename screens
- New partial for menu
- New data file for menu content
- Separate styles
This commit is contained in:
sthag 2026-04-04 09:21:34 +02:00
parent a1b5aa8c59
commit 19577eca8c
10 changed files with 261 additions and 221 deletions

View file

@ -7,20 +7,7 @@ tags:
{% layout 'hippie/simple.liquid' %}
{% block body %}
<div class="sec_main_center">
<nav role="doc-toc">
<hgroup>
<h1>Game - TFW</h1>
<p>Additional name</p>
</hgroup>
<ul class="link">
<li><a href="./new.html">Neues Spiel</a></li>
<li><a href="#continue">Spiel fortsetzen</a></li>
<li><a href="#options">Einstellungen</a></li>
<li><a href="#quit">Spiel beenden</a></li>
</ul>
</nav>
</div>
{% render 'hippie/partials/game-menu.liquid', links: menu %}
<footer>
{% brand 'brand', 'last' %}
<p>Marke</p>