Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scottgriv/gmail-signature_template
Custom professional Gmail signature template.
https://github.com/scottgriv/gmail-signature_template
email email-signature email-signature-template gmail gmail-signature gmail-template html signature template
Last synced: about 1 month ago
JSON representation
Custom professional Gmail signature template.
- Host: GitHub
- URL: https://github.com/scottgriv/gmail-signature_template
- Owner: scottgriv
- License: mit
- Created: 2023-12-02T18:10:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-15T22:35:35.000Z (6 months ago)
- Last Synced: 2024-12-08T16:46:45.592Z (about 1 month ago)
- Topics: email, email-signature, email-signature-template, gmail, gmail-signature, gmail-template, html, signature, template
- Language: HTML
- Homepage:
- Size: 505 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---------------
Gmail Signature Template
This is a simple `HTML` template for creating a Gmail signature. It is designed to be easy to use and customize.
---------------
## Table of Contents
- [Getting Started](#getting-started)
- [Resources](#resources)
- [License](#license)
- [Credits](#credits)## Getting Started
1. Clone the repo
2. Open the directory `professional` or `personal` depending on your choice
3. Edit the `signature.html` file with your information
4. To change your profile picture, change the current `URL` with your own `URL` in the `img` tag in `SECTION #1`.
- This image must be hosted on the internet. You can use [imgur](https://imgur.com/) to host your image.
5. Open `signature.html` in any browser to see the changes
6. Select everything on the screen and copy it to your clipboard
7. Open your gmail account, press the settings icon and go to settings
8. In the general tab, scroll down where you can see signature
9. Click on the signature field and paste the previously copied `HTML`
10. Scroll down and save changes that you just made
11. Press the compose button and you will see your signature populated> [!NOTE]
> There is a limit of 10,000 characters in Gmail Signature.## Resources
- [Gmail](https://mail.google.com/)
- [Gmail Signature](https://support.google.com/mail/answer/8395?co=GENIE.Platform%3DDesktop&hl=en)
- [Gmail Signature Inspiration Repo](https://github.com/skarif2/gmail-signature)
- [Imgur](https://imgur.com/)## License
This project is released under the terms of the **MIT License**, which permits use, modification, and distribution of the code, subject to the conditions outlined in the license.
- The [MIT License](https://choosealicense.com/licenses/mit/) provides certain freedoms while preserving rights of attribution to the original creators.
- For more details, see the [LICENSE](LICENSE) file in this repository. in this repository.## Credits
**Author:** [Scott Grivner](https://github.com/scottgriv)
**Email:** [[email protected]](mailto:[email protected])
**Website:** [scottgrivner.dev](https://www.scottgrivner.dev)
**Reference:** [Main Branch](https://github.com/scottgriv/gmail-signature_template)---------------