{% extends 'base.html.twig' %}
{% block title %}Resofit{% endblock %}
{% block body %}
<div class="container pt-4 pb-5">
<div class="row">
<div class="col text-center">
<h1>Bienvenue sur ResoFit</h1>
<h4>Espace Membres</h4>
<p>
Veuillez utiliser les URL fournies dans votre Espace membres resofit.fr afin d'avoir accès à nos fonctionnalités.
</p>
{# <p>
<span class="fw-bold">Exemple :</span>
<br>
https://127.0.0.1:8000/categorie/visio-strategie-collective/token/8bb68f5d9219e528c099991c97531f6f
</p>
<p>
<span class="fw-bold">Légende :</span>
<br>
<span class="fw-bold">visio-strategie-collective</span> = catégorie de la Card sur l'espace membres resofit.fr
<br>
<span class="fw-bold">9219b9b8aea350effff916b8915f6a61</span> = token du membre pour authentification : clé unique de 32 caractères
</p>
<h4>Les 7 catégories :</h4>
<p>
<a href="{{ app.request.uri }}categorie/visio-strategie-collective/token/8bb68f5d9219e528c099991c97531f6f" target="_blank">{{ app.request.uri }}categorie/visio-strategie-collective/token/9219b9b8aea350effff916b8915f6a61</a>
</p>
<p>
<a href="{{ app.request.uri }}categorie/la-gazette/token/8bb68f5d9219e528c099991c97531f6f" target="_blank">{{ app.request.uri }}categorie/la-gazette/token/9219b9b8aea350effff916b8915f6a61</a>
</p>
<p>
<a href="{{ app.request.uri }}categorie/performance/token/8bb68f5d9219e528c099991c97531f6f" target="_blank">{{ app.request.uri }}categorie/performance/token/9219b9b8aea350effff916b8915f6a61</a>
</p>
<p>
<a href="{{ app.request.uri }}categorie/multiclub/token/8bb68f5d9219e528c099991c97531f6f" target="_blank">{{ app.request.uri }}categorie/multiclub/token/9219b9b8aea350effff916b8915f6a61</a>
</p>
<p>
<a href="{{ app.request.uri }}categorie/meet/token/8bb68f5d9219e528c099991c97531f6f" target="_blank">{{ app.request.uri }}categorie/meet/token/9219b9b8aea350effff916b8915f6a61</a>
</p>
<p>
<a href="{{ app.request.uri }}categorie/ce/token/8bb68f5d9219e528c099991c97531f6f" target="_blank">{{ app.request.uri }}categorie/ce/token/9219b9b8aea350effff916b8915f6a61</a>
</p>
<p>
<a href="{{ app.request.uri }}categorie/groupe-dechange/token/8bb68f5d9219e528c099991c97531f6f" target="_blank">{{ app.request.uri }}categorie/groupe-dechange/token/9219b9b8aea350effff916b8915f6a61</a>
</p> #}
</div>
</div>
</div>
{% endblock %}