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

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

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.

![Preview](images/preview.png?raw=true "Preview")

## 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:

![How to copy](images/howto.png?raw=true "How to copy your signature")

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.