Created
October 11, 2019 14:05
-
-
Save Sunil-ghodela/6aeb13b807cf45c30308a64c40309aec 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> | |
<table cellspacing="0" cellpadding="0" border="0" align="center" bgcolor="#ffffff" width="100" style="width: 100%;padding: 5% 3%;"> | |
<tr> | |
<td width="50%" style="width: 50%"> | |
<div> | |
<div style="display: inline-block;"> | |
<img src="#" style="width: 80px;height: 80px;"> | |
</div> | |
<div style="display: inline-block;vertical-align: top;padding-left: 1px;"> | |
<p style="margin: 0;padding: 5px 0;font-weight: 600"> | |
Hi | |
</p> | |
<p style="margin: 0"> | |
I am <span style="font-weight: 600">{coach_name}</span> | |
</p> | |
</div> | |
<p style="margin: 0;padding: 5px 0;"> | |
Contact me at <span>{coach_email}</span> | |
</p> | |
<p style="margin: 0;padding: 5px 0;"> | |
Address | |
</p> | |
<p style="margin: 0;padding-top: 8px;"><a href="#">save in your map</a></p> | |
</div> | |
</td> | |
<td style="padding-left: 8px;"> | |
<img src="#" alt="map"> | |
</td> | |
</tr> | |
</table> | |
</td> | |
</tr> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment