E-mail signature – CAMMS

E-mail signature

E-mail signature

Official CAMMS email signature.

Tip

Expand the HTML menu and edit your name, job title, phone number, and email address. Save your changes, and the code will update automatically. Select the entire email signature text and copy it into your email client.

HTML

<!DOCTYPE html>
<html lang="cs">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>CAMMS Email Signature</title>
</head>
<body style="margin: 0; padding: 0;">
  <div style="padding: 32px 0; max-width: 520px;">
    <!-- Jmeno -->
    <div>
      <span style="font-family: Arial, Helvetica, sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; color: #13A543;">
        Name Surname
      </span>
    </div>

    <!-- Pozice -->
    <div>
      <div style="margin: 2px 0 10px 0; font-family: Arial, Helvetica, sans-serif; font-weight: 400; font-size: 12px; line-height: 16px; color: #000000;">
        Job title
      </div>
    </div>

    <!-- Telefon -->
    <div>
      <a
        href="tel:+420123456789"
        style="font-family: Arial, Helvetica, sans-serif; font-weight: 400; font-size: 12px; line-height: 16px; text-decoration: underline; color: #8d8d8d;">
        +420123456789
      </a>
    </div>

    <!-- E-mail -->
    <div>
      <a
        href="mailto:[email protected]"
        style="font-family: Arial, Helvetica, sans-serif; font-weight: 400; font-size: 12px; line-height: 16px; text-decoration: underline; color: #8d8d8d;">
        [email protected]
      </a>
    </div>

    <!-- Web -->
    <div>
      <a
        href="https://cammscapital.com"
        style="font-family: Arial, Helvetica, sans-serif; font-weight: 400; font-size: 12px; line-height: 16px; text-decoration: underline; color: #8d8d8d;">
        cammscapital.com
      </a>
    </div>

    <!-- Nazev firmy -->
    <div style="margin-top: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: 700; font-size: 11px; line-height: 14px; color: #000000;">
      CAMMS Capital
    </div>

    <!-- Adresa -->
    <div style="margin-top: 4px; font-family: Arial, Helvetica, sans-serif; font-weight: 400; font-size: 12px; line-height: 16px; color: #8d8d8d;">
      1345 Avenue of the Americas,<br>
      New York, NY 10105
    </div>

    <!-- Legal text -->
    <div style="margin-top: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: 400; font-size: 10px; line-height: 14px; color: #8d8d8d;">
      CAM Multi-Strat Asset Management LLC is a member of the National Futures Association. Past performance is not necessarily indicative of future performance. Investment involves significant risks. This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you are not the intended recipient or otherwise believe that you have received this message in error, please notify the sender immediately and delete the original. Any other use of this message by you is prohibited.
    </div>
  </div>
</body>
</html>