correctifs cv profile
This commit is contained in:
parent
f8ecfcc07d
commit
2903005bcc
@ -3,7 +3,6 @@
|
|||||||
<p class="text-gray-700">Vous êtes à la recherche d'un stage.</p>
|
<p class="text-gray-700">Vous êtes à la recherche d'un stage.</p>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<div class="flex justify-around">
|
|
||||||
<div class="flex flex-col gap-5">
|
<div class="flex flex-col gap-5">
|
||||||
<p class="text-gray-600">Nom : {{ app.user.firstName }}</p>
|
<p class="text-gray-600">Nom : {{ app.user.firstName }}</p>
|
||||||
<p class="text-gray-600">Prénom : {{ app.user.lastName }}</p>
|
<p class="text-gray-600">Prénom : {{ app.user.lastName }}</p>
|
||||||
@ -13,14 +12,15 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if app.user.resume != "" %}
|
{% if app.user.resume != "" %}
|
||||||
|
<div class="flex justify-around">
|
||||||
<div>
|
<div>
|
||||||
<iframe height="575px" width="400px" src={{ 'cv/' ~ app.user.resume }}></iframe>
|
<iframe height="575px" width="400px" src={{ 'cv/' ~ app.user.resume }}></iframe>
|
||||||
{% if app.user.resumeName != "" %}
|
{% if app.user.resumeName != "" %}
|
||||||
<p class="text-gray-600 italic">Nom du fichier : {{ app.user.resumeName }}</p>
|
<p class="text-gray-600 italic">Nom du fichier : {{ app.user.resumeName }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<a class="bg-teal-500 hover:bg-teal-600 text-white py-2 px-4 rounded-full"
|
<a class="bg-teal-500 hover:bg-teal-600 text-white py-2 px-4 rounded-full"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user