12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {% extends "base.html" %}
- {% block rss %}<link rel="alternate" type="application/rss+xml" href="{% url cl-feed %}" title="RSS feed for Classifieds at Penobscot Bay Press" />{% endblock %}
- {% block meta_keywords %}classifieds, penobscot bay press, maine, ads{% endblock %}
- {% block title %}Classifieds | Penobscot Bay Press {% endblock %}
- {% block flag_link %}{% url cl-index %}{% endblock %}
- {% block flag_descrip %}Classified advertisments covering the unique towns and islands of East<br/> Penobscot and Blue Hill Bays, Maine.{% endblock %}
- {% block flag_img_src %}{{MEDIA_URL}}images/headers/classround440.gif{% endblock %}
- {% block flag_update_stamp %}{% endblock %}
- {% block content %}
- <div class="sidebar_right_media">
- <!-- Block Ad BEGIN -->
- {% load adzone_tags %}
- {% random_zone_ad '' 'tower-wide' %}
- <!-- Block Ad END -->
- </div>
- <div style="width:780px; margin:0; padding:0; clear:left">
- <div class="main_content_left">
- <div style="margin:25px; text-align:center">
- <ul class="store_nav_list">
- <li class="store_nav_item"><a href="https://penobscotbaypress.com/classifieds/" class="store_nav_link">Classifieds Categories</a></li> |
- <li class="store_nav_item"><a href="https://penobscotbaypress.com/classifieds_submit/" class="store_nav_link">Place a classified ad</a></li>
- </ul>
- </div>
- <h2 class="sectionhead_wide">Compass Classifieds</h2>
- <h2 style="text-align:center">Place a classified ad</h2>
- <p style="text-align:center">Penobscot Bay Press Classifieds run in all three of our papers and online for one price! Advertising deadline is Tuesday at 1 p.m. Call 207-367-2200 or 207-374-2341 for frequency discounts!<br><a href="mailto:classifieds@pbp.me">classifieds@pbp.me</a></p>
- <div style="width:600px; border:0px solid black; padding:5px; margin-left:12px; margin-right:12px; float:left; text-align:center" align="left">
- <h3>Word Ad</h3>
- <p style="text-align:center">$12.50 for the first 25 words, 25¢ for each additional word. First few words bolded.</p>
- <p style="width:300px; padding:5px; margin-left:150px; float:left; text-align:left" align="left"><strong>WE OFFER</strong> many different categories to sell your car or home, find help or offer help. You name it, we have seen it! Call 367-2200 for help.
- </p>
- </div>
- <p style="text-align:center; clear:both">* To place a boxed classified, please contact one of our offices.<br>All ads placed in the Notices category must be boxed classifieds. *</p>
- <iframe src="https://classifieds.gdom.net/~PENOBSCOT/?F=PLACEAD&ID=PENOBSCOT" frameborder="0" style="height:800px;width:650px;display:block; margin: 0 auto;""></iframe>
- </div>
- </div>
- <!-- 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 -->
- {% endblock %}
|