This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
2018-03-26 18:48:44 +02:00

14 lines
497 B
Smarty

<div class="col-md-3 w3_agileits_team_grid">
<div class="w3layouts_team_grid">
<img src="${img}" alt="${name}" class="img-responsive"/>
<div class="w3layouts_team_grid_pos">
<div class="wthree_text agileinfo_about_text">
<ul>${links}</ul>
</div>
</div>
</div>
<div class="w3_agileits_team-info">
<h4>${name}&nbsp;<i class="fa fa-circle" style="color: ${aktiv};"></i></h4>
<p>${text}</p>
</div>
</div>