Giter VIP home page Giter VIP logo

mvolodya / email-signature Goto Github PK

View Code? Open in Web Editor NEW

This project forked from solodev/email-signature

0.0 1.0 0.0 2 KB

Creating a custom signature is one of those details that can add professionalism to your emails and reinforce your brand. There are, however, complications that can arise when attempting to create a signature due to the intricacies of email clients. Some crafty HTML can help resolve these problems and create a functional email signature.

HTML 100.00%

email-signature's Introduction

email-signature

In this tutorial, Solodev explains the necessary HTML to create a unique email signature that you can customize to fit the needs of your organization.

Tutorial

For detailed instructions, view Solodev's Creating a HTML Email Signature article.

Demo

Try out a working example on JSFiddle.

HTML

Use the following HTML for the tutorial:

  <table border="0" cellpadding="0" cellspacing="0" width="500">
    <tbody>
      <tr>
        <td border="0" cellpadding="0" cellspacing="0" height="38" width="222">
          <img src="https://www.solodev.com/assets/email-signature/solodev-logo.jpg" alt="Solodev Icon">
        </td>
      </tr>
      <tr>
        <td height="64" style="font-family:Helvetica, Arial, sans-serif; font-size:18px; font-style:bold;">
          <strong>John Smith</strong>
          <br>
          <em style="font-size:17px; font-weight:400;">Software Engineer</em>
        </td>
      </tr>
      <tr>
        <td height="58" style="font-family:Helvetica, Arial, sans-serif; font-size:16px; color:#4d4d4e;">
          800 N. Magnolia Ave, Suite 1400 | Orlando, Fl 32803
          <br> Office 407.898.1961
        </td>
      </tr>
      <tr>
        <td class="hover" height="60" style="font-family:Helvetica, Arial, sans-serif; font-size:16px; color:#d0292d;">
          <a href="mailto:[email protected]" onMouseOver="this.style.color='#71080a'" onMouseOut="this.style.color='#d0292d'" style="color:#d0292d; ">[email protected]</a>
          <br>
          <a href="https://www.solodev.com/" onMouseOver="this.style.color='#71080a'" onMouseOut="this.style.color='#d0292d'" target="_blank" style="color:#d0292d;">solodev.com</a>
        </td>
      </tr>
      <tr>
        <td height="55">
          <a href="https://www.facebook.com/Solodev" target="_blank"><img src="https://www.solodev.com/assets/email-signature/facebook-email-icon.jpg" alt="Facebook Icon"></a>
          <a href="https://www.linkedin.com/company/solodev" target="_blank"><img src="https://www.solodev.com/assets/email-signature/linkedin-email-icon.jpg" alt="LinkedIn Icon"></a>
          <a href="https://twitter.com/solodev" target="_blank"><img src="https://www.solodev.com/assets/email-signature/twitter-email-icon.jpg" alt="Twitter Icon"></a>
        </td>
      </tr>
      <tr>
        <td height="70">
          <small style="font-family:Helvetica, Arial, sans-serif; font-size:10px; color:#4d4d4e;">Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution of this information is prohibited, and may be punishable by law. If this was sent to you in error, please notify the sender by reply e-mail and destroy all copies of the original message. Please consider the environment before printing this e-mail.</small>
        </td>
      </tr>
    </tbody>
  </table>

CSS

No additional CSS is needed

External Includes

No external files are needed

email-signature's People

Contributors

smmadara avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.