mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-05 20:32:54 +02:00
Team
This commit is contained in:
17
templates/shortcodes/team_box.html
Normal file
17
templates/shortcodes/team_box.html
Normal file
@ -0,0 +1,17 @@
|
||||
<div class="team_box">
|
||||
<a class="team_box-link">
|
||||
<div class="team_box-img_wrap"><img class="team_box-img" src="/img/team/{{img|safe}}" alt="{{title}}" aria-hidden/></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 %}
|
||||
</a>
|
||||
</div>
|
Reference in New Issue
Block a user