From ccbae13292a12f4b01d76ad93d6cb0ad550fa468 Mon Sep 17 00:00:00 2001 From: Yahya Elharony Date: Tue, 31 Oct 2023 16:36:43 +0200 Subject: [PATCH] docs: Fix 'usage' section - [Solved] and tags string weren't visible. - [Added] Highlight the ` +To add the "Stand with Palestine" banner to your website, all you have to do is adding the following script tag to the `` tag or before the end of the `` tag on your website: +```html + +``` ## How it works? The "Stand with Palestine" banner is created using SCSS and JavaScript. All styles are converted to CSS, and HTML elements are dynamically created using JavaScript, allowing for seamless integration without the need to modify your website's HTML structure. The library is bundled using `Webpack`, resulting in a single JavaScript file, which is available at `/dist/stand-with-palestine-widget.js` @@ -19,4 +21,4 @@ We welcome contributions to enhance and improve the "Stand with Palestine" libra 1. Fork the repository. 2. Create a new branch for your feature or bug fix. 3. Make your changes and ensure that the code is well-documented and tested. -4. Submit a pull request. \ No newline at end of file +4. Submit a pull request.