Màj SIRET, remplacé Amatic par Neucha, style team

This commit is contained in:
Pascal Engélibert 2023-04-12 09:29:06 +02:00
commit 2135970637
Signed by: tuxmain
GPG key ID: 3504BC6D362F7DCA
7 changed files with 39 additions and 39 deletions

View file

@ -1,18 +1,21 @@
<div class="team_box">
<div class="team_box-img_wrap"><img class="team_box-img" src="/img/team/{{img|safe}}" alt="{{title}}" aria-hidden/></div>
<div class="team_box-text">
<div class="team_box-text-spacer"></div>
<span class="team_box-title">{{title|safe}}</span>
{% if place %}
<span class="team_box-place">{{place|safe}}</span>
{% endif %}
{% if subtitle %}
<br/>
<span class="team_box-subtitle">{{subtitle|safe}}</span>
{% endif %}
{% if description %}
<br/>
<span class="team_box-description">{{description|safe}}</span>
{% endif %}
<div class="team_box-top">
<img class="team_box-img" src="/img/team/{{img|safe}}" alt="{{title}}" aria-hidden/>
<div class="team_box-text">
<span class="team_box-title">{{title|safe}}</span>
{% if subtitle %}
<br/>
<span class="team_box-subtitle">{{subtitle|safe}}</span>
{% endif %}
{% if place %}
<br/>
<span class="team_box-place">{{place|safe}}</span>
{% endif %}
</div>
</div>
{% if description %}
<div class="team_box-bottom">
<p class="team_box-description">{{description|safe}}</p>
</div>
{% endif %}
</div>