-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadvertise.php
More file actions
328 lines (308 loc) · 8.59 KB
/
Copy pathadvertise.php
File metadata and controls
328 lines (308 loc) · 8.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<?php
include("template/top.php");
$title = "Advertise";
startPage();
?>
<!-- Side Links (3 blocks) -->
<div class='span-3 menudiv'>
<?php include("template/mainlinks.php"); ?>
<div class='spacer'>
</div>
<?php include("template/otherlinks.php"); ?>
</div>
<!-- The rest of the page is to the right of the link bar -->
<div class='span-21 last'>
<div class='span-16 advertise information'>
<h2 class='articlesection'>Advertise </h2>
<div class='infospecial'>
<h3 class='articletitle'>The Bowdoin Orient Business Office</h3>
<img src='images/bowdoin_seal.png' alt='Bowdoin Seal' />
<p> The Bowdoin Orient <br />
6200 College Station <br />
Brunswick, ME 04011</p>
<p><a href='mailto:orientads@bowdoin.edu'>orientads@bowdoin.edu</a> <br />
Phone: (207) 725-3053 <br />
Fax: (207) 725-3975</p>
<p>Business Managers: Madison Whitley & Maya Lloyd</p>
</div>
<h3 class='articletitle'>Advertising in the <em>Orient</em></h3>
<p><em>The Bowdoin Orient</em> is the student newspaper of Bowdoin College, located in Brunswick, Maine. <em>The Orient</em> has an average circulation of 2300 copies per issue and reaches people of all ages locally, nationally, and internationally. All of the readers are connected to Bowdoin College in one way or another and most will at some point be in the area to use the community's resources—hotels, restaurants, and stores. Your decision to advertise with <em>The Orient</em> will without a doubt help broaden your customer base and open doors for your business in the immediate and distant future.</p>
<h3 class='articletitle'>Advertising Rates</h3>
<ul>
<li><strong>Publication Frequency:</strong> Every Friday while classes are in session (see below for production schedule).</li>
<li><strong>Average Circulation:</strong> 2300 copies, read by on-campus by students, faculty, staff, and local residents, and off-campus by parents, alumni, and friends of the College.</li>
<li><strong>Columns:</strong> Five columns, each 1.84 inches wide with a 0.25 inch margin between each column.</li>
<li><strong>Deadlines:</strong> All ads should be received by 5:00 p.m. on the Monday of the week they are to run.</li>
<li><strong>Submission:</strong> We prefer ads submitted digitally via email (as a .tif or .pdf file, for example), but we also accept ads at our above mailing address.</li>
<li><strong>Pre-payment Discount:</strong> We offer a 5% discount for pre-payment.</li>
<li><strong>Frequency Discount:</strong> We offer a discount of 50% on every fifth ad.</li>
<li><strong>On-campus Discount:</strong> All campus organizations receive a 50% discount on every ad.</li>
<li><strong>Non-camera-ready Ads:</strong> Our staff can design and typeset an ad for you. We charge an additional 10% of the cost of the first ad for this service.</li>
<li><strong>Payment:</strong> Invoices and one tear sheet will be sent out after the publication of each issue (unless the advertiser requests additional sheets or a whole issue).</li>
</ul>
<table>
<thead>
<tr>
<td>Description</td>
<td>Camera-Ready Advertisement</td>
</tr>
</thead>
<tbody>
<tr>
<td>Per Column Inch</td>
<td>$9.25 per vertical inch</td>
</tr>
<tr>
<td>Full Page Ad <br />
10.25 x 15 in.</td>
<td>$565.00</td>
</tr>
<tr>
<td>Half Page Ad Horizontal <br />
10.25 x 7.5 in.</td>
<td>$295.00</td>
</tr>
<tr>
<td>Half Page Ad Vertical (small) <br />
3.94 x 15.0 in.</td>
<td>$240.00</td>
</tr>
<tr>
<td>Half Page Ad Vertical (large) <br />
6.04 x 15.0 in.</td>
<td>$355.00</td>
</tr>
<tr>
<td>Quarter Page Ad <br />
6.04 x 6.0 in.</td>
<td>$166.50</td>
</tr>
<tr>
<td>Classified Ads and Inserts</td>
<td>The Orient does not accept Classified Advertising or Inserts.</td>
</tr>
<tr>
<td>Business Cards</td>
<td>Can be run as ads at a flat charge of $20.00.</td>
</tbody>
</table>
<?php spacer(); ?>
<h3 class='articletitle'>Production Schedule <em>(2012–2013)</em></h3>
<h4>Dates in gray are non-publication dates.</h4>
<style>
table {
padding: 5px;
}
thead {
font-weight: bold;
background: lightgray;
}
td {
padding: 5px 10px;
}
tbody td {
background: white !important;
font-family: myriad-pro-condensed,helvetica,arial;
}
.schedule table {
float: left;
width: 50%;
}
.schedule .invalid {
color: lightgray;
}
.divider {
clear:both;
border-bottom: 1px solid lightgray;
margin: 10px;
}
</style>
<div class="schedule">
<table>
<thead>
<tr>
<td colspan="3">Fall 2012</td>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>September 7</td>
<td>Back to school</td>
</tr>
<tr>
<td>2</td>
<td>September 14</td>
<td></td>
</tr>
<tr>
<td>3</td>
<td>September 21</td>
<td></td>
</tr>
<tr>
<td>4</td>
<td>September 28</td>
<td>Parents Weekend issue</td>
</tr>
<tr class="invalid">
<td></td>
<td>October 5</td>
<td>Fall Break</td>
</tr>
<tr>
<td>5</td>
<td>October 12</td>
<td></td>
</tr>
<tr>
<td>6</td>
<td>October 19</td>
<td>Homecoming</td>
</tr>
<tr>
<td>7</td>
<td>October 26</td>
<td></td>
</tr>
<tr>
<td>8</td>
<td>November 2</td>
<td></td>
</tr>
<tr>
<td>9</td>
<td>November 9</td>
<td></td>
</tr>
<tr>
<td>10</td>
<td>November 16</td>
<td></td>
</tr>
<tr class="invalid">
<td></td>
<td>November 23</td>
<td>Thanksgiving Break</td>
</tr>
<tr>
<td>11</td>
<td>November 30</td>
<td></td>
</tr>
<tr>
<td>12</td>
<td>December 7</td>
<td></td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<td colspan="3">Spring 2013</td>
</tr>
</thead>
<tbody>
<tr>
<td>13</td>
<td>January 25</td>
<td></td>
</tr>
<tr>
<td>14</td>
<td>February 1</td>
<td></td>
</tr>
<tr>
<td>15</td>
<td>February 8</td>
<td></td>
</tr>
<tr>
<td>16</td>
<td>February 15</td>
<td></td>
</tr>
<tr>
<td>17</td>
<td>February 22</td>
<td></td>
</tr>
<tr>
<td>18</td>
<td>March 1</td>
<td></td>
</tr>
<tr class="invalid">
<td></td>
<td>March 8</td>
<td>Spring Break</td>
</tr>
<tr class="invalid">
<td></td>
<td>March 15</td>
<td>Spring Break</td>
</tr>
<tr class="invalid">
<td></td>
<td>March 22</td>
<td>Spring Break</td>
</tr>
<tr>
<td>19</td>
<td>March 29</td>
<td></td>
</tr>
<tr>
<td>20</td>
<td>April 5</td>
<td></td>
</tr>
<tr>
<td>21</td>
<td>April 12</td>
<td></td>
</tr>
<tr>
<td>22</td>
<td>April 19</td>
<td></td>
</tr>
<tr>
<td>23</td>
<td>April 26</td>
<td></td>
</tr>
<tr>
<td>24</td>
<td>May 3</td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div class="divider"></div>
<div class='infospecial'>
<p>For further information involving local ads, please contact our business team. <br>
<strong>Madison Whitley</strong> <br>
<em>Bowdoin Orient Business Team</em> <br>
Phone: (207) 725-3053<br>
Email: <a href="mailto: orientads@bowdoin.edu">orientads@bowdoin.edu</a>
</p>
<p>For further information involving national ads, please contact our representative. <br>
<strong>Alisha Gianakakis</strong> <br>
<em>Account Manager</em> <br>
Toll-Free Phone: 1-888-897-7711 x 121 <br>
Fax: 978-231-0300<br>
Email: <a href="mailto:agianakakis@mymediamate.com">agianakakis@mymediamate.com</a>
</p>
</div>
</div>
<div class='span-5 last'>
<?php include("template/currentorient.php"); ?>
</div>
</div>
<?php include("template/footer.php"); ?>
</div>
<?php include("template/bottom.php"); ?>