Skip to content

Latest commit

Β 

History

History
32 lines (21 loc) Β· 1.14 KB

README.md

File metadata and controls

32 lines (21 loc) Β· 1.14 KB

Assets repository for the ThinkR email signature.

Try the different versions of the signature at:

πŸ€– πŸ•ΉοΈ
R signature-r-psi.vercel.app/
Python signature-py.vercel.app/
JavaScript signature-js-psi.vercel.app/

How to update the signature?

The banner

To update the banner image, replace the current.png with a new image with the same name.

#> assets/banner
#> β”œβ”€β”€ current_.png
#> └── team.jpg

The redirection url

To update the redirection url, modify the script inside index.html at the root of the package:

<script>
  window.location.replace("https://thinkr.fr/blog/");
</script>