Mercurial > public > bravenewsurf
comparison 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 |
comparison
equal
deleted
inserted
replaced
48:b60c84d52afa | 49:a4e0b03e5c00 |
---|---|
1 {% extends 'base.html' %} | 1 {% extends 'base.html' %} |
2 {% load core_tags %} | 2 {% load core_tags %} |
3 {% block title %}Buy{% endblock %} | 3 {% block title %}Buy{% endblock %} |
4 {% block content %} | 4 {% block content %} |
5 {% navbar 'buy' %} | 5 {% navbar 'buy' %} |
6 <h1>Buy</h1> | 6 <div class="row"> |
7 <p><strong>TODO</strong>: Put links to buy the CD here.</p> | 7 <div class="span10"> |
8 <img src="{{ STATIC_URL }}images/cd.jpg" alt="Brave New Surf CD" title="Brave New Surf CD" /> | |
9 </div> | |
10 <div class="span6"> | |
11 <h1>Buy</h1> | |
12 <p> | |
13 Please click the button below to add the <em>Brave New Surf</em> CD to your <strong>Double Crown Records</strong> | |
14 shopping cart. You can pay by: | |
15 </p> | |
16 <ul> | |
17 <li>Visa</li> | |
18 <li>Mastercard</li> | |
19 <li>American Express</li> | |
20 <li>Discover</li> | |
21 <li>Diner's Club</li> | |
22 <li>JCB</li> | |
23 <li>Paypal</li> | |
24 </ul> | |
25 <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> | |
26 <hr /> | |
27 <p>If you prefer to order by mail, please send $12.75 USD plus shipping to:</p> | |
28 <address> | |
29 <strong>Double Crown Records</strong><br /> | |
30 P.O. Box 4336<br /> | |
31 Bellingham, WA 98227-4336<br /> | |
32 USA | |
33 </address> | |
34 <p>Shipping:</p> | |
35 <ul> | |
36 <li>US - $2.00 USD</li> | |
37 <li>Canada - $3.00 USD</li> | |
38 <li>Rest of the World - $4.00 USD</li> | |
39 </ul> | |
40 </div> | |
41 </div> | |
8 {% endblock %} | 42 {% endblock %} |