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-05-17 18:34:18 +02:00

10 lines
351 B
Smarty

<div class="col-md-4 services-icon">
<div class="services-icon-info" style="text-align: center;">
<img src="./files/images/${icon}@3x.png" style="width: 80px;"/>
</div>
<div class="services-icon-text">
<h4><strong>${text}</strong></h4>
<h6 style="padding-top:5px;">${subtext}</h6>
</div>
<br><br><br>
</div>