Mercurial > public > madeira
comparison mysite/templates/band/base.html @ 12:d771b81e927e
Incorporate blueprints css into the site design.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 11 May 2010 23:18:32 +0000 |
parents | 89978c135246 |
children | f3052378ab47 |
comparison
equal
deleted
inserted
replaced
11:89978c135246 | 12:d771b81e927e |
---|---|
8 <meta name="robots" content="all" /> | 8 <meta name="robots" content="all" /> |
9 <meta name="Author" content="Brian Neal" /> | 9 <meta name="Author" content="Brian Neal" /> |
10 <meta name="copyright" content="© 2007-2010 Brian Neal" /> | 10 <meta name="copyright" content="© 2007-2010 Brian Neal" /> |
11 <meta name="keywords" lang="en-us" content="instrumental surf, surf, guitar, musician, instro, surf music, Dick Dale, Atlantics, Surf Coasters, Fender, Strat, Stratocaster, Destination Earth, Destination: Earth!,Space Cossacks, Troubadours, reverb" /> | 11 <meta name="keywords" lang="en-us" content="instrumental surf, surf, guitar, musician, instro, surf music, Dick Dale, Atlantics, Surf Coasters, Fender, Strat, Stratocaster, Destination Earth, Destination: Earth!,Space Cossacks, Troubadours, reverb" /> |
12 <meta name="description" lang="en-us" content="Home page for the instrumental surf band The Madeira. The Madeira combine high energy performances reminiscent of The Atlantics and Dick Dale with exotic melodies and an unusually high level of musicianship. This page contains show dates, photos, videos, and news about the band." /> | 12 <meta name="description" lang="en-us" content="Home page for the instrumental surf band The Madeira. The Madeira combine high energy performances reminiscent of The Atlantics and Dick Dale with exotic melodies and an unusually high level of musicianship. This page contains show dates, photos, videos, and news about the band." /> |
13 <link rel="stylesheet" href="{{ MEDIA_URL }}css/blueprint/screen.css" type="text/css" media="screen, projection" /> | |
14 <link rel="stylesheet" href="{{ MEDIA_URL }}css/blueprint/print.css" type="text/css" media="print" /> | |
15 <!--[if lt IE 8]> | |
16 <link rel="stylesheet" href="{{ MEDIA_URL }}css/blueprint/ie.css" type="text/css" media="screen, projection" /> | |
17 <![endif]--> | |
18 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/theme.css" /> | |
13 {% block custom_css %}{% endblock %} | 19 {% block custom_css %}{% endblock %} |
14 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/theme.css" /> | |
15 {% block custom_js %}{% endblock %} | 20 {% block custom_js %}{% endblock %} |
16 <link rel="shortcut icon" type="image/vnd.microsoft.com" href="{{ MEDIA_URL }}images/favicon.ico" /> | 21 <link rel="shortcut icon" type="image/vnd.microsoft.com" href="{{ MEDIA_URL }}images/favicon.ico" /> |
17 </head> | 22 </head> |
18 <body> | 23 <body> |
24 <div class="container"> | |
19 | 25 |
20 <div class="header"> | 26 <div id="header" class="span-24 last"> |
21 <img src="{{ MEDIA_URL }}images/madeira-p10-logo.jpg" border="0" alt="Madeira Logo" /> | 27 <img src="{{ MEDIA_URL }}images/header-logo.jpg" border="0" alt="Madeira Logo" /> |
22 </div> | 28 </div> |
23 | 29 |
24 <div id="navleft"> | 30 <div id="navleft" class="span-4 append-1"> |
25 <ul> | 31 <ul> |
26 <li><a href="{% url mysite.band.views.index %}">Home</a></li> | 32 <li><a href="{% url mysite.band.views.index %}">Home</a></li> |
27 <li><a href="{% url mysite.band.views.news %}">News</a></li> | 33 <li><a href="{% url mysite.band.views.news %}">News</a></li> |
28 <li><a href="{% url mysite.band.views.bio %}">Biography</a></li> | 34 <li><a href="{% url mysite.band.views.bio %}">Biography</a></li> |
29 <li><a href="{% url mysite.band.views.gigs %}">Shows</a></li> | 35 <li><a href="{% url mysite.band.views.gigs %}">Shows</a></li> |
38 <li><a href="http://myspace.com/themadeira">Myspace</a></li> | 44 <li><a href="http://myspace.com/themadeira">Myspace</a></li> |
39 <li><a href="http://facebook.com/themadeira">Facebook</a></li> | 45 <li><a href="http://facebook.com/themadeira">Facebook</a></li> |
40 </ul> | 46 </ul> |
41 </div> | 47 </div> |
42 | 48 |
43 <div class="content"> | 49 <div id="xxx-content" class="span-19 last"> |
44 {% block content %} | 50 {% block content %} |
45 {% endblock %} | 51 {% endblock %} |
46 <div id="footer"> | |
47 Website © 2008 - 2010 by The Madeira <br /> | |
48 Visit <a href="http://myspace.com/themadeira">The Madeira on Myspace</a><br /> | |
49 and <a href="http://facebook.com/themadeira">The Madeira on Facebook</a><br /> | |
50 </div> | |
51 </div> | 52 </div> |
52 | 53 |
54 <div id="footer" class="span-24 last"> | |
55 Website © 2008 - 2010 by The Madeira <br /> | |
56 Visit <a href="http://myspace.com/themadeira">The Madeira on Myspace</a><br /> | |
57 and <a href="http://facebook.com/themadeira">The Madeira on Facebook</a><br /> | |
58 </div> | |
59 | |
60 </div> | |
53 </body> | 61 </body> |
54 </html> | 62 </html> |