-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
125 additions
and
5 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<mjml> | ||
<mj-head> | ||
<mj-title>Say hello to card</mj-title> | ||
<mj-font name="Roboto" href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500"></mj-font> | ||
<mj-attributes> | ||
<mj-all font-family="Montserrat, Helvetica, Arial, sans-serif"></mj-all> | ||
<mj-text font-weight="400" font-size="16px" color="#000000" line-height="24px"></mj-text> | ||
<mj-section padding="0px"></mj-section> | ||
</mj-attributes> | ||
</mj-head> | ||
<mj-body background-color="#F2F2F2"> | ||
<mj-section padding="10px 0 20px 0"> | ||
<mj-column> | ||
<mj-text align="center" color="#9B9B9B" font-size="11px">Writing A Good Headline For Your Advertisement</mj-text> | ||
</mj-column> | ||
</mj-section> | ||
<mj-section padding="20px 20px 0 20px" background-color="#FFFFFF"> | ||
<mj-column width="35%"> | ||
<mj-text align="left" font-size="20px" font-weight="500">// BR&AND</mj-text> | ||
</mj-column> | ||
<mj-column width="65%"> | ||
<mj-text align="right" font-size="11px"><a href="#" style="color: #000000; text-decoration: none;">HOME</a> / <a href="#" style="color: #000000; text-decoration: none;">SERVICE</a> / <a href="#" style="color: #000000; text-decoration: none;">THIRD</a></mj-text> | ||
</mj-column> | ||
</mj-section> | ||
<mj-section padding="20px 20px 0 20px" background-color="#FFFFFF"> | ||
<mj-column> | ||
<mj-text align="center" font-weight="300" padding="30px 40px 10px 40px" font-size="32px" line-height="40px" color="#5FA91D">Free Advertising For Your Online Business.</mj-text> | ||
</mj-column> | ||
</mj-section> | ||
<mj-section padding="10px 20px" background-color="#FFFFFF"> | ||
<mj-column> | ||
<mj-divider width="30px" border-width="3px" border-color="#9B9B9B"></mj-divider> | ||
</mj-column> | ||
</mj-section> | ||
<mj-section padding="0 20px 20px 20px" background-color="#FFFFFF"> | ||
<mj-column width="80%"> | ||
<mj-text align="center" padding-top="10px" font-weight="500" padding="0px">A Right Media Mix Can Make The Difference.</mj-text> | ||
</mj-column> | ||
</mj-section> | ||
<mj-section background-url="http://nimus.de/share/tpl-card/bg.jpg" vertical-align="middle" background-size="cover" background-repeat="no-repeat"> | ||
<mj-column width="100%"> | ||
<mj-image src="http://nimus.de/share/tpl-card/lineshadow.png" alt="" align="center" border="none" padding="0px"></mj-image> | ||
<mj-text align="center" padding="50px 40px 0 40px" font-weight="300">Marketers/advertisers usually focus their efforts on the people responsible for making the purchase. In many cases, this is an effective approach but in other cases it can make for a totally useless marketing campaign.</mj-text> | ||
<mj-button align="center" background-color="#5FA91D" color="#FFFFFF" border-radius="2px" href="#" inner-padding="15px 30px" padding-bottom="100px" padding-top="20px"> | ||
<%= generate_full_name(@first_name, @last_name) %> | ||
</mj-button> | ||
</mj-column> | ||
</mj-section> | ||
<mj-section padding="50px 0 0 0" background-color="#FFFFFF"> | ||
<mj-column> | ||
<mj-image src="http://nimus.de/share/tpl-card/bottom.png" alt="bottom border" align="center" border="none" padding="0px"></mj-image> | ||
</mj-column> | ||
</mj-section> | ||
<mj-section padding="10px 0 20px 0"> | ||
<mj-column> | ||
<mj-text align="center" color="#9B9B9B" font-size="11px"><a href="#" style="color: #9B9B9B;">Unsubscribe</a> from this newsletter<br />52 Edison Court Suite 259 / East Aidabury / Cambodi<br /> <a href="#" style="color: #9B9B9B; text-decoration:none;">Made by svenhaustein.de</a></mj-text> | ||
</mj-column> | ||
</mj-section> | ||
</mj-body> | ||
</mjml> |