Mercurial > public > bravenewsurf
view bns_website/templates/buy.html @ 79:548b9e61bd64
Updated bands.json to include "asset_prefix" tags for all the bands.
Incorporated all the small images from Ferenc into the bands slideshow.
Went through and crushed all the large images to fit within 800x600.
Make sure to "manage.py loaddata bands.json" after picking this up.
author | Chris Ridgway <ckridgway@gmail.com> |
---|---|
date | Fri, 25 Nov 2011 16:54:59 -0600 |
parents | cf4e7eed74d3 |
children | 9ca05ec9b64e |
line wrap: on
line source
{% extends 'base.html' %} {% load core_tags %} {% block title %}Buy{% endblock %} {% block content %} {% navbar 'buy' %} <div class="row"> <div class="span10"> <img src="{{ STATIC_URL }}images/cd.jpg" alt="Brave New Surf CD" title="Brave New Surf CD" /> </div> <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> <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> </ul> </div> </div> {% endblock %}