Templates for signatures in various format, media and applications.
The HTML template contains information as a h-card (using microformat-2) with embed <style>
element :
- hover on links add an
→
(arrow) to indicate that it will open in new tab ; - social icon will rotate
22.5°
right on hover.
Result as an image below (code available in : HTML template
- Fork mine ;
- Fill your info refering to the H-card microformat specs ;
- Open the
signature.html
using Chrome/Chromium ;Firefox 28.0a1
/Opera 12.16 build 1860
do not copy the<style>
and<link>
elements. Henceforth missing typography and layout ;
- Copy from the HTML to your Gmail settings.
Enjoy :)
- The
master
branch is the one using –external– images ; - the
text-only
image aim to provide an image-free signature, so it should not passively track people reading your email.
I went this way. But using base64 images as CSS background is no good as Gmail complains about the length of the signature and refuse to save it. So I went back to external images.