profile update done
This commit is contained in:
@@ -9,15 +9,15 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="relative max-w-md mx-auto md:max-w-2xl py-48 min-w-0 break-words w-full">
|
||||
<div class="px-6 bg-white shadow-lg rounded-lg py-2">
|
||||
<div class="flex flex-wrap justify-center">
|
||||
<div class="w-full flex justify-center">
|
||||
<div class="relative">
|
||||
<img src="{{ profile.fileName ? asset('upload/image/profile/' ~ profile.fileName) : "" }}" class="shadow-xl rounded-full align-middle border-none absolute -m-16 -ml-20 lg:-ml-16 max-w-[150px]"/>
|
||||
</div>
|
||||
<div class="relative mx-auto md:max-w-xl py-48 min-w-0 break-words">
|
||||
<div class="flex flex-wrap justify-center mb-16">
|
||||
<div class="w-full flex justify-center">
|
||||
<div class="relative">
|
||||
<img src="{{ profile.fileName ? asset('upload/image/profile/' ~ profile.fileName) : asset('upload/image/profile/default.png') }}" class="shadow-xl rounded-full align-middle border-none absolute -m-16 -ml-20 lg:-ml-16 max-w-[150px]"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="px-2 bg-white shadow-lg rounded-lg py-2">
|
||||
<div class="text-center mt-2">
|
||||
<h3 class="text-2xl text-slate-700 font-bold leading-normal mb-1">{{ profile.prenom }} {{ profile.nom }}</h3>
|
||||
<div class="text-sm mt-0 mb-2 text-slate-400 font-bold uppercase">
|
||||
|
||||
Reference in New Issue
Block a user