1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {% extends "pbp_store/store_base.html" %}
- {% load url from future %}
- {% load catalog_tags %}
- {% block store_details_div_id %}{% endblock store_details_div_id %}
- {% block nav_menu %}
- <div id="store_nav_container">
- <ul class="store_nav_list">
- <li class="store_nav_item"><a href="http://www.penbaypress.me/about/" class="store_nav_link">Penobscot Bay Press Media Site</a></li> |
- <li class="store_nav_item"><a href="https://penobscotbaypress.com/subs/" class="store_nav_link">Subscriptions</a></li> |
- <li class="store_nav_item"><a href="https://penobscotbaypress.com/subs/address/" class="store_nav_link">Change of Address</a></li> |
- <li class="store_nav_item"><a href="http://penobscotbaypress.smugmug.com/" class="store_nav_link">Photo Orders</a></li>
- </ul>
- </div>
- {% endblock nav_menu %}
- {% block body %}
- <div class="store_details_sidebar" style="clear:left">
- <div class="store_home_1col_thin" style="height:400px">
- <h2 class="store_sectionhead"><a href="http://www.penbaypress.me/about/" class="head_link">PBP Media Store</a></h2>
- <p class="store_media_teaser">A web store for PBP Books, Posters and DVDs<br><br>
- A portal for PBP's marketing, publishing and printing services for authors and businesses.
- </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>
- <div class="sub_nav">
- <ul class="sub_nav_list">
- <li class="sub_nav_item"><a href="http://www.penbaypress.me/" class="sub_nav_link">Media Store</a></li>
- <li class="sub_nav_item"><a href="http://www.penbaypress.me/publish-with-pbp/" class="sub_nav_link">Publish with PBP</a></li>
- <li class="sub_nav_item"><a href="http://www.penbaypress.me/about-1/" class="sub_nav_link">Print Shop</a></li>
- </li>
- </ul>
- </div>
- </div>
- <div class="store_home_1col_thin" style="height:400px" align="left">
- <h2 class="store_sectionhead"><a href="https://penobscotbaypress.com/subs/" class="head_link">Subscriptions</a></h2>
- <p class="store_home_descrip">
- Keep informed with a subscription to one of our weekly community newspapers.<br />
- <img src="{{MEDIA_URL}}images/headers/cp_flag_140.jpg" alt="Castine Patriot logo" style="margin-right:18px" /><br><br>
- <img src="{{MEDIA_URL}}images/headers/ia_flag_140.jpg" alt="Island Ad-Vantages logo" style="margin-right:18px" /><br><br>
- <img src="{{MEDIA_URL}}images/headers/wp_flag_140.jpg" alt="The Weekly Packet logo" /><br><br>
- 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>
- <div class="sub_nav">
- <ul class="sub_nav_list">
- <li class="sub_nav_item"><a href="https://penobscotbaypress.com/subs/" class="sub_nav_link">Subscriptions</a></li>
- <li class="sub_nav_item"><a href="https://penobscotbaypress.com/subs/address/" class="sub_nav_link">Change of Address</a></li>
- </li>
- </ul>
- </div>
- </div>
- <div class="store_home_1col_thin" style="height:400px">
- <h2 class="store_sectionhead"><a href="http://penobscotbaypress.smugmug.com/" class="head_link">Photo Orders</a></h2>
- <p class="store_media_teaser">Order many of the photos you see on our website and then some!</p>
- <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>
- <a href="http://penobscotbaypress.smugmug.com/" class="head_link"><img src="https://penobscotbaypress.com//media/images/headers/2013/smugmug_teaser_img_2014.jpg"></a>
- </div>
- </div>
- <div style="clear:both; padding:10px">
- <hr size="1">
- <ul class="store_nav_list">
- <li class="store_nav_item"><a href="{% url 'help' %}" class="store_nav_link">Store Help</a></li>
- <li class="store_nav_item"><a href="{% url 'privacy' %}" class="store_nav_link">Privacy Policy</a></li>
- </li>
- </ul>
- <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>
- </div>
- <div style="padding-left:0px; padding-bottom:8px; padding-top:12px; clear:both">
- <hr size="1">
-
- <!-- Google AdSense BEGIN -->
- <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
- <!-- Large banner for bottom of pages -->
- <ins class="adsbygoogle"
- style="display:inline-block;width:728px;height:90px"
- data-ad-client="ca-pub-7616595738812584"
- data-ad-slot="1750256958"></ins>
- <script>
- (adsbygoogle = window.adsbygoogle || []).push({});
- </script>
- <!-- Google AdSense END -->
- <!-- AddThis Smart Layers BEGIN -->
- <!-- Go to http://www.addthis.com/get/smart-layers to customize -->
- <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=penbaypress"></script>
- <script type="text/javascript">
- addthis.layers({
- 'theme' : 'transparent',
- 'share' : {
- 'position' : 'right',
- 'services' : 'facebook,twitter,email,print,gmail,tumblr,more',
- }
- });
- </script>
- <!-- AddThis Smart Layers END -->
- </div>
- {% endblock body %}
|