Created
January 12, 2015 22:20
-
-
Save seangaffney/07c0289440ed330aa4d9 to your computer and use it in GitHub Desktop.
This file contains 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
<tr> | |
<td align="center" style="vertical-align:top;border-collapse:collapse;"> | |
<!-- // BEGIN HEADER --> | |
<table id="content" border="0" cellpadding="0" cellspacing="0" style="background-color: #FFF;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;"> | |
<tr> | |
<td align="center" style="vertical-align:top;border-collapse:collapse;padding-top:3%;padding-right:7%;padding-left:7%;"> | |
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;"> | |
<tr> | |
<td style="vertical-align: top;font-size: 18px;font-weight: bold;line-height: 100%;padding-bottom: 25px;text-align: left;border-collapse: collapse;color: #8d9aa5 !important;font-family: Helvetica,sans-serif !important;" class="MainContent"> | |
<%= main_intro do %> | |
<%= @salutation %> | |
<% end %> | |
<%= paragraph do %> | |
I was just thinking that you might not know about some of the useful resources you can access, even while your Treehouse account is paused. Check 'em out! | |
<% end %> | |
<%= sub_head do %> | |
The Treehouse Show | |
<% end %> | |
<%= full_width_image("http://treehouse-email-images.s3.amazonaws.com/paused/treehouse-show.png", | |
alt: "Screenshot of The Treehouse Show", | |
link_to: "http://teamtreehouse.com/library/the-treehouse-show" | |
) | |
%> | |
<%= paragraph do %> | |
Every week Nick Pettit and Jason Seifer <a href="http://teamtreehouse.com/library/the-treehouse-show" target="_self">bring you the latest news from the web</a>, discussing all sorts of new techniques, libraries and tools with the occasional dose of tomfoolery. Most episodes are between 10-15 minutes, so it’s a quick stop for some useful information about designing and building websites. | |
<% end %> | |
<%= sub_head do %> | |
The Forum | |
<% end %> | |
<%= full_width_image("http://treehouse-email-images.s3.amazonaws.com/paused/forum.png", | |
alt: "Screenshot of the Forum", | |
link_to: "http://teamtreehouse.com/forum" | |
) | |
%> | |
<%= paragraph do %> | |
Even while paused, the Forum is a great place to be able to get your web and tech-related questions answered quickly. Stuck on a problem or have something you’re curious about? <a href="<%= forum_url %>" target="_self">Go ahead and ask!</a> We’ve got lots of moderators and just plain helpful folks that would love to get your question answered. | |
<% end %> | |
<%= paragraph do %> | |
If we can ever help you with anything else, just shoot us an email. We love hearing from you! | |
<% end %> | |
<%= paragraph do %> | |
Best,<br> | |
Sean | |
<% end %> | |
<%= paragraph do %> | |
Developer, Treehouse | |
<% end %> | |
</td> | |
</tr> | |
</table> | |
</td> | |
</tr> | |
</table> | |
<!-- END HEADER \\ --> | |
</td> | |
</tr> | |
<img src="http://www.google-analytics.com/collect?v=1&tid=UA-25670760-9&t=event&ec=email&ea=open&cn=var3&utm_campaign=unpause-email-5"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment