comparison 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
comparison
equal deleted inserted replaced
69:7b3dc0ee9198 70:cf4e7eed74d3
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.4.0/bootstrap.min.css" /> 11 <link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css" />
12 <link rel="stylesheet" href="{{ STATIC_URL }}css/fonts/future_bugler.css" />
12 <link rel="stylesheet" href="{{ STATIC_URL }}css/base.css" /> 13 <link rel="stylesheet" href="{{ STATIC_URL }}css/base.css" />
13 {% block custom_css %}{% endblock %} 14 {% block custom_css %}{% endblock %}
14 {% block custom_js %}{% endblock %} 15 {% block custom_js %}{% endblock %}
15 </head> 16 </head>
16 <body>{% block begin_body %}{% endblock %} 17 <body>{% block begin_body %}{% endblock %}
20 </div> 21 </div>
21 22
22 <footer class="footer"> 23 <footer class="footer">
23 <div class="container"> 24 <div class="container">
24 <p class="pull-right"><a href="#">Back to top</a></p> 25 <p class="pull-right"><a href="#">Back to top</a></p>
25 <p> 26 <p class="bns">
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 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> 28 </p>
28 <p>Other footer type stuff goes down here.</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> 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>
30 </div> 30 </div>
31 </footer> 31 </footer>
32 32
33 {% block end_body %}{% endblock %} 33 {% block end_body %}{% endblock %}