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
- Host: GitHub
- URL: https://github.com/dracula27/emailsignature
- Owner: DrAcula27
- Created: 2024-04-02T00:00:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T23:47:41.000Z (7 months ago)
- Last Synced: 2025-01-18T05:28:29.071Z (5 months ago)
- Topics: css, css3, email, email-signature, html, html-css, html5, html5-css3, htmltable
- Language: HTML
- Homepage: https://dracula27.github.io/emailSignature/
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Table of Contents
## About The Project
![]()
This is an email signature written entirely in HTML that can be used in most email clients.
### Built With
- [](https://html.spec.whatwg.org/)
## Usage
Copy and paste the HTML code into your email client of choice wherever you edit your email signature.
## Optimizations
This project can be improved by:
- [ ] Improving organization of code.
## 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.## 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/)
## 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/)