Assets repository for the ThinkR email signature.
Try the different versions of the signature at:
-
Python version: todo
-
R version: https://signature-r-psi.vercel.app/
-
JS version: todo
To update the banner image, replace the current.png
with a new image with the same name.
#> assets/banner
#> βββ current_.png
#> βββ team.jpg
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>