Mercurial > public > bravenewsurf
diff bns_website/templates/buy.html @ 49:a4e0b03e5c00
First attempt at the buy page. Corrected some HTML5 validation problems.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 11 Nov 2011 19:55:12 -0600 |
parents | f2cb9b2ec552 |
children | 4614ebe73263 |
line wrap: on
line diff
--- a/bns_website/templates/buy.html Fri Nov 11 19:12:51 2011 -0600 +++ b/bns_website/templates/buy.html Fri Nov 11 19:55:12 2011 -0600 @@ -3,6 +3,40 @@ {% block title %}Buy{% endblock %} {% block content %} {% navbar 'buy' %} -<h1>Buy</h1> -<p><strong>TODO</strong>: Put links to buy the CD here.</p> +<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 button 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">Add to Cart</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 %}