Email Template completed (Check reminder.html)

This commit is contained in:
Manny.Muriel 2016-08-17 11:58:31 -07:00 committed by Mark Moser
parent b5014890ab
commit dc328d8c5a
5 changed files with 47 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -1,4 +1,7 @@
a {
text-decoration: underline;
color: $success-color;
}
.email-container {
.email-heading th {
@ -12,12 +15,25 @@
.email-title {
text-transform: uppercase;
font-weight: 700;
font-size:20px;
font-size:18px;
vertical-align: sub;
}
}
.email-body {
.email-body * {
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
font-weight:300;
font-size: 16px;
line-height: 1.5em;
padding-bottom: 20px;
}
.email-copyright {
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
font-size: 10px;
color: #909090;
vertical-align: bottom;
}
.email-logo {
text-align: right;
vertical-align: bottom;
}
}

View File

@ -25,7 +25,34 @@
<row>
<columns>
<div style="background-color: #FFF200; height: 20px; width: 100%;">&nbsp;</div>
<table>
<tr>
<td class="email-copyright">
&copy;2016 All Rights Reserved - Perficient Digital
</td>
<td class="email-logo">
<%= image_tag("perficientdigital-logo.jpg", alt:"Perficient Digital") %>
</td>
</tr>
</table>
</columns>
</row>
<row>
<columns>
<table>
<tr>
<td style="width:6px;">
<%= image_tag("yellowslant-left.jpg", alt:"Perficient Digital") %>
</td>
<td style="background-color:#fef035; font-size:1px;">
&nbsp;
</td>
<td style="width:6px;">
<%= image_tag("yellowslant-right.jpg", alt:"Perficient Digital") %>
</td>
</tr>
</table>
</columns>
</row>
</container>