22 lines
		
	
	
		
			732 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			732 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
  <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}}">
 | 
						|
              <img src="{{sponsor.img}}" alt="{sponsor.nombre}" style="{{sponsor.imgstyle}}" />
 | 
						|
            </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> |