diff bns_website/templates/buy.html @ 65:4e6a30e35334 bands-experimental-ui

Merging default back into my experimental UI branch for more experimenting.
author Chris Ridgway <ckridgway@gmail.com>
date Wed, 16 Nov 2011 22:57:58 -0600
parents 4614ebe73263
children cf4e7eed74d3
line wrap: on
line diff
--- a/bns_website/templates/buy.html	Mon Nov 14 23:17:58 2011 -0600
+++ b/bns_website/templates/buy.html	Wed Nov 16 22:57:58 2011 -0600
@@ -3,6 +3,43 @@
 {% 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 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">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">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 %}