https://github.com/nafigator/email-signature
Personal email signature
https://github.com/nafigator/email-signature
email-signature html-css
Last synced: 2 months ago
JSON representation
Personal email signature
- Host: GitHub
- URL: https://github.com/nafigator/email-signature
- Owner: nafigator
- License: other
- Created: 2016-11-06T05:33:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T17:47:55.000Z (about 8 years ago)
- Last Synced: 2025-02-01T16:22:41.907Z (4 months ago)
- Topics: email-signature, html-css
- Language: HTML
- Homepage:
- Size: 611 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Email-signature
![Signature example][Signature img]
## Minification
perl -p -e 's/^[ \t]*//g;s/[ \t]*$//g;s/\n//g;s/>\s*> minified.html
## Customization
sed -i '
s/Yancharuk Alexander/Your Name/g;
s/[email protected]/[email protected]/g;
s/Web-developer/Your Position/g;
s/+7 555 333-22-11/+7 333 222-11-00/g;
s/https:\/\/www.homepage.info/http:\/\/your-home-page.com/g;
s/https:\/\/github.com\/username/https:\/\/github.com\/your-username/g;
s/https:\/\/stackoverflow.com\/users\/3333333\/user-name/https:\/\/stackoverflow.com\/users\/1111111\/your-user-name/g;
s/https:\/\/hh.ru\/resume\/11111111111111111111111111111111111111/https:\/\/hh.ru\/resume\/222222222222222222222222222222222222222/g;
s/skype:+75553332211?call/skype:+73332221100?call/g;
s/https:\/\/t.me\/username/https:\/\/t.me\/your-username/g;
' minified.html## Personal data workflow
#### Save converter changes# gpg --output convert.gpg --encrypt --recipient convert.sh
gpg -o convert.gpg -e -r convert.sh
git commit && git push#### Load converter changes
git pull
# gpg --output convert.sh --decrypt convert.gpg
gpg -o convert.sh -d convert.gpg___
[![License][License img]][License src][License img]: https://github.com/nafigator/email-signature/raw/master/images/raw/wtfpl.png
[License src]: https://tldrlegal.com/license/do-wtf-you-want-to-public-license-v2-(wtfpl-2.0)
[Signature img]: https://github.com/nafigator/email-signature/raw/master/images/example.png