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>
|
||||
<br>
|
||||
|
||||
<div class="flex justify-around">
|
||||
<div class="flex flex-col gap-5">
|
||||
<p class="text-gray-600">Nom : {{ app.user.firstName }}</p>
|
||||
<p class="text-gray-600">Prénom : {{ app.user.lastName }}</p>
|
||||
@ -13,14 +12,15 @@
|
||||
</div>
|
||||
|
||||
{% if app.user.resume != "" %}
|
||||
<div class="flex justify-around">
|
||||
<div>
|
||||
<iframe height="575px" width="400px" src={{ 'cv/' ~ app.user.resume }}></iframe>
|
||||
{% if app.user.resumeName != "" %}
|
||||
<p class="text-gray-600 italic">Nom du fichier : {{ app.user.resumeName }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<br>
|
||||
<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