comparison bns_website/templates/buy.html @ 108:9ca05ec9b64e tip

Update buy links.
author Brian Neal <bgneal@gmail.com>
date Sat, 27 Sep 2014 12:36:06 -0500
parents cf4e7eed74d3
children
comparison
equal deleted inserted replaced
107:89d0511cb5c2 108:9ca05ec9b64e
8 <img src="{{ STATIC_URL }}images/cd.jpg" alt="Brave New Surf CD" title="Brave New Surf CD" /> 8 <img src="{{ STATIC_URL }}images/cd.jpg" alt="Brave New Surf CD" title="Brave New Surf CD" />
9 </div> 9 </div>
10 <div class="span6"> 10 <div class="span6">
11 <h1>Buy</h1> 11 <h1>Buy</h1>
12 <p> 12 <p>
13 Please click the buttons below to add the <em>Brave New Surf</em> CD to your <strong>Double Crown Records</strong> 13 You can find <span class="bns">Brave New Surf</span> here:</p>
14 shopping cart. You can pay by:
15 </p>
16 <ul> 14 <ul>
17 <li>Visa</li> 15 <li><a href="https://itunes.apple.com/us/album/brave-new-surf/id487192602">iTunes</a></li>
18 <li>Mastercard</li> 16 <li><a href="http://www.amazon.com/Brave-New-Surf/dp/B006KENVQU">Amazon</a></li>
19 <li>American Express</li> 17 <li><a href="http://www.cdbaby.com/cd/bravenewsurf">CD Baby</a></li>
20 <li>Discover</li> 18 <li><a href="http://www.emusic.com/album/various-artists/brave-new-surf/12979005/">eMusic</a></li>
21 <li>Diner's Club</li> 19 <li><a href="https://play.spotify.com/album/3R3D8Gci2GRcup5xImOoDT">Spotify</a></li>
22 <li>JCB</li>
23 <li>Paypal</li>
24 </ul>
25 <p>
26 <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>
27 <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>
28 </p>
29 <hr />
30 <p>If you prefer to order by mail, please send $12.75 USD plus shipping to:</p>
31 <address>
32 <strong>Double Crown Records</strong><br />
33 P.O. Box 4336<br />
34 Bellingham, WA 98227-4336<br />
35 USA
36 </address>
37 <p>Shipping:</p>
38 <ul>
39 <li>US - $2.00 USD</li>
40 <li>Canada - $3.00 USD</li>
41 <li>Rest of the World - $4.00 USD</li>
42 </ul> 20 </ul>
43 </div> 21 </div>
44 </div> 22 </div>
45 {% endblock %} 23 {% endblock %}