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

12 lines
511 B
Smarty

<div class="col-md-4" style="padding-bottom: 30px;">
<div style="border: rgb(151,151,151) solid 1px; background: rgb(216,216,216); min-height: 200px; max-height: 200px; overflow: hidden;">
<a href="${link}" target="_blank">
<img src="${img}" alt="${title}" class="img-responsive" style="min-height: 200px;width: 100%;"/>
<div class="overlay">
<div>
<h5>${title}</h5>
</div>
</div>
</a>
</div>
</div>