-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
510 lines (482 loc) · 40.8 KB
/
index.html
File metadata and controls
510 lines (482 loc) · 40.8 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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>David Luhn</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- Custom Fonts -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css">
<!-- Plugin CSS -->
<link rel="stylesheet" href="css/animate.min.css" type="text/css">
<link rel="stylesheet" href="css/ekko-lightbox.min.css" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/creative.css" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">David Luhn</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a class="page-scroll" href="#experience">Experience</a></li>
<li><a class="page-scroll" href="#portfolio">Portfolio</a></li>
<li><a class="page-scroll" href="#profile">Profile</a></li>
<li><a class="page-scroll" href="#awards">Awards</a></li>
<li><a class="page-scroll" href="#education">Education</a></li>
<li><a class="page-scroll" href="#about">About</a></li>
<li><a class="page-scroll" href="#contact">Contact</a></li>
<li><a class="page-scroll" href="#downloads">Downloads</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header>
<div class="header-content">
<div class="header-content-inner">
<h1><span style="font-size: 55px !important;">DAVID LUHN | SENIOR WRITER</span></h1>
<hr>
<p>
Award-winning writer with extensive agency as well as significant corporate experience. All creative disciplines: print, broadcast, direct marketing, digital (including banners, HTML email, and website content), outdoor, catalogue, trade show, and collateral.
</p>
<!--<p class="text-left">
<br /><b>Major ad agency experience includes:</b> Grey, FCB, McCann Erickson, Ogilvy & Mather, and Wunderman Worldwide.
<br /><b>Corporate in-house experience includes:</b> Arnold & Porter LLP, BJ's, Bose, Fidelity Investments, Iron Mountain, MBNA, and Thinking Machines Corporation.
<br /><b>Financial experience includes:</b> American Express, Bank of New York, Citibank, European American Bank, Fidelity Investments, MasterCard, MBNA (Acquired by Lloyds Banking Group), and Visa.
<br /><b>Hi Tech experience includes:</b> Lucent Technologies, Naviant Technology Solutions, and Thinking Machines Corporation.
<br /><b>Legal experience includes:</b> Arnold & Porter LLP.
<br /><b>Pharma experience includes:</b> Abbott Laboratories, Bristol-Myers Squibb, GlaxoSmithKline, and Wyeth.
</p>-->
<a href="#experience" class="btn btn-primary btn-xl page-scroll">Find Out More</a>
</div>
</div>
</header>
<section id="experience">
<div class="container">
<div class="">
<h2 class="section-heading text-center">Professional Experience</h2>
<hr class="primary">
<div>
<p>
<div>2019 FREELANCE</div>
<ul>
<li>
<b>Taylor Communications / Mankato, MN</b>
A printing company serving the financial services, healthcare, and insurance markets through the manufacturing of commercial print, corporate stationery, direct mail, business forms, labels, retail signage, and promotional products. Taylor Corporation, its parent company – together RR Donnelley and Quad/Graphics – is one of the three largest graphic communications companies in North America. I created website content for its retail signage division.
</li>
<li>
<b>Pfizer / New York, NY</b>
The fifth largest pharmaceutical company in the world, with a 2019 market cap of $205 billion. I created website content for Ibrance, a drug indicated for metastatic HR-positive and HER2-negative breast cancer patients.
</li>
<li>
<b>Motley Fool Wealth Management / Alexandria, VA</b>
A financial services company providing financial services advice through stock, investing, and personal finance services. I created B2C HTML email for existing customers.
</li>
</ul>
</p>
<p>
<div>2018 FREELANCE</div>
<ul>
<li>
<b>Motley Fool Wealth Management / Alexandria, VA</b>
A financial services company providing financial services advice through stock, investing, and personal finance services. I created B2C HTML email for existing customers.
</li>
</ul>
</p>
<p>
<div>2017 FREELANCE</div>
<ul>
<li>
<b>Therapeutics MD / Boca Raton, FL</b>
A healthcare company focused on developing and commercializing products exclusively for women, including advanced hormone therapy pharmaceutical products. I created website content describing the company's mission and its products.
</li>
</ul>
</p>
<p>
<div>2016 FREELANCE</div>
<ul>
<li>
<b>Therapeutics MD / Boca Raton, FL</b>
A healthcare company focused on developing and commercializing products exclusively for women, including advanced hormone therapy pharmaceutical products. I created website content describing the company's mission and its products.
</li>
<li>
<b>MEDNAX / Sunrise, FL</b>
A national medical practice specializing in neonatology and anesthesiology. MEDNAX has practices in 50 states and Puerto Rico, employs 10,000, and had revenue of $3 billion in 2015. I produced collateral, direct mail, and website content for the corporation.
</li>
<li>
<b>Florida Community Bank / Weston, FL</b>
The third largest Florida-based bank in Florida. I produced direct mail for the bank.
</li>
</ul>
</p>
<p>
<div>2015 FREELANCE</div>
<ul>
<li>
<b>Brown Parker DeMarinis / Boca Raton, FL</b>
An advertising agency in Boca Raton, Florida. I produced website content for Hospital Corporation of America (HCA), the largest owner and operator of for-profit hospitals in the world.
</li>
</ul>
</p>
<p>
<div>2014 – 2015 FULL TIME</div>
<ul>
<li>
<b>Wellness Research and Consulting / Royal Palm Beach, FL</b>
A healthcare company in Royal Palm Beach, Florida. I produced promotional advertising for an extensive line of vitamins, nutritional supplements, and healthcare beauty products.
</li>
</ul>
</p>
<p>
<div>2011- 2013 FULL TIME</div>
<ul><li><b>Iron Mountain / Collegeville, PA</b> A $4 billion corporation focused on information management, headquartered in Boston, MA. My principal responsibilities as one of only two in-house Marketing Writers included print advertising, HTML email, and collateral.</li></ul>
</p>
<p>
<div>2010-2011 FULL TIME</div>
<ul><li><b>Roska Healthcare Advertising / Montgomeryville, PA</b> A highly regarded mid-size advertising agency serving a wide range of top-tier industry companies focused exclusively on the pharmaceutical industry. My primary client at Roska was Bristol-Myers Squibb.</li></ul>
</p>
<p>
<div>2009 - 2010 FREELANCE</div>
<ul>
<li><b>The Wharton School / Aresty Institute of Executive Education / Advanced Management Program / Philadelphia, PA</b> A highly selective senior management development program offered by the oldest and most published and cited business school in the world at the University of Pennsylvania. I created DM and HTML email for a global audience intended to spur enrollment.</li>
<li><b>Marcom Group / Fairfax, VA</b> An advertising agency with ongoing U.S. Department of Defense contracts. I provided print advertising and website content for:• Defense Contract Management Agency (DCMA) • Senior Executive Service (SES) • U.S. Air Force</li>
</ul>
</p>
<p>
<div>2006 - 2009 FULL-TIME</div>
<ul>
<li><b>Arnold & Porter LLP / Washington, DC</b> A highly regarded international corporate law firm with over 1000 attorneys in 14 locations worldwide. I provided the firm with print advertising, website content, collateral, direct mail, and HTML email.</li>
<li><b>Greenfield Belser / Washington, DC</b> A respected Washington design firm. I provided print advertising, website content, and collateral to a client roster that included: • Faegre & Benson • Nixon Peabody • Venable</li>
<li><b>RTCRM / Washington, DC</b> DC A full-service advertising agency. Now Wunderman. Wunderman is part of the WPP Group, the world's largest advertising company as measured by revenues. I provided print and direct mail to its single largest account, Abbott Laboratories' blockbuster drug Humira. Humira had $18.4 billion in sales in 2017 - $21 billion in sales are projected for 2020.</li>
</ul>
</p>
<p>
<div>2001 - 2006 FREELANCE</div>
<ul>
<li><b>Benjamin Franklin Bank / Waltham, MA</b> A bank with multiple regional locations. I provided a dimensional B2B direct mail package directed exclusively at company presidents and CEOs, inviting them to join the bank's president for a private business lunch.</li>
<li><b>BJ's / Natick, MA</b> A wholesale club with over 180 locations in 15 states. I provided website content and B2C direct mail highlighting products and services available to customers at BJ's.</li>
<li><b>Boathouse / Natick, MA</b> A boutique advertising firm renowned for its creative. I provided print and direct mail content for its clients, including: • BJ's • Merrill Lynch</li>
<li><b>Bose Corporation / Framingham, MA</b> A privately-held consumer electronics company specializing in world-class audio equipment. I provided direct mail and print advertising for: • The Wave music system • The Acoustic Wave music system • QuietComfort acoustic noise cancelling headphones</li>
<li><b>Fidelity Investments / Smithtown, RI</b> Founded in 1946, Fidelity Investments ranks as one of the largest mutual fund groups in the world. I provided content for broker sell sheets highlighting a wide array of funds available to investors through Fidelity.</li>
<li><b>The Kessler Group / Boston, MA</b> An affinity credit card company that links financial companies with affinity partners. I provided Visa direct mail packages that targeted such affinity partners as union members.</li>
<li><b>Liberty Mutual / Boston, MA</b> The fifth largest property and casualty insurer in the United States, and the 71st company on the Fortune 500, employing over 45,000 people in over 900 locations with $104.3 billion in assets. I provided collateral and direct mail for a variety of commercial insurance products.</li>
<li><b>MIT Sloan Management Review / Cambridge, MA</b> A highly prestigious academic journal covering all management disciplines, published by the MIT Sloan School of Management. Peer-reviewed and exceptionally selective, it accepts only 7% of submitted articles for publication. I created direct mail packages aimed at soliciting subscribers and increasing circulation.</li>
<li><b>Primecard Debit Rewards / Wellesley, MA</b> A debit card rewards program. I created direct mail packages aimed at banks to enlist their participation in a program that rewards bank customers for signing for debit card purchases, thereby significantly increasing the bank's profit on those transactions.</li>
<li><b>Wellesley Financial Advisors / Wellesley, MA</b> A financial investment firm with a highly affluent clientele. I created print advertising for the company that stressed the company's success and record of achievement.</li>
</ul>
</p>
<p>
<div>1988 - 2001 FULL-TIME</div>
<ul>
<li><b>Passaic Parc Advertising / Wellesley, MA</b> A full-service advertising agency. I created print advertising, banners, HTML email, website content, direct mail, and collateral for a wide range of agency clients, including: • Fast Company Magazine • Harvard Business Review • Harvard Management Update • HomePortfolio.com • MIT Technology Review</li>
<li><b>Naviant Technology Solutions / Cambridge, MA</b> A high-tech company providing Customer Relationship Marketing (CRM) software to its clients. I created print, direct mail, trade show signage, collateral, and website content for the company.</li>
<li><b>Thinking Machines Corporation / Bedford, MA</b> A high-tech company renown for its massively parallel computing architecture. It subsequently produced a data mining software product known as Darwin. The company has been referenced by name in several blockbuster movies, including Jurassic Park and Mission Impossible. I created B2B direct marketing packages and collateral for Darwin.</li>
</ul>
</p>
<p>
<div>EXTENSIVE BIG AGENCY FREELANCE EXPERIENCE</div>
<ul>
<li><b>Includes projects for Carroll Raj Stagliano, Grey Interactive, McCann Direct, NW Ayer, Ogilvy Direct, and Wunderman. Clients included American Express, AT&T, Bass Ale, Citibank, Dell Computers, DuPont, Johnson & Johnson, and Time-Life Books, among others.</li>
</ul>
</p>
</div>
</div>
</div>
</section>
<section class="no-padding" id="portfolio">
<div class="container-fluid">
<h2 class="section-heading text-center">Portfolio</h2>
<hr class="primary" />
<div class="row no-gutter">
<div class="col-lg-4 col-sm-6">
<div>
<a href="img/portfolio/1.jpg" class="portfolio-box" data-toggle="lightbox" data-gallery="hiddenimagesHumira" data-title="Abbott Laboratories">
<img src="img/portfolio/1.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">Abbott Laboratories</div>
<div class="project-name">Humira</div>
</div>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<a href="img/portfolio/2.jpg" class="portfolio-box" data-toggle="lightbox" data-gallery="hiddenimagesHomePortfolio" data-title="HomePortfolio.com">
<img src="img/portfolio/2.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded"></div>
<div class="project-name">HomePortfolio.com</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="img/portfolio/5.jpg" class="portfolio-box" data-toggle="lightbox" data-gallery="hiddenimagesDcma" data-title="DCMA">
<img src="img/portfolio/5.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">DCMA</div>
<div class="project-name">Defense Contract Management Agency</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="img/portfolio/4.jpg" class="portfolio-box" data-toggle="lightbox" data-gallery="hiddenimagesIronMtn" data-title="Iron Mountain">
<img src="img/portfolio/4.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded"></div>
<div class="project-name">Iron Mountain</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="img/portfolio/3.jpg" class="portfolio-box" data-toggle="lightbox" data-gallery="hiddenimagesHarvard" data-title="Harvard">
<img src="img/portfolio/3.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded"></div>
<div class="project-name">Harvard Business School Publishing</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="img/portfolio/6.jpg" class="portfolio-box" data-toggle="lightbox" data-gallery="hiddenimagesAds" data-title="ADS Group">
<img src="img/portfolio/6.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded"></div>
<div class="project-name">ADS Group</div>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<section id="profile" class="bg-info">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2 class="section-heading text-center">Experience Profile</h2>
<hr class="light" />
<div>
<h3>CATEGORIES</h3>
<p>
<h4>Financial</h4>• American Express • The Bank of New York (Now The Bank of New York Mellon) • Citibank • EAB (European American Bank / Acquired by Citibank) • Fidelity Investments • Fleet Bank (Acquired by Bank of America) • MasterCard • MBNA (Acquired by Lloyd's Banking Group) • Motley Fool Wealth Management • Visa</p>
<p><h4>Hi Tech</h4>• Lucent Technologies • Naviant Technology Solutions • Thinking Machines Corporation (Acquired by Oracle Corporation)</p>
<p><h4>Legal</h4>• Arnold & Porter LLP</p>
<p><h4>Pharma</h4>• Abbott Laboratories (Humira / $18.4 billion in sales in 2017 and $21 billion in sales projected for 2020) • Bristol-Myers Squibb (Yervoy) • GlaxoSmithKline (Famvir, Lymerix) • Wyeth Pharmaceuticals (Acquired by Pfizer)</p>
<br />
<h3>DISCIPLINES</h3>
<p><h4>Branding</h4>• Senior Executive Service (SES members serve in key positions just below top Presidential appointees, overseeing over 75 United States government agencies / Status at United States Department of Defense equivalent to general or admiral)</p>
<p><h4>Broadcast</h4>• Colgate Toothpaste • Vaseline Intensive Care Lotion</p>
<p><h4>Collateral</h4>• Arnold & Porter LLP (Highly regarded international corporate law firm with over 1000 attorneys and 14 offices worldwide) • Fidelity Investments • HomePortfolio.com • Liberty Mutual • Naviant Technology Solutions • Thinking Machines Corporation (Acquired by Oracle Corporation)</p>
<p><h4>Direct Marketing</h4>• Abbott Laboratories (Humira / $18.4 billion in sales in 2017 and $21 billion in sales projected for 2020) • AT&T • BJ's • Blue Cross & Blue Shield • Bose Corporation • Doubleday Book Club • Fleet Bank (Acquired by Bank of America) • GTE (Acquired by Verizon) • Harvard Business Review • Harvard Management Update • Iron Mountain • Johnson & Johnson • MBNA (Acquired by Lloyds Banking Group) • MCI (Acquired by Verizon) • MIT Sloan Management Review • MIT Technology Review • Time-Life Books (The History of Flight, The Vietnam Experience) • United States Postal Service (USPS) • Wyeth Pharmaceuticals (Acquired by Pfizer) </p>
<p><h4>HTML </h4>• Arnold & Porter LLP (Highly regarded international corporate law firm with over 1000 attorneys and 14 offices worldwide) • Fidelity Investments • HomePortfolio.com • Liberty Mutual • Motley Fool Wealth Management • Naviant Technology Solutions • Pfizer • Thinking Machines Corporation (Acquired by Oracle Corporation)</p>
<p><h4>Multi-Media</h4>• Abbott Laboratories (Humira / $18.4 billion in sales in 2017 and $21 billion in sales projected for 2020) • AT&T • BJ's • Blue Cross & Blue Shield • Bose Corporation • Doubleday Book Club • Fleet Bank (Acquired by Bank of America) • GTE (Acquired by Verizon) • Harvard Business Review • Harvard Management Update • Iron Mountain • Johnson & Johnson • MBNA (Acquired by Lloyds Banking Group) • MCI (Acquired by Verizon) • MIT Sloan Management Review • MIT Technology Review • Time-Life Books (The History of Flight, The Vietnam Experience) • United States Postal Service (USPS) • Wyeth Pharmaceuticals (Acquired by Pfizer)</p>
<p><h4>Press Releases</h4>• Harvard Business Review •HomePortfolio.com • Iron Mountain</p>
<p><h4>Print</h4>• Abbott Laboratories (Humira / $18.4 billion in sales in 2017 and $21 billion in sales projected for 2020) </p>
<p><h4>Website Content</h4>• Arnold & Porter LLP (Highly regarded international corporate law firm with over 1000 attorneys and 14 offices worldwide) • BJ's • Dell Computers • HomePortfolio.com • Naviant Technology Solutions • Thinking Machines Corporation (Acquired by Oracle Corporation) • United States Department of Defense: Civilian Expeditionary Workforce • United States Department of Defense: Defense Contract Management Agency (DCMA manages 291,000 prime contracts valued at $1 trillion / DCMA employs over 11,000 military and civilian employees worldwide)</p>
</div>
</div>
</div>
</div>
</section>
<section id="awards">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2 class="section-heading text-center">Awards</h2>
<hr class="primary" />
<div class="row">
<div class="col-sm-4 col-sm-offset-1">
<p class="text-muted">
<i class="wow bounceIn fa fa-trophy text-primary"></i> Finalist, The One Show
</p>
<p class="text-muted">
<i class="wow bounceIn fa fa-trophy text-primary"></i> Finalist, Art Directors Club
</p>
<p class="text-muted">
<i class="wow bounceIn fa fa-trophy text-primary"></i> Finalist, The Andy Awards
</p>
</div>
<div class="col-sm-4 col-sm-offset-3">
<p class="text-muted">
<i class="wow bounceIn fa fa-trophy text-primary"></i> Finalist, John Caples Awards
</p>
<p class="text-muted">
<i class="wow bounceIn fa fa-trophy text-primary"></i> Finalist, NEDMA
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="education" class="bg-info">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2 class="section-heading text-center">Education</h2>
<hr class="info" />
<div class="row">
<div class="col-sm-4 col-sm-offset-1">
<p class="text-muted">
<i class="wow bounceIn fa fa-book text-primary"></i> BA (English), Stetson University
</p>
<p class="text-muted">
<i class="wow bounceIn fa fa-book text-primary"></i> MA (English), Brandeis University
</p>
</div>
<div class="col-sm-4 col-sm-offset-3">
<p class="text-muted">
<i class="wow bounceIn fa fa-book text-primary"></i> MFA (Creative Writing), University of Iowa (Writer's Workshop)
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="about" class="bg-primary">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2 class="section-heading text-center">About David Luhn</h2>
<hr class="light" />
<p class="text-faded">David Luhn is an award winning writer with extensive agency experience in both general and direct, much of it out of New York. He has ample interactive experience as well, inclusive of banners, HTML email, and website content.</p>
<p class="text-faded">David has worked for agencies large and small. Some of the bigger shops include Grey (including Grey Direct and Grey Interactive), Foote Cone & Belding, McCann -Erickson, Ogilvy & Mather (including Ogilvy Direct and OgilvyOne), and Wunderman Worldwide. Smaller shops have notably included the former Carroll Raj Stagliano, now Marty Weiss & Friends.</p>
<p class="text-faded">David's clients have included, among many others, Abbott Laboratories (Humira, with $18.4 billion in sales in 2017 and $21 billion in sales projected for 2020), American Express, AT&T, Blue Cross & Blue Shield, Bristol-Myers Squibb (Yervoy), The Coalition for the Homeless (pro bono), Colgate--Palmolive, Dell, DuPont, Johnson & Johnson, GlaxoSmithKline, <i>Harvard Business Review</i>, Lucent Technologies, <i>MIT Sloan Management Review</i>, <i>MIT Technology Review</i>, Pfizer (Ibrance), Seattle's Best Coffee, United States Department of Defense, and The Wharton School.</p>
<p class="text-faded">David has also worked in-house for Arnold & Porter LLP, Bose, BJ's, Fidelity Investments, Iron Mountain, MBNA, and Thinking Machines Corporation.</p>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Contact</h2>
<hr class="primary">
<p></p>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-med-offset-2 text-center">
<i class="fa fa-home fa-3x wow bounceIn"></i>
<p>
125 West Avenue<br />Saratoga Springs, NY 12866
</p>
</div>
<div class="col-sm-4 col-med-offset-2 text-center">
<i class="fa fa-phone fa-3x wow bounceIn"></i>
<p>617.928.0760</p>
</div>
<div class="col-sm-4 text-center">
<i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>
<a href="mailto:davidluhn123@gmail.com">davidluhn123@gmail.com</a>
</p>
</div>
</div>
</div>
</section>
<section id="downloads" class="bg-dark">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Downloads</h2>
<hr class="light">
<div class="row">
<span class="wow bounceIn col-sm-2"><a href="DavidLuhnResume.pdf" class="btn btn-primary btn-xl page-scroll">Resume</a></span>
<span class="wow bounceIn col-sm-2 col-sm-offset-1"><a href="DavidLuhnExperience.pdf" class="btn btn-primary btn-xl page-scroll">Experience</a></span>
<span class="wow bounceIn col-sm-2 col-sm-offset-1"><a href="DavidLuhnSamples.pdf" class="btn btn-primary btn-xl page-scroll">Samples</a></span>
<span class="wow bounceIn col-sm-2 col-sm-offset-1"><a href="DavidLuhnDocs.zip" class="btn btn-primary btn-xl page-scroll">All Zipped</a></span>
</div>
</div>
</div>
</div>
</section>
<div data-toggle="lightbox" data-gallery="hiddenimagesAds" data-remote="img/portfolio/all/AdsGroup_sm.jpg" data-title="ADS Group"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesDcma" data-remote="img/portfolio/all/DCMA-CharlieCompany_sm.jpg" data-title="DCMA Charlie Company"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesDcma" data-remote="img/portfolio/all/DCMA-Cutting Edge_sm.jpg" data-title="DCMA Cutting "></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesDcma" data-remote="img/portfolio/all/DCMA-EverPumped_sm.jpg" data-title="DCMA Ever Pumped"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesDcma" data-remote="img/portfolio/all/DCMA-PunchingAClock_sm.jpg" data-title="DCMA Punching a Clock"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesDcma" data-remote="img/portfolio/all/DCMA-SharperTalons_sm.jpg" data-title="DCMA Sharper Talons"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHarvard" data-remote="img/portfolio/all/HarvardBizmailer_side1sm.jpg" data-title="Harvard Business ReviewSide 1"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHarvard" data-remote="img/portfolio/all/HarvardBizRev-cover_sm.jpg" data-title="Harvard Business Review Cover"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHarvard" data-remote="img/portfolio/all/HarvardBizRev-env_sm.jpg" data-title="Harvard Business Review Envelope"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHarvard" data-remote="img/portfolio/all/HMU_envelope_sm.jpg" data-title="HMU Envelope"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHarvard" data-remote="img/portfolio/all/HMU_letter-1_sm.jpg" data-title="HMU Letter"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHarvard" data-remote="img/portfolio/all/HMU_mailer-1_sm.jpg" data-title="HMU Mailer"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHomePortfolio" data-remote="img/portfolio/all/HomePortfolio-1cover_sm.jpg" data-title="HomePortfolio Cover"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHomePortfolio" data-remote="img/portfolio/all/HomePortfolio-2_sm.jpg" data-title="HomePortfolio 2"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHomePortfolio" data-remote="img/portfolio/all/HomePortfolio-3_sm.jpg" data-title="HomePortfolio 3"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHomePortfolio" data-remote="img/portfolio/all/HomePortfolio-4_sm.jpg" data-title="HomePortfolio 4"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHomePortfolio" data-remote="img/portfolio/all/HomePortfolio-5_sm.jpg" data-title="HomePortfolio 5"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHomePortfolio" data-remote="img/portfolio/all/HomePortfolio-6_sm.jpg" data-title="HomePortfolio 6"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHomePortfolio" data-remote="img/portfolio/all/HPspread-6panel_sm.jpg" data-title="HomePortfolio Spread"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHumira" data-remote="img/portfolio/all/HUMIRA-1-frontcov.jpg" data-title="Humira Front Cover"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHumira" data-remote="img/portfolio/all/HUMIRA-1-inside-flap.jpg" data-title="Humira Inside Flap"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHumira" data-remote="img/portfolio/all/HUMIRA-1-inside-flap_sm.jpg" data-title="Humira Inside Flap"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHumira" data-remote="img/portfolio/all/HUMIRA-1-insidespread_sm.jpg" data-title="Humira Inside Spread"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHumira" data-remote="img/portfolio/all/HUMIRA-1-mailer_env.jpg" data-title="Humira Mailer"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHumira" data-remote="img/portfolio/all/HUMIRA-2-I gaveBAG-1.jpg" data-title="Humira I Gave"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHumira" data-remote="img/portfolio/all/HUMIRA-2-inside-full.jpg" data-title="Humira Inside Full"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHumira" data-remote="img/portfolio/all/HUMIRA-2-littlebell_cov.jpg" data-title="Humira Little Bell Cover"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHumira" data-remote="img/portfolio/all/HUMIRA-2-littlebell_inside.jpg" data-title="Humira Little Bell Inside"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHumira" data-remote="img/portfolio/all/HUMIRA-2-littlebell_insideFULL.jpg" data-title="Humira Little Bell Inside Full"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHumira" data-remote="img/portfolio/all/HUMIRA-3-doyouknow_cov.jpg" data-title="Humira Do You Know Cover"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHumira" data-remote="img/portfolio/all/HUMIRA-3-doyouknow_spread-1.jpg" data-title="Humira Do You Know Spread"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesHumira" data-remote="img/portfolio/all/IM-BoxedIn_sm.jpg" data-title="Iron Mountain Boxed In"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesIronMtn" data-remote="img/portfolio/all/IM-MeasureUp_sm.jpg" data-title="Iron Mountain Measure Up"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesIronMtn" data-remote="img/portfolio/all/IM-Protect-flag_sm.jpg" data-title="Iron Mountain Protect Flag"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesIronMtn" data-remote="img/portfolio/all/IronMtn_1sm.jpg" data-title="Iron Mountain 1"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesIronMtn" data-remote="img/portfolio/all/IronMtn_2sm.jpg" data-title="Iron Mountain 2"></div>
<div data-toggle="lightbox" data-gallery="hiddenimagesMit" data-remote="img/portfolio/all/MITinsider_sm.jpg" data-title="MIT Insider"></div>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/ekko-lightbox.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/creative.js"></script>
<script type="text/javascript">
$(document).delegate('*[data-toggle="lightbox"]', 'click', function (event) { event.preventDefault(); $(this).ekkoLightbox(); });
</script>
</body>
</html>