Palestine Banner is a tool used to create banners for your website to show support for Palestine. This repository holds the JS and CSS for the banners.
Include the already compiled JavaScript into your website and initialize the banner. You can set the theme to "auto", "light", or "dark".
<head>
...
<script src="https://tfpb.techforpalestine.org/lib/banner.min.js"></script>
<script>
TFPBanner.create({
theme: "auto",
fixed: false,
});
</script>
</head>Clone and install dependencies
git clone https://github.com/techforpalestine/palestine-banner.git && cd palestine-banner && yarnRun developement server
yarn devTo support the active development of Palestine Banners:
- Add a GitHub Star to the project.
- Share the project on social media and with other website owners.
Copyright (c) 2023-present TechForPalestine and Contributors. Palestine Banner is free and open-source software licensed under the MIT License.