diff bns_website/templates/home.html @ 75:b4c5b04c4209

Fix some validation problems (extra </div>, "px" in image size & width). Made the headlines bigger. Ferenc didn't want the track listing centered over the 2 columns.
author Brian Neal <bgneal@gmail.com>
date Wed, 23 Nov 2011 21:14:49 -0600
parents c9a2c21b68bd
children b936799189a1
line wrap: on
line diff
--- a/bns_website/templates/home.html	Wed Nov 23 20:31:17 2011 -0600
+++ b/bns_website/templates/home.html	Wed Nov 23 21:14:49 2011 -0600
@@ -16,7 +16,6 @@
 <link rel="stylesheet" href="{{ STATIC_URL }}js/fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
 <style>
    .hero-unit { margin:0px 0px 20px 0px; padding:20px;}
-   .hero-unit h4 { text-align:center; }
    .hero-unit p#get-it-now { text-align:center; }
    .hero-unit ol#column1 { margin-left: 0px; }
    .hero-unit ol#column2 { margin-left: 10px; }
@@ -39,7 +38,7 @@
    <div class="row">
       <div class="span6">
          <a id="album-cover" href="{{ STATIC_URL }}images/bns_cover.jpg">
-         <img src="{{ STATIC_URL }}images/bns_cover11.jpg" width="320px" height="320px" alt="Album cover" title="View full size cover art" /></a>
+         <img src="{{ STATIC_URL }}images/bns_cover11.jpg" width="320" height="320" alt="Album cover" title="View full size cover art" /></a>
          <br/>
          <br/>
          <br/>
@@ -47,14 +46,14 @@
            <a href="{% url 'buy' %}" class="btn large primary bns">Get it Now! »</a>
            <a href="{% url 'music' %}" class="btn large info bns">Listen Now! »</a>
          </p>
-   </div>
+      </div>
       <div>
-         <h2>Brave New Surf</h2>
+         <h1>Brave New Surf</h1>
          <p>
-         is a collection of the best of modern instrumental surf music from around the world. The newest sounds of surf music are more vibrant, more diverse, more charged with energy and excitement than ever. These are the new surf classics &mdash; this is <strong><span class="bns">BRAVE NEW SURF!</span></strong>
+         is a collection of the best of modern instrumental surf music from around the world. The newest sounds of surf music are more vibrant, more diverse, more charged with energy and excitement than ever. These are the new surf classics — this is <strong><span class="bns">BRAVE NEW SURF!</span></strong>
          </p>
          <br/>
-         <h4>Track Listing</h4>
+         <h2>Track Listing</h2>
          <div class="row">
             <div class="span4">
                <ol id="column1">
@@ -151,6 +150,5 @@
       </div>
    </div>
 </div>
-</div>
 {% endblock %}
 {% block end_body %}{% include 'core/social_sharing_end.html' %}{% endblock %}