index.html 5.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {% extends "pbp_store/store_base.html" %}
  2. {% load url from future %}
  3. {% load catalog_tags %}
  4. {% block store_details_div_id %}{% endblock store_details_div_id %}
  5. {% block nav_menu %}
  6. <div id="store_nav_container">
  7. <ul class="store_nav_list">
  8. <li class="store_nav_item"><a href="http://www.penbaypress.me/about/" class="store_nav_link">Penobscot Bay Press Media Site</a></li> |
  9. <li class="store_nav_item"><a href="https://penobscotbaypress.com/subs/" class="store_nav_link">Subscriptions</a></li> |
  10. <li class="store_nav_item"><a href="https://penobscotbaypress.com/subs/address/" class="store_nav_link">Change of Address</a></li> |
  11. <li class="store_nav_item"><a href="http://penobscotbaypress.smugmug.com/" class="store_nav_link">Photo Orders</a></li>
  12. </ul>
  13. </div>
  14. {% endblock nav_menu %}
  15. {% block body %}
  16. <div class="store_details_sidebar" style="clear:left">
  17. <div class="store_home_1col_thin" style="height:400px">
  18. <h2 class="store_sectionhead"><a href="http://www.penbaypress.me/about/" class="head_link">PBP Media Store</a></h2>
  19. <p class="store_media_teaser">A web store for PBP Books, Posters and DVDs<br><br>
  20. A portal for PBP's marketing, publishing and printing services for authors and businesses.
  21. </p> <br><a href="http://www.penbaypress.me/about/" class="head_link"><img src="{{MEDIA_URL}}images/headers/pbp_media_typewriter_teaser.jpg"></a><br><br>
  22. <div class="sub_nav">
  23. <ul class="sub_nav_list">
  24. <li class="sub_nav_item"><a href="http://www.penbaypress.me/" class="sub_nav_link">Media Store</a></li>
  25. <li class="sub_nav_item"><a href="http://www.penbaypress.me/publish-with-pbp/" class="sub_nav_link">Publish with PBP</a></li>
  26. <li class="sub_nav_item"><a href="http://www.penbaypress.me/about-1/" class="sub_nav_link">Print Shop</a></li>
  27. </li>
  28. </ul>
  29. </div>
  30. </div>
  31. <div class="store_home_1col_thin" style="height:400px" align="left">
  32. <h2 class="store_sectionhead"><a href="https://penobscotbaypress.com/subs/" class="head_link">Subscriptions</a></h2>
  33. <p class="store_home_descrip">
  34. Keep informed with a subscription to one of our weekly community newspapers.<br />
  35. <img src="{{MEDIA_URL}}images/headers/cp_flag_140.jpg" alt="Castine Patriot logo" style="margin-right:18px" /><br><br>
  36. <img src="{{MEDIA_URL}}images/headers/ia_flag_140.jpg" alt="Island Ad-Vantages logo" style="margin-right:18px" /><br><br>
  37. <img src="{{MEDIA_URL}}images/headers/wp_flag_140.jpg" alt="The Weekly Packet logo" /><br><br>
  38. To purchase a new subscription for yourself or someone else, renew an existing subscription or change your address, choose one of the options below.</p>
  39. <div class="sub_nav">
  40. <ul class="sub_nav_list">
  41. <li class="sub_nav_item"><a href="https://penobscotbaypress.com/subs/" class="sub_nav_link">Subscriptions</a></li>
  42. <li class="sub_nav_item"><a href="https://penobscotbaypress.com/subs/address/" class="sub_nav_link">Change of Address</a></li>
  43. </li>
  44. </ul>
  45. </div>
  46. </div>
  47. <div class="store_home_1col_thin" style="height:400px">
  48. <h2 class="store_sectionhead"><a href="http://penobscotbaypress.smugmug.com/" class="head_link">Photo Orders</a></h2>
  49. <p class="store_media_teaser">Order many of the photos you see on our website and then some!</p>
  50. <p class="store_home_descrip">Most prints start at $1 and are delivered directly to you. Print your favorite newspaper photos on a mug, a t-shirt, or even poster size. Browse by publication date, keyword search or the individual galleries. Share your favorite photos to social media or download a link to share with all your friends and family.</p>
  51. <a href="http://penobscotbaypress.smugmug.com/" class="head_link"><img src="https://penobscotbaypress.com//media/images/headers/2013/smugmug_teaser_img_2014.jpg"></a>
  52. </div>
  53. </div>
  54. <div style="clear:both; padding:10px">
  55. <hr size="1">
  56. <ul class="store_nav_list">
  57. <li class="store_nav_item"><a href="{% url 'help' %}" class="store_nav_link">Store Help</a></li>
  58. <li class="store_nav_item"><a href="{% url 'privacy' %}" class="store_nav_link">Privacy Policy</a></li>
  59. </li>
  60. </ul>
  61. <p class="store_home_descrip">Note: To better serve our customers, we have moved to a more simplified subscription ordering system and a separate media store. The new subscription forms no longer use customer accounts. If you need to access your account information from our old store, <a href="https://penobscotbaypress.com/accounts/profile/" class="basic_link">please click here.</a></p>
  62. </div>
  63. <div style="padding-left:0px; padding-bottom:8px; padding-top:12px; clear:both">
  64. <hr size="1">
  65. <!-- Google AdSense BEGIN -->
  66. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  67. <!-- Large banner for bottom of pages -->
  68. <ins class="adsbygoogle"
  69. style="display:inline-block;width:728px;height:90px"
  70. data-ad-client="ca-pub-7616595738812584"
  71. data-ad-slot="1750256958"></ins>
  72. <script>
  73. (adsbygoogle = window.adsbygoogle || []).push({});
  74. </script>
  75. <!-- Google AdSense END -->
  76. <!-- AddThis Smart Layers BEGIN -->
  77. <!-- Go to http://www.addthis.com/get/smart-layers to customize -->
  78. <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=penbaypress"></script>
  79. <script type="text/javascript">
  80. addthis.layers({
  81. 'theme' : 'transparent',
  82. 'share' : {
  83. 'position' : 'right',
  84. 'services' : 'facebook,twitter,email,print,gmail,tumblr,more',
  85. }
  86. });
  87. </script>
  88. <!-- AddThis Smart Layers END -->
  89. </div>
  90. {% endblock body %}