/hands-off-ukraine-banner

A banner web component that enables companies/individuals to quickly show their support for Ukraine regarding the recent Russian invasion. It hopes to raise awareness to the incident and allow users to quickly access support websites & donate.

Primary LanguageJavaScript

Hands Off Ukraine Web Component

▶️ This banner includes easy access links to support Ukraine against the deliberate military invasion of Russia.

It was built as a Web Component to facilitate its integration between all the frontend library/frameworks used.

Usage

    <body>
        <header>...</header>
        <hands-off-ukraine-banner></hands-off-ukraine-banner>

        <!-- ...rest of the html -->

        <footer>...</footer>
        <script src="./node_modules/hands-off-ukraine-banner/index.js"></script>
    </body>

Example

Desktop View

Alt text

Mobile View

Alt text

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

License

MIT