diff 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
line wrap: on
line diff
--- a/bns_website/templates/base.html	Fri Nov 11 19:12:51 2011 -0600
+++ b/bns_website/templates/base.html	Fri Nov 11 19:55:12 2011 -0600
@@ -7,9 +7,9 @@
 <title>Brave New Surf | {% block title %}{% endblock %}</title>
 <meta charset="utf-8" />
 {% block custom_meta %}{% endblock %}
-<link rel="shortcut icon" href="{{ STATIC_URL }}images/favicon.ico">
-<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css">
-<link rel="stylesheet" href="{{ STATIC_URL }}css/base.css">
+<link rel="shortcut icon" href="{{ STATIC_URL }}images/favicon.ico" />
+<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css" />
+<link rel="stylesheet" href="{{ STATIC_URL }}css/base.css" />
 {% block custom_css %}{% endblock %}
 {% block custom_js %}{% endblock %}
 </head>
@@ -22,7 +22,9 @@
 <footer class="footer">
 <div class="container">
    <p class="pull-right"><a href="#">Back to top</a></p>
-   <p>Brave New Surf &copy; 2011 <a href="http://www.doublecrownrecords.com/">Double Crown Records</a></p>
+   <p>
+   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>
+   </p>
    <p>Other footer type stuff goes down here.</p>
    <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>
 </div>