Giter Site home page Giter Site logo

gmail-signature's Introduction

Gmail Signature  

Having a nice looking signature in your email will always make it more professional and put an impression that you care about things 👍

Setup Signature

  • Clone the repo
$ git clone [email protected]:skarif2/gmail-signature.git
  • Open the directory and modify signature.html to your liking
  • Open signature.html in any browser
  • Select everything on the screen and copy it
  • Open your gmail account, press the settings icon (⚙️ ) and go to settings
  • In the general tab, scroll down where you can see signature
  • Click on the signature field and pest the previously copied item
  • Scroll down and save changes that you just made
  • Press the compose button and you will see your signature populated already

Note: There is a limit of 10,000 characters in Gmail Signature. Make sure you don't add too much stuff 😉

License

This repo available under the MIT license.


Made with  💖  by Sk Arif.

gmail-signature's People

Contributors

rogeriofrsouza avatar skarif2 avatar tenshiamd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gmail-signature's Issues

Large text entered for address or email wraps

Figured out that if I enter larger text for either address or email the text wraps for that I had to change this line:

<td style="font-family:inherit; font-size:9pt; padding-bottom:6px; line-height:18px; vertical-align:top;  valign="top"></td>

to this line:

<td style="font-family:inherit; font-size:9pt; padding-bottom:6px; line-height:18px; vertical-align:top; white-space: nowrap;overflow: hidden; valign="top">

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.