advertise.html 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {% extends "base.html" %}
  2. {% block content %}
  3. <td colspan="2" align="center" valign="top" bgcolor="white" width="560">
  4. <table width="558" border="0" cellspacing="8" cellpadding="0" height="">
  5. <tr height="83">
  6. <td colspan="2" align="center" valign="top" width="542" height="83">
  7. <p><a href="/about/contact-us/">Contact Us</a> <font color="#339999">&#149;</font> <a href="/about/advertise/">Advertise With Us</a> <font color="#339999">&#149;</font> <a href="/about/who-we-are/">Who We Are</a> <font color="#339999">&#149;</font> <a href="/about/our-local-focus/">Our Local Focus</a><br>
  8. <a href="/about/subscriptions/">Subscriptions</a> <font color="#339999">&#149;</font> <a href="/about/deadlines/">Deadlines</a> <font color="#339999">&#149;</font> <a href="/about/you-are-the-news/">You Are The News</a><br>
  9. <br>
  10. <img src="{{MEDIA_URL}}images/headers/advertise542.gif" alt="Advertise with us" height="32" width="542" border="0"></p> </td>
  11. </tr>
  12. <tr>
  13. <td width="267" align="left" valign="top">
  14. <h2><hr size="1">
  15. Contact Information</h2>
  16. <hr size="1">
  17. <h3><b>Display Advertising<br>
  18. </b>Sales Representatives</h3>
  19. <p><b>Kate Lanigan<br>
  20. </b>207-374-2341<br>
  21. <SCRIPT TYPE="text/javascript">
  22. <!--
  23. // protected email script by Joe Maller
  24. // JavaScripts available at http://www.joemaller.com
  25. // this script is free to use and distribute
  26. // but please credit me and/or link to my site
  27. emailE=('katel@' + 'pbp.me')
  28. document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>')
  29. //-->
  30. </script>
  31. <NOSCRIPT>
  32. <em>Email address protected by JavaScript.<BR>
  33. Please enable JavaScript to contact me.</em>
  34. </NOSCRIPT><br>
  35. PO Box 646<br>
  36. Blue Hill, ME 04614</p>
  37. <p><b>Corinne Sewall<br>
  38. </b>207-367-2200<br>
  39. <SCRIPT TYPE="text/javascript">
  40. <!--
  41. // protected email script by Joe Maller
  42. // JavaScripts available at http://www.joemaller.com
  43. // this script is free to use and distribute
  44. // but please credit me and/or link to my site
  45. emailE=('corinnes@' + 'pbp.me')
  46. document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>')
  47. //-->
  48. </script>
  49. <NOSCRIPT>
  50. <em>Email address protected by JavaScript.<BR>
  51. Please enable JavaScript to contact me.</em>
  52. </NOSCRIPT><br>
  53. PO Box 36<br>
  54. Stonington, ME 04681</p>
  55. <h3><b>Classifieds &amp; Remembrances</b></h3>
  56. <p><b>Classifieds &amp; Remembrances Manager</b><br>
  57. 207-367-2200<br>
  58. <SCRIPT TYPE="text/javascript">
  59. <!--
  60. // protected email script by Joe Maller
  61. // JavaScripts available at http://www.joemaller.com
  62. // this script is free to use and distribute
  63. // but please credit me and/or link to my site
  64. emailE=('classifieds@' + 'pbp.me')
  65. document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>')
  66. //-->
  67. </script><br>
  68. <SCRIPT TYPE="text/javascript">
  69. <!--
  70. // protected email script by Joe Maller
  71. // JavaScripts available at http://www.joemaller.com
  72. // this script is free to use and distribute
  73. // but please credit me and/or link to my site
  74. emailE=('obits@' + 'pbp.me')
  75. document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>')
  76. //-->
  77. </script>
  78. <NOSCRIPT>
  79. <em>Email address protected by JavaScript.<BR>
  80. Please enable JavaScript to contact me.</em>
  81. </NOSCRIPT><br>
  82. PO Box 36<br>
  83. Stonington, ME 04681</p>
  84. <hr size="1"> </td>
  85. <td width="267" height="446" align="left" valign="top">
  86. <h2>
  87. <hr size="1">
  88. Rates &amp; Specs</h2>
  89. <hr size="1">
  90. <p><span class="headline"><a href="{{MEDIA_URL}}images/contactus/rate_card_2013.pdf" target="_blank"> Penobscot Bay Press Rate Card</a><br>
  91. Display, Classifieds, Coming Events, Online, Special Sections and Remembrances</span><br>
  92. <span class="subhed">Updated 2013</span></p>
  93. <p> <span class="subhed">Note: This file is in PDF format and requires Adobe&reg; Reader&reg; software to load. For more information or to download Adobe&reg; Reader&reg; please visit <a href="http://www.adobe.com" target="_blank">www.adobe.com.</a></span></p>
  94. <hr size="1"></td>
  95. </tr>
  96. </table>
  97. </td>
  98. {% endblock %}