Generate email signature template

by Jordan Sayner

HTML

<!-- // 16i – Email Signature // -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="max-width:800px; border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; font-family:Arial, sans-serif; color:#0d0d0d;">
  
  <!-- // Kind Regards // -->
  <tr>
    <td><div style="font-size:14px; line-height:1; color:#1D2745 !important; font-weight:400; margin-top: 16px; margin-bottom: 24px;">Kind Regards</div></td>
  </tr>

  <tr>
    <!-- // Right: Details // -->
    <td valign="top" width="150" style="padding: 0px 0px 0px 0; vertical-align:top; width: 150px;">
      <div style="font-size:18px; line-height:1; font-weight:700; color:#3154AE; margin-bottom:8px;">Jordan Sayner</div>
      <div style="font-size:14px; line-height:1; font-weight:400; color:#1D2745; margin-bottom:16px;">Front-End Developer</div>

      <div style="font-size:13px; line-height:1; color:#1D2745 !important; font-weight:400; margin-bottom:10px;">
        Phone: <span style="color:#1D2745 !important; font-weight:600; text-decoration:none !important;">01242&#8203;&nbsp;654000</span>
      </div>
      
      <div style="font-size:13px; line-height:1; color:#1D2745 !important; font-weight:400;">
        Mobile: <span style="color:#1D2745 !important; font-weight:600; text-decoration:none !important;">01242&#8203;&nbsp;654000</span>
      </div>
    </td>
  </tr>

  <!-- // Full width row for services + company info + disclaimer // -->
  <tr>
    <td style="padding-top:24px;">
      <!-- // Services // -->
      <div style="font-size:13px; line-height:1.6; color:#1D2745; font-weight:500; margin-bottom:12px;">
        Website Design &amp; Development
        <span style="display: inline-block; margin:0 8px; color:#3154AE; font-weight:500;">&bull;</span>
        Bespoke Software
        <span style="display: inline-block; margin:0 8px; color:#3154AE; font-weight:500;">&bull;</span>
        Branding &amp; Creative Direction
      </div>

    ...