https://github.com/lockstep/lockstep-email-signature
HTML email signature for Lockstep Labs
https://github.com/lockstep/lockstep-email-signature
Last synced: about 1 year ago
JSON representation
HTML email signature for Lockstep Labs
- Host: GitHub
- URL: https://github.com/lockstep/lockstep-email-signature
- Owner: lockstep
- Created: 2016-01-02T17:31:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T16:10:46.000Z (about 9 years ago)
- Last Synced: 2025-01-28T13:48:14.979Z (over 1 year ago)
- Language: HTML
- Size: 107 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lockstep Labs HTML Email Signature
This simple HTML file lets you modify our email signature, so that you can
copy-paste it into your Gmail account.

## Getting Started
This is a simple HTML file with some CSS styles, no setup is required.
Clone the repo, edit `index.html` and `styles.css` as desired and you're
ready to copy your signature to Gmail.
While Gmail doesn't let you paste HTML into your signature, you can copy
and paste a portion of an HTML page which will copy styles as well.
Once you are done editing your signature, highlight it:

Go to `Settings - General - Signature` and paste the copied content.
You're done!
## Images
Note that images need to be hosted on a remote server, so that you can
copy-paste them to Gmail.
Make sure to have your images in 2x the rendered resolution, so that the
quality doesn't suffer on retina screens. E.g. given that the logo has styles
`width: 50px; height: 100px;`, make sure your image dimensions are 100 x 200.