comparison bns_website/templates/base.html @ 49:a4e0b03e5c00

First attempt at the buy page. Corrected some HTML5 validation problems.
author Brian Neal <bgneal@gmail.com>
date Fri, 11 Nov 2011 19:55:12 -0600
parents 55e1d68da925
children b0f4ea06c698
comparison
equal deleted inserted replaced
48:b60c84d52afa 49:a4e0b03e5c00
5 xmlns:fb="https://www.facebook.com/2008/fbml"> 5 xmlns:fb="https://www.facebook.com/2008/fbml">
6 <head> 6 <head>
7 <title>Brave New Surf | {% block title %}{% endblock %}</title> 7 <title>Brave New Surf | {% block title %}{% endblock %}</title>
8 <meta charset="utf-8" /> 8 <meta charset="utf-8" />
9 {% block custom_meta %}{% endblock %} 9 {% block custom_meta %}{% endblock %}
10 <link rel="shortcut icon" href="{{ STATIC_URL }}images/favicon.ico"> 10 <link rel="shortcut icon" href="{{ STATIC_URL }}images/favicon.ico" />
11 <link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css"> 11 <link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css" />
12 <link rel="stylesheet" href="{{ STATIC_URL }}css/base.css"> 12 <link rel="stylesheet" href="{{ STATIC_URL }}css/base.css" />
13 {% block custom_css %}{% endblock %} 13 {% block custom_css %}{% endblock %}
14 {% block custom_js %}{% endblock %} 14 {% block custom_js %}{% endblock %}
15 </head> 15 </head>
16 <body>{% block begin_body %}{% endblock %} 16 <body>{% block begin_body %}{% endblock %}
17 17
20 </div> 20 </div>
21 21
22 <footer class="footer"> 22 <footer class="footer">
23 <div class="container"> 23 <div class="container">
24 <p class="pull-right"><a href="#">Back to top</a></p> 24 <p class="pull-right"><a href="#">Back to top</a></p>
25 <p>Brave New Surf &copy; 2011 <a href="http://www.doublecrownrecords.com/">Double Crown Records</a></p> 25 <p>
26 Brave New Surf © 2011 <a href="http://www.doublecrownrecords.com/">Double Crown Records</a> - Contact us: <a href="mailto:records@dblcrown.com">records@dblcrown.com</a>
27 </p>
26 <p>Other footer type stuff goes down here.</p> 28 <p>Other footer type stuff goes down here.</p>
27 <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> 29 <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>
28 </div> 30 </div>
29 </footer> 31 </footer>
30 32