Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi! I cleaned up your code for you! #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ These email blueprints are licensed under a Creative Commons Attribution-ShareAl
Email Blueprints is a collection of HTML email templates that can serve as a solid
foundation and starting point for the design of emails. They include template language
elements that make them customizable when imported into a MailChimp account, as well
as merge tags that will generate dynamic content when sent through MailChimp. Not a
as merge tags that will generate dynamic content when sent through MailChimp. Not a
MailChimp user? You can sign up free at http://www.mailchimp.com/signup or simply strip
out merge tags and use these templates to send through any system.

All templates have been tested vigorously in all major email clients. If you find a bug
we would greatly appreciate your patch submission to the Git Hub repository:
https://github.com/mailchimp/Email-Blueprints/
we would greatly appreciate your patch submission to the Git Hub repository:
https://github.com/mailchimp/Email-Blueprints/



/templates
---
Contains a collection of email templates with various layouts that you can use to start
most any design.
most any design.
36 changes: 18 additions & 18 deletions templates/2col-1-2-leftsidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<!-- Facebook sharing information tags -->
<meta property="og:title" content="*|MC:SUBJECT|*" />

<title>*|MC:SUBJECT|*</title>
<style type="text/css">
/* Client-specific Styles */
Expand Down Expand Up @@ -458,7 +458,7 @@
<table border="0" cellpadding="10" cellspacing="0" width="600" id="templatePreheader">
<tr>
<td valign="top" class="preheaderContent">

<!-- // Begin Module: Standard Preheader \ -->
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
Expand All @@ -477,7 +477,7 @@
</tr>
</table>
<!-- // End Module: Standard Preheader \ -->

</td>
</tr>
</table>
Expand All @@ -489,11 +489,11 @@
<table border="0" cellpadding="0" cellspacing="0" width="600" id="templateHeader">
<tr>
<td class="headerContent">

<!-- // Begin Module: Standard Header Image \\ -->
<img src="http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif" style="max-width:600px;" id="headerImage campaign-icon" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext />
<!-- // End Module: Standard Header Image \\ -->

</td>
</tr>
</table>
Expand All @@ -510,7 +510,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="200">
<tr>
<td valign="top" class="sidebarContent">

<!-- // Begin Module: Social Block with Icons \\ -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
Expand Down Expand Up @@ -565,7 +565,7 @@ <h4 class="h4">Heading 4</h4>
</tr>
</table>
<!-- // End Module: Top Image with Content \\ -->

</td>
</tr>
</table>
Expand All @@ -578,7 +578,7 @@ <h4 class="h4">Heading 4</h4>
<table border="0" cellpadding="0" cellspacing="0" width="400">
<tr>
<td valign="top" class="bodyContent">

<!-- // Begin Module: Standard Content \\ -->
<table border="0" cellpadding="20" cellspacing="0" width="100%">
<tr>
Expand All @@ -597,7 +597,7 @@ <h4 class="h4">Heading 4</h4>
</tr>
</table>
<!-- // End Module: Standard Content \\ -->

</td>
</tr>
</table>
Expand All @@ -608,7 +608,7 @@ <h4 class="h4">Heading 4</h4>
<table border="0" cellpadding="0" cellspacing="0" width="400">
<tr>
<td valign="top" width="180" class="leftColumnContent">

<!-- // Begin Module: Top Image with Content \\ -->
<table border="0" cellpadding="20" cellspacing="0" width="100%">
<tr mc:repeatable>
Expand All @@ -622,10 +622,10 @@ <h4 class="h4">Heading 4</h4>
</tr>
</table>
<!-- // End Module: Top Image with Content \\ -->

</td>
<td valign="top" width="180" class="rightColumnContent">

<!-- // Begin Module: Top Image with Content \\ -->
<table border="0" cellpadding="20" cellspacing="0" width="100%">
<tr mc:repeatable>
Expand All @@ -639,13 +639,13 @@ <h4 class="h4">Heading 4</h4>
</tr>
</table>
<!-- // End Module: Top Image with Content \\ -->

</td>
</tr>
</table>
</td>
</tr>
</table>
</table>
</td>
</tr>
</table>
Expand All @@ -658,7 +658,7 @@ <h4 class="h4">Heading 4</h4>
<table border="0" cellpadding="10" cellspacing="0" width="600" id="templateFooter">
<tr>
<td valign="top" class="footerContent">

<!-- // Begin Module: Standard Footer \\ -->
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
Expand All @@ -677,7 +677,7 @@ <h4 class="h4">Heading 4</h4>
<br />
<strong>Our mailing address is:</strong>
<br />
*|HTML:LIST_ADDRESS_HTML|**|END:IF|*
*|HTML:LIST_ADDRESS_HTML|**|END:IF|*
</div>
</td>
<td valign="top" width="190" id="monkeyRewards">
Expand All @@ -695,7 +695,7 @@ <h4 class="h4">Heading 4</h4>
</tr>
</table>
<!-- // End Module: Standard Footer \\ -->

</td>
</tr>
</table>
Expand Down
Loading