An open API service indexing awesome lists of open source software.

https://github.com/dracula27/emailsignature

An HTML email signature for email clients
https://github.com/dracula27/emailsignature

css css3 email email-signature html html-css html5 html5-css3 htmltable

Last synced: 3 months ago
JSON representation

An HTML email signature for email clients

Awesome Lists containing this project

README

        





Logo

HTML Email Signature


Table of Contents



  1. About The Project


  2. Usage

  3. Optimizations

  4. Lessons Learned

  5. Contact

  6. Acknowledgments

## About The Project


email signature Screen Shot

This is an email signature written entirely in HTML that can be used in most email clients.

(back to top)

### Built With

- [![HTML5](https://camo.githubusercontent.com/47e36c9392fe351ab98a0324ca2cb710782731d5a56f71ffe7c68130a1ddc34f/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d253743266d6573736167653d48544d4c3526636f6c6f723d323335353566267374796c653d706c6173746963266c6f676f3d68746d6c35)](https://html.spec.whatwg.org/)

(back to top)

## Usage

Copy and paste the HTML code into your email client of choice wherever you edit your email signature.

(back to top)

## Optimizations

This project can be improved by:

- [ ] Improving organization of code.

(back to top)

## Lessons Learned

- **HTML Tables** This project was definitely a deep-dive into setting up and using complex HTML tables.
- **Inline CSS** I learned how to write CSS inline with HTML more effectively.

(back to top)

## Contact

Danielle Andrews - [@DrAcula_codes](https://twitter.com/DrAcula_codes 'Twitter/X') - [daniellerandrews](https://www.linkedin.com/in/daniellerandrews 'LinkedIn') - [email protected]

Project Link: [https://dracula27.github.io/emailSignature/](https://dracula27.github.io/emailSignature/)

(back to top)

## Acknowledgments

A special thanks to these resources used in the project!

- [GitHub Pages](https://pages.github.com)
- [daretothink.co.uk](https://www.daretothink.co.uk/html-email-signature-in-apple-mail/)

(back to top)