Skip to content

Commit

Permalink
removing footer tag since it is not displaying on outlook
Browse files Browse the repository at this point in the history
  • Loading branch information
khill-fbmc committed Jan 27, 2025
1 parent 6881b10 commit d3a9d54
Showing 1 changed file with 59 additions and 64 deletions.
123 changes: 59 additions & 64 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<footer
<table
cellpadding="0"
cellspacing="0"
style="
font-family: Arial, sans-serif;
color: #000;
Expand All @@ -7,66 +9,59 @@
border-left: solid 4px #870bc8;
"
>
<table
cellpadding="0"
cellspacing="0"
>
<tbody>
<tr>
<td style="padding-left: 10px">
<h3 style="margin: 10px 0">%%DisplayName%%</h3>
<h4 style="margin: 10px 0">%%Title%%</h4>
</td>
</tr>
<!-- Address -->
<tr>
<td style="line-height: 1.4em; padding-left: 10px; padding-top: 10px">
5012 Luce Avenue<br />
Building 250H, Suite 102<br />
McClellan, CA 95652
</td>
</tr>
<!-- Address -->
<tr>
<td style="line-height: 1.4em; padding-top: 10px; padding-left: 10px">
<a
href="tel:%%Phone%%"
style="display: block; text-decoration: none; color: #000"
>
%%Phone%%
</a>
<a
href="tel:+19162491240"
style="display: block; text-decoration: none; color: #000"
>
<span style="color: #666">F:</span>&nbsp;916-249-1240
</a>
<a
href="mailto:%%UserPrincipalName%%"
style="
display: block;
text-decoration: none;
text-transform: lowercase;
"
>
%%UserPrincipalName%%
</a>
<a
href="https://www.gofortuna.com/"
style="display: inline; color: #666"
>
https://<span style="color: #870bc8">gofortuna</span>.com
</a>
</td>
</tr>
<tr>
<td style="padding-top: 10px">
<img
alt="Fortuna / VOBA Certified in CA, CO, DE, GA, MA, NC, NY, OH / Small Business Partner to the Sacramento Kings"
src="https://assets.fortunabmc.com/img/signature_kings_condensed.png"
/>
</td>
</tr>
</tbody>
</table>
</footer>
<tbody>
<tr>
<td style="padding-left: 10px">
<h3 style="margin: 10px 0">%%DisplayName%%</h3>
<h4 style="margin: 10px 0">%%Title%%</h4>
</td>
</tr>
<tr>
<td style="line-height: 1.4em; padding-left: 10px; padding-top: 10px">
5012 Luce Avenue<br />
Building 250H, Suite 102<br />
McClellan, CA 95652
</td>
</tr>
<tr>
<td style="line-height: 1.4em; padding-top: 10px; padding-left: 10px">
<a
href="tel:%%Phone%%"
style="display: block; text-decoration: none; color: #000"
>
%%Phone%%
</a>
<a
href="tel:+19162491240"
style="display: block; text-decoration: none; color: #000"
>
<span style="color: #666">F:</span>&nbsp;916-249-1240
</a>
<a
href="mailto:%%UserPrincipalName%%"
style="
display: block;
text-decoration: none;
text-transform: lowercase;
"
>
%%UserPrincipalName%%
</a>
<a
href="https://www.gofortuna.com/"
style="display: inline; color: #666"
>
https://<span style="color: #870bc8">gofortuna</span>.com
</a>
</td>
</tr>
<tr>
<td style="padding-top: 10px">
<img
alt="Fortuna / VOBA Certified in CA, CO, DE, GA, MA, NC, NY, OH / Small Business Partner to the Sacramento Kings"
src="https://assets.fortunabmc.com/img/signature_kings_condensed.png"
/>
</td>
</tr>
</tbody>
</table>

0 comments on commit d3a9d54

Please sign in to comment.