review homepage
This commit is contained in:
parent
fd472ca39e
commit
f0ec919b6d
@ -213,7 +213,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-lg-8 text-center">
|
<div class="col-lg-8 text-center">
|
||||||
<img src="/{{ appAlias }}/uploads/logo/{{ app.session.get('logodark') }}">
|
<img src="/{{ appAlias }}/uploads/logo/{{ app.session.get('logodark') }}" style="width:200px; border-radius:100%">
|
||||||
{% if not app.session.get("appdescription") is empty %}
|
{% if not app.session.get("appdescription") is empty %}
|
||||||
<div style="max-width:80%; text-align: justify; font-size:120%; margin:20px auto; padding:15px; background-color:var(--colorbgbodydarkdarker); border-radius:10px;">
|
<div style="max-width:80%; text-align: justify; font-size:120%; margin:20px auto; padding:15px; background-color:var(--colorbgbodydarkdarker); border-radius:10px;">
|
||||||
{{ app.session.get("appdescription")|raw}}
|
{{ app.session.get("appdescription")|raw}}
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<a class="herouseravatar" href="{{path("app_home_user",{userpseudo:user.slug})}}" style="width:200px">
|
<a class="herouseravatar" href="{{path("app_home_user",{userpseudo:user.slug})}}" style="width:200px">
|
||||||
<div style="padding: 0px 15px 0px 0px; text-align:center;">
|
<div style="padding: 0px 15px 0px 0px; text-align:center;">
|
||||||
<img src="/{{ appAlias }}/uploads/avatar/{{ user.avatar }}" class="mb-2" style="border-radius:100%">
|
<img src="/{{ appAlias }}/uploads/avatar/{{ user.avatar }}" class="mb-2" style="border-radius:100%; width:100px;">
|
||||||
<h2>{{user.pseudo}}</h2>
|
<h2>{{user.pseudo}}</h2>
|
||||||
En voir plus
|
En voir plus
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user