Mercurial > public > bravenewsurf
changeset 71:c9a2c21b68bd
Making some tweaks to the design as per feedback from Ferenc.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 23 Nov 2011 16:38:31 -0600 |
parents | cf4e7eed74d3 |
children | d1c8a723ad10 |
files | bns_website/static/css/base.css bns_website/templates/home.html |
diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/bns_website/static/css/base.css Wed Nov 23 15:36:51 2011 -0600 +++ b/bns_website/static/css/base.css Wed Nov 23 16:38:31 2011 -0600 @@ -31,6 +31,10 @@ .footer .bns { color: #e2f1f8; } +.hero-unit { + background-color: #e2f1f8; + border: 1px solid #00aab4; +} /* -----------------------------------------------
--- a/bns_website/templates/home.html Wed Nov 23 15:36:51 2011 -0600 +++ b/bns_website/templates/home.html Wed Nov 23 16:38:31 2011 -0600 @@ -15,7 +15,7 @@ {% block custom_css %} <link rel="stylesheet" href="{{ STATIC_URL }}js/fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" /> <style> - .hero-unit { margin:0px 10px 20px 10px; padding:20px;} + .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; } @@ -48,7 +48,7 @@ <a href="{% url 'music' %}" class="btn large info bns">Listen Now! »</a> </p> </div> - <div class="8"> + <div> <h2>Brave New Surf</h2> <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 — this is <strong><span class="bns">BRAVE NEW SURF!</span></strong> @@ -103,7 +103,7 @@ </p><p> September 2011 marked the 50th anniversary of the release of the first surf record, Let’s Go Trippin’ by The King of Surf Guitar, Dick Dale (who celebrated this anniversary by touring the US yet again, at the amazing age of 74). The first half-century of surf music was an amazing ride, but for the bands represented here surf music is NOT a nostalgia trip. They are moving beyond the 1960s standards as the be-all, end-all of surf music. </p><p> - Surf music has never been so vibrant, so diverse, so charged with energy and excitement. It’s time for the new surf classics. It’s time for BRAVE NEW SURF! + Surf music has never been so vibrant, so diverse, so charged with energy and excitement. It’s time for the new surf classics. It’s time for <span class="bns">BRAVE NEW SURF!</span> </p> <p><a href="{% url 'buy' %}" class="btn primary bns">Buy Now »</a> <a href="{% url 'music' %}" class="btn info bns">Listen Now »</a>