2021-05-13 16:04:00 +00:00
|
|
|
<footer id="footer">
|
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
<div id="logos">
|
|
|
|
<div class="row">
|
|
|
|
<h1 style="font-size:18px;"><b>Patrocinadores:</b></h1>
|
|
|
|
{% for sponsor in sponsors %}
|
|
|
|
<div class="thumbnail">
|
|
|
|
<a href="{{sponsor.web}}" target="_blank" style="{{sponsor.linkstyle}}">
|
2021-08-23 21:55:11 +00:00
|
|
|
<img src="/{{sponsor.img}}" alt="{{sponsor.nombre}}" style="{{sponsor.imgstyle}}" />
|
2021-05-13 16:04:00 +00:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<p>Creado por <a href="http://www.cmat.edu.uy" target="_blank">El Centro de Matemática</a></p>
|
|
|
|
<p style="text-transform:none;">Germán Correa - germanc@cmat.edu.uy</a></p>
|
|
|
|
</footer>
|