Instantly share code, notes, and snippets.
Created
April 29, 2014 12:09
-
Star
0
(0)
You must be signed in to star a gist -
Fork
0
(0)
You must be signed in to fork a gist
-
Save wssrstrm/11398317 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<meta name="viewport" content="width=device-width" /> | |
<title>On the Air</title> | |
<link href="//act.marshalltuck.com/css/style.css" rel="stylesheet" type="text/css" /> | |
</head> | |
<body> | |
<table class="body"> | |
<tr> | |
<td class="center" align="center" valign="top"> | |
<center> | |
<table class="container"> | |
<tr> | |
<td> | |
<table class="row"> | |
<tr> | |
<td class="wrapper last"> | |
<table class="twelve columns"> | |
<tr> | |
<td class="three sub-columns"></td> | |
<td class="expander hide-for-small"></td> | |
<td class="six sub-columns center"> | |
<center> | |
<img class="center" height="91" width="280" src="http://s3-us-west-2.amazonaws.com/tuck/logo_retina.png" /> | |
</center> | |
</td> | |
<td class="expander hide-for-small"></td> | |
<td class="three sub-columns"></td> | |
<td class="expander hide-for-small"></td> | |
</tr> | |
</table> | |
</td> | |
</tr> | |
</table> | |
<table class="row main"> | |
<tr> | |
<td class="wrapper last"> | |
<table class="twelve columns"> | |
<tr> | |
<td> | |
<p>Hi {{FirstName, DefaultTo=Friend}} –</p> | |
<p>Exciting news to share with you: we’re on the air with our first ad! Because of your grassroots support, our ads are going live all over the state this week. Together we are working to make a difference and ensure that every child receives the education they deserve.</p><p>Picture this: thousands of Californians, exasperated by the endless bureaucracy and Sacramento politics that’s holding their schools back, are hearing our message. They’re hearing that they can bring major change on June 3rd.</p> | |
<p> | |
<a data-form-type="ExternalURL" href="http://act.marshalltuck.com/forms/4091520261466095616/20140428-radio-buy-signup?ms=fb_20140428_join_radio-buy&utm_source=fb&utm_medium=social&utm_content=radio+buy&utm_term=&utm_campaign=fb_social_20140428_join_MT_radio-buy">This is going to have a big impact on Election Day. Will you help get the message out by sharing the new ad online?</a> | |
</p> | |
<table class="row"> | |
<tr> | |
<td class="wrapper last"> | |
<table class="twelve columns"> | |
<tr> | |
<td class="center"> | |
<center> | |
<table class="twelve columns"> | |
<tr> | |
<td> | |
<a data-form-type="ExternalURL" href="http://act.marshalltuck.com/forms/4091520261466095616/20140428-radio-buy-signup?ms=fb_20140428_join_radio-buy&utm_source=fb&utm_medium=social&utm_content=radio+buy&utm_term=&utm_campaign=fb_social_20140428_join_MT_radio-buy"> | |
<img class="center" width="580" src="http://s3-us-west-2.amazonaws.com/tuck/radio_email_share.jpg" alt="" /> | |
</a> | |
</td> | |
<td class="expander hide-for-small"></td> | |
</tr> | |
</table> | |
</center> | |
</td> | |
</tr> | |
</table> | |
</td> | |
</tr> | |
</table> | |
<p>It’s a point I can’t emphasize enough: Californians want change. If we can get our message out, we’ll all be celebrating victory on primary day.</p><p>This radio buy is a big step for the campaign, and it’s going to pay off in a big way. Help us build the momentum by continuing to get our message out to voters. | |
<p>Here’s the link where you can chip in: <a data-form-type="ExternalURL" href="http://act.marshalltuck.com/forms/4091520261466095616/20140428-radio-buy-signup?ms=fb_20140428_join_radio-buy&utm_source=fb&utm_medium=social&utm_content=radio+buy&utm_term=&utm_campaign=fb_social_20140428_join_MT_radio-buy">http://marshal.lt/32</a></p><p>Thanks for making it all possible.</p> | |
<p>Marshall</p> | |
<table class="row footer"> | |
<tr> | |
<td class="wrapper last"> | |
<table class="twelve columns"> | |
<tr> | |
<td class="center"> | |
<center> | |
<span class="footer disclaimer">{{Disclaimer}}</span> | |
</center> | |
</td> | |
<td class="expander hide-for-small"></td> | |
</tr> | |
<tr> | |
<td class="center"> | |
<center> | |
<p class="footer block">This email was sent to <a href="mailto:{{RecipientEmailAddress,DefaultTo=}}">{{RecipientEmailAddress,DefaultTo=}}</a> | You can always {{UnsubscribeLink}}</p> | |
<p class="footer block">{{OrganizationAddress}}</p> | |
</center> | |
</td> | |
<td class="expander hide-for-small"></td> | |
</tr> | |
</table> | |
</td> | |
</tr> | |
</table> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</td> | |
</tr> | |
</table> | |
</td> | |
</tr> | |
</table> | |
</td> | |
</tr> | |
</table> | |
</center> | |
</td> | |
</tr> | |
</table> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment