# HG changeset patch # User Chris Ridgway # Date 1320988155 21600 # Node ID 59dd574fcfffef78d58605fe279273986a9a0f7d # Parent 51c01a3cb2f2320c906cf0c4661fb8a127d8c27c Created a branch for band UI development. Took a first stab at a grid based approach. diff -r 51c01a3cb2f2 -r 59dd574fcfff bns_website/templates/bands/band_list.html --- a/bns_website/templates/bands/band_list.html Wed Nov 09 23:24:34 2011 -0600 +++ b/bns_website/templates/bands/band_list.html Thu Nov 10 23:09:15 2011 -0600 @@ -13,28 +13,41 @@ $("#accordion").accordion({active: false}); }); + {% endblock %} {% block content %} {% navbar 'bands' %} -

Bands

-

This is too "wall of text-y", so maybe break it up with band photos. And/or put a javascript slideshow of all the bands up here at the top.

-
-{% for band in object_list %} -
{{ band.name }}
-
{{ band.notes|linebreaksbr }}
-{% endfor %} -
-

And here is what it looks like as a jQuery accordion.

-
-{% for band in object_list %} -

{{ band.name }}

-
- {{ band.notes|linebreaksbr }} -

{{ band.name }} Website

-
-{% endfor %} +
+

Band Name Here

+ + Click on a band logo below... TODO: Until a band is selected just cycle through the bands over time. + +

Band Site

+
+ {% for band in object_list %} +
+ +
+ {% endfor %} +
+ + + {% endblock %}