Skip to content
Snippets Groups Projects
Commit 27aefec3 authored by DUVAL Elvan's avatar DUVAL Elvan
Browse files

V1_Final

parent 46bf8e1c
No related branches found
No related tags found
No related merge requests found
......@@ -18,11 +18,10 @@
<img src="{% static 'img/default-avatar.png' %}" alt="Avatar" class="h-16 w-16 rounded-full shadow-lg border-2 border-[#102564] cursor-pointer" onclick="toggleProfilePopup()">
<div class="ml-4">
<p class="text-2xl font-semibold text-[#102564]">{{ user.username }}</p>
<p class="text-sm text-gray-500">Bienvenue, {{ user.first_name }}</p>
<p class="text-sm text-gray-500">Bienvenue, {{ user.username }}</p>
</div>
</div>
<div class="flex space-x-4">
<a href="{% url 'ranking' %}" class="bg-[#102564] text-white py-2 px-4 rounded-lg shadow-md hover:bg-[#000000] transition duration-300">Classement</a>
<a href="{% url 'logout' %}" class="bg-[#102564] text-white py-2 px-4 rounded-lg shadow-md hover:bg-[#000000] transition duration-300">Se déconnecter</a>
</div>
</div>
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment