index.html 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ---
  2. layout: page
  3. title : Shop
  4. group: navigation
  5. order: 8
  6. ---
  7. {% include base.html %}
  8. <div class="shop">
  9. <p>We still have a limited supply of tote bags and 1" buttons from Radical Networks 2017. Grab them here before they are all gone! Note that items will be shipped from Germany and will take 1-2 weeks to receive by post.</p>
  10. <hr />
  11. <div class="item">
  12. <p>Heavy Duty Black Cotton Tote Bag</p>
  13. <img src="{{ base }}/assets/themes/images/tote.jpg" width="200" />
  14. <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
  15. <input type="hidden" name="cmd" value="_s-xclick">
  16. <input type="hidden" name="hosted_button_id" value="LT9T8UDW3U8C6">
  17. <table>
  18. <tr><td><input type="hidden" name="on0" value="Price Including Shipping">Price Including Shipping</td></tr><tr><td><select name="os0">
  19. <option value="Within Germany">Within Germany $20.00 USD</option>
  20. <option value="Within EU">Within EU $25.00 USD</option>
  21. <option value="US and World">US and World $30.00 USD</option>
  22. </select> </td></tr>
  23. </table>
  24. <input type="hidden" name="currency_code" value="USD">
  25. <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
  26. <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
  27. </form>
  28. </div>
  29. <div class="item">
  30. <p>1" Pin-Back Button</p>
  31. <img src="{{ base }}/assets/themes/images/pin.jpg" width="200" />
  32. <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
  33. <input type="hidden" name="cmd" value="_s-xclick">
  34. <input type="hidden" name="hosted_button_id" value="2S7VXFYULKULN">
  35. <table>
  36. <tr><td><input type="hidden" name="on0" value="Price Including Shipping">Price Including Shipping</td></tr><tr><td><select name="os0">
  37. <option value="Within Germany">Within Germany $2.00 USD</option>
  38. <option value="Within EU">Within EU $2.75 USD</option>
  39. <option value="US and World">US and World $2.75 USD</option>
  40. </select> </td></tr>
  41. </table>
  42. <input type="hidden" name="currency_code" value="USD">
  43. <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
  44. <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
  45. </form>
  46. </div>
  47. </div>