Sociální kontakt
?
QR Kód s aktuální adresou
Setkání s kamarády
Potkani jsou společenští, nenechávej je samotné!
0 %
KAMARÁDIT SE
Upravit obsah stránky
{% extends "templates/base.html" %} {% set game_name = "Sociální kontakt" %} {% block content %} <div id="appContainer" class="full-screen-app bg-light"> <div id="actionScreen" class="container py-4 flex-column h-100 d-none justify-content-center align-items-center"> <h1 class="text-warning mb-3"><i class="fa-solid fa-users"></i> Setkání s kamarády</h1> <h4 class="mb-5 text-secondary">Potkani jsou společenští, nenechávej je samotné!</h4> <div class="progress shadow-lg mb-5 w-100" style="height: 60px; border: 4px solid #ffc107; border-radius: 20px;"> <div id="progressBar" class="progress-bar progress-bar-striped progress-bar-animated bg-warning fs-3 fw-bold text-dark" style="width: 0%;">0 %</div> </div> <button id="actionBtn" class="btn btn-warning shadow-lg rounded-circle d-flex align-items-center justify-content-center" style="width: 250px; height: 250px;"> <div class="text-center text-dark"> <i class="fa-solid fa-heart pulse-anim" style="font-size: 5rem;"></i> <h3 class="mt-3 fw-bold">KAMARÁDIT SE</h3> </div> </button> </div> </div> {% endblock %}