Mercurial > public > bravenewsurf
comparison bns_website/templates/base.html @ 5:04991ccaf30c
Prototyped home page. Used fancybox effect on cover art.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 28 Oct 2011 21:58:54 -0500 |
parents | 71f2941161e9 |
children | 55e1d68da925 |
comparison
equal
deleted
inserted
replaced
4:2698ff124e87 | 5:04991ccaf30c |
---|---|
17 </div> | 17 </div> |
18 | 18 |
19 <footer class="footer"> | 19 <footer class="footer"> |
20 <div class="container"> | 20 <div class="container"> |
21 <p class="pull-right"><a href="#">Back to top</a></p> | 21 <p class="pull-right"><a href="#">Back to top</a></p> |
22 <p>Brave New Surf © 2011 Double Crown Records</p> | 22 <p>Brave New Surf © 2011 <a href="http://www.doublecrownrecords.com/">Double Crown Records</a></p> |
23 <p>Other footer type stuff goes down here.</p> | 23 <p>Other footer type stuff goes down here.</p> |
24 <p><small>FENDER, JAZZMASTER and the distinctive headstock design commonly found on FENDER guitars are registered trademarks of <a href="http://www.fender.com">Fender Musical Instruments Corporation</a> and used herein with express written permission. All rights reserved.</small></p> | |
24 </div> | 25 </div> |
25 </footer> | 26 </footer> |
26 | 27 |
27 {% block end_body %}{% endblock %} | 28 {% block end_body %}{% endblock %} |
28 </body> | 29 </body> |