diff bns_website/templates/base.html @ 70:cf4e7eed74d3

Added the Future Bugler webfont. Made a few feeble attempts at styling, mainly to get feedback.
author Brian Neal <bgneal@gmail.com>
date Wed, 23 Nov 2011 15:36:51 -0600
parents b0f4ea06c698
children fbeda0f5f3be
line wrap: on
line diff
--- a/bns_website/templates/base.html	Wed Nov 23 09:39:56 2011 -0600
+++ b/bns_website/templates/base.html	Wed Nov 23 15:36:51 2011 -0600
@@ -9,6 +9,7 @@
 {% block custom_meta %}{% endblock %}
 <link rel="shortcut icon" href="{{ STATIC_URL }}images/favicon.ico" />
 <link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css" />
+<link rel="stylesheet" href="{{ STATIC_URL }}css/fonts/future_bugler.css" />
 <link rel="stylesheet" href="{{ STATIC_URL }}css/base.css" />
 {% block custom_css %}{% endblock %}
 {% block custom_js %}{% endblock %}
@@ -22,10 +23,9 @@
 <footer class="footer">
 <div class="container">
    <p class="pull-right"><a href="#">Back to top</a></p>
-   <p>
+   <p class="bns">
    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>
 </footer>