Skip to content

ThinkR-open/signature.js

Repository files navigation

Signature.js Signature.py logo

HTML5 JavaScript Bootstrap Figma

This is the Javascript version of the {signature.r} and {signature.py} application.

This application provides a graphical interface to streamline the creation and maintenance of your email signature.

No more wrestling with images or getting tangled up in HTML code; the application offers a set of fields to update your signature easily.

Simply enter your name, first name, email, and other necessary information to populate your signature.

Additionally, the application allows you to copy the HTML code with a single button click, making it easy to paste into your email client settings.

Lastly, updating the banner (the image at the bottom of the signature) and the associated link for redirection is straightforward. You no longer need to request everyone to update their signature individually for these changes.

Demo

🕹️ Try the app at: https://connect.thinkr.fr/signature-js/

Try locally

  1. Clone the repository

  2. Open the signature/index.html file in your browser

Modify the theme

This app uses Bootstrap 5.3.3.

To modify the theme, edit the signature/www/scss/signature.scss file.

To compile the SCSS to CSS, run:

sass signature/www/scss/signature.scss signature/www/css/signature.css

How the redirection banner works?

The redirection banner is a JavaScript function that redirects the user to the specified URL.

To modify the redirection URL, edit the index.html file.

Mockup

The mockup was created using Figma.

Explore the mockup here.

Code of Conduct

Please note that the signature.js project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.