https://github.com/ThinkR-open/signature
đī¸ Assets repository for the ThinkR email signature
https://github.com/ThinkR-open/signature
r r-package shiny shiny-apps shinyapps
Last synced: 4 months ago
JSON representation
đī¸ Assets repository for the ThinkR email signature
- Host: GitHub
- URL: https://github.com/ThinkR-open/signature
- Owner: ThinkR-open
- Created: 2022-01-28T10:34:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T17:14:08.000Z (10 months ago)
- Last Synced: 2025-04-19T19:07:38.626Z (7 months ago)
- Topics: r, r-package, shiny, shiny-apps, shinyapps
- Language: HTML
- Homepage:
- Size: 4.75 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - ThinkR-open/signature - đī¸ Fill in your email signature from a template (R)
README
### 
**Assets repository for the ThinkR email signature.**
Try the different versions of the signature at:
| đ¤ | đšī¸ |
|:-:|:-:|
|  | [signature-r-psi.vercel.app/](https://signature-r-psi.vercel.app/) |
|  | [signature-py.vercel.app/](https://signature-py.vercel.app/) |
|  | [signature-js-psi.vercel.app/](https://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:
```html
window.location.replace("https://thinkr.fr/blog/");
```