Mercurial > public > bravenewsurf
changeset 108:9ca05ec9b64e tip
Update buy links.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 27 Sep 2014 12:36:06 -0500 |
parents | 89d0511cb5c2 |
children | |
files | bns_website/templates/base.html bns_website/templates/buy.html requirements.txt |
diffstat | 3 files changed, 9 insertions(+), 31 deletions(-) [+] |
line wrap: on
line diff
--- a/bns_website/templates/base.html Tue Oct 15 21:00:21 2013 -0500 +++ b/bns_website/templates/base.html Sat Sep 27 12:36:06 2014 -0500 @@ -24,7 +24,7 @@ <div class="container"> <p class="pull-right"><a href="#">Back to top</a></p> <p class="bns"> - Brave New Surf © 2011 - 2013 <a href="http://www.doublecrownrecords.com/">Double Crown Records</a> - Contact us: <a href="mailto:records@dblcrown.com">records@dblcrown.com</a> + Brave New Surf © 2011 - 2014 <a href="http://www.doublecrownrecords.com/">Double Crown Records</a> - Contact us: <a href="mailto:records@dblcrown.com">records@dblcrown.com</a> </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>
--- a/bns_website/templates/buy.html Tue Oct 15 21:00:21 2013 -0500 +++ b/bns_website/templates/buy.html Sat Sep 27 12:36:06 2014 -0500 @@ -10,35 +10,13 @@ <div class="span6"> <h1>Buy</h1> <p> - Please click the buttons below to add the <em>Brave New Surf</em> CD to your <strong>Double Crown Records</strong> - shopping cart. You can pay by: - </p> + You can find <span class="bns">Brave New Surf</span> here:</p> <ul> - <li>Visa</li> - <li>Mastercard</li> - <li>American Express</li> - <li>Discover</li> - <li>Diner's Club</li> - <li>JCB</li> - <li>Paypal</li> - </ul> - <p> - <a href="http://www.ccnow.com/cgi-local/cart.cgi?doublecrown_DCCD45_http://www.doublecrownrecords.com/products-page/" class="btn large primary bns">1 for $12.75</a> - <a href="http://www.ccnow.com/cgi-local/cart.cgi?doublecrown_DCCD452X_http://www.doublecrownrecords.com/products-page/" class="btn large danger bns">2 for $20!!!</a> - </p> - <hr /> - <p>If you prefer to order by mail, please send $12.75 USD plus shipping to:</p> - <address> - <strong>Double Crown Records</strong><br /> - P.O. Box 4336<br /> - Bellingham, WA 98227-4336<br /> - USA - </address> - <p>Shipping:</p> - <ul> - <li>US - $2.00 USD</li> - <li>Canada - $3.00 USD</li> - <li>Rest of the World - $4.00 USD</li> + <li><a href="https://itunes.apple.com/us/album/brave-new-surf/id487192602">iTunes</a></li> + <li><a href="http://www.amazon.com/Brave-New-Surf/dp/B006KENVQU">Amazon</a></li> + <li><a href="http://www.cdbaby.com/cd/bravenewsurf">CD Baby</a></li> + <li><a href="http://www.emusic.com/album/various-artists/brave-new-surf/12979005/">eMusic</a></li> + <li><a href="https://play.spotify.com/album/3R3D8Gci2GRcup5xImOoDT">Spotify</a></li> </ul> </div> </div>