comparison bns_website/templates/bands/band_list.html @ 74:e0a0ebc56afe

The 1 pixel border around hero-unit broke this page. Shrank one column to fix; not sure if that was totally right or not. Style the button to visit the band website in the Future Bugler font.
author Brian Neal <bgneal@gmail.com>
date Wed, 23 Nov 2011 20:31:17 -0600
parents c3b4884fe4ea
children e60af48feb00
comparison
equal deleted inserted replaced
73:0f63b721cc21 74:e0a0ebc56afe
57 </a> 57 </a>
58 {% else %} 58 {% else %}
59 <img src="http://placehold.it/200x200&text={{ band.name|escapejs }}"> 59 <img src="http://placehold.it/200x200&text={{ band.name|escapejs }}">
60 {% endif %} 60 {% endif %}
61 </div> 61 </div>
62 <div class="span10"> 62 <div class="span9">
63 <h1>{{ band.name }}</h1> 63 <h1>{{ band.name }}</h1>
64 <br/> 64 <br/>
65 <span>{{ band.notes }}</span> 65 <span>{{ band.notes }}</span>
66 {% if band.url %} 66 {% if band.url %}
67 <p style="margin-top:1em"><a class="btn default" href="{{ band.url }}">Band Site</a></p> 67 <p style="margin-top:1em"><a class="btn default bns" href="{{ band.url }}">Visit Website</a></p>
68 {% endif %} 68 {% endif %}
69 </div> 69 </div>
70 </div> 70 </div>
71 </div> 71 </div>
72 {% endfor %} 72 {% endfor %}