chg: usr: update all texts on all pages - extend them with the game specific things #4
All checks were successful
Deploy to Production / deploy (push) Successful in 11s
All checks were successful
Deploy to Production / deploy (push) Successful in 11s
This commit is contained in:
@@ -95,7 +95,8 @@
|
||||
<p class="feature-block__body">
|
||||
Create a free account and every game you play gets recorded.
|
||||
Watch your win rate climb, revisit past battles, and prove your dominance
|
||||
on the board — one detonation at a time.
|
||||
on the board — one detonation at a time. Share your greatest victories with friends,
|
||||
replay epic showdowns, and celebrate your legendary moments.
|
||||
</p>
|
||||
{% if not is_granted("IS_AUTHENTICATED_REMEMBERED") %}
|
||||
<a href="{{ path('MineSeekerBundle_register') }}" class="feature-block__cta">
|
||||
@@ -125,6 +126,86 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="feature-block feature-block--privacy">
|
||||
<div class="feature-block__inner">
|
||||
<div class="feature-block__visual feature-block__visual--privacy">
|
||||
<i class="fas fa-shield"></i>
|
||||
<i class="fas fa-lock"></i>
|
||||
<i class="fas fa-eye-slash"></i>
|
||||
</div>
|
||||
<div class="feature-block__text">
|
||||
<p class="feature-block__label">Your data, your control</p>
|
||||
<h2 class="feature-block__title">Privacy by Design</h2>
|
||||
<p class="feature-block__body">
|
||||
We believe in transparency and simplicity. Your <strong>username</strong> is your identity here—
|
||||
we never expose your email publicly. Forgot your password? No problem. We keep no social integrations,
|
||||
no third-party tracking, and absolutely zero AI-generated content. Just a pure, clean game experience.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="feature-block feature-block--reverse feature-block--practice">
|
||||
<div class="feature-block__inner">
|
||||
<div class="feature-block__visual feature-block__visual--practice">
|
||||
<i class="fas fa-laptop"></i>
|
||||
<i class="fab fa-linux"></i>
|
||||
<i class="fab fa-apple"></i>
|
||||
<i class="fab fa-windows"></i>
|
||||
</div>
|
||||
<div class="feature-block__text">
|
||||
<p class="feature-block__label">Train & Compete</p>
|
||||
<h2 class="feature-block__title">Multiplayer Online, Solo Practice</h2>
|
||||
<p class="feature-block__body">
|
||||
Love the challenge of real-time battles? Here, you'll compete live against friends and players worldwide.
|
||||
Want to sharpen your skills solo first? Download our standalone versions for Windows, macOS, and Linux.
|
||||
Practice on your own time, then bring your A-game online.
|
||||
</p>
|
||||
<div class="practice-links">
|
||||
<a
|
||||
href="https://flathub.org/en/apps/org.gnome.Mines"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="practice-link"
|
||||
>
|
||||
<img
|
||||
src="{{ asset('images/another-games/gnome-mines.png') }}"
|
||||
alt="Mines"
|
||||
class="practice-link-icon"
|
||||
/>
|
||||
Linux (Flatpak) • GNOME Mines
|
||||
</a>
|
||||
<a
|
||||
href="https://apps.microsoft.com/detail/9wzdncrfhwcn?hl=en-US&gl=HU"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="practice-link"
|
||||
>
|
||||
<img
|
||||
src="{{ asset('images/another-games/microsoft-minesweeper.png') }}"
|
||||
alt="Microsoft Minesweeper"
|
||||
class="practice-link-icon"
|
||||
/>
|
||||
Windows • Microsoft Minesweeper
|
||||
</a>
|
||||
<a
|
||||
href="https://apps.apple.com/us/app/minesweeper/id1404304731"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="practice-link"
|
||||
>
|
||||
<img
|
||||
src="{{ asset('images/another-games/apple-minesweeper.png') }}"
|
||||
alt="Minesweeper"
|
||||
class="practice-link-icon"
|
||||
/>
|
||||
Apple • Minesweeper
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="tech-section">
|
||||
<p class="tech-label">Built with</p>
|
||||
<div class="tech-logos">
|
||||
|
||||
Reference in New Issue
Block a user