Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trentmwillis/i-stand
A web component to embed in your personal site to show you stand with the protests against racism and police brutality
https://github.com/trentmwillis/i-stand
black-lives-matter web-component
Last synced: 2 months ago
JSON representation
A web component to embed in your personal site to show you stand with the protests against racism and police brutality
- Host: GitHub
- URL: https://github.com/trentmwillis/i-stand
- Owner: trentmwillis
- Created: 2020-06-01T15:01:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T19:01:13.000Z (over 4 years ago)
- Last Synced: 2024-10-15T02:03:20.658Z (2 months ago)
- Topics: black-lives-matter, web-component
- Language: JavaScript
- Homepage:
- Size: 336 KB
- Stars: 62
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# I Stand
A web component to embed in your personal site to show you stand with the protests against racism and police brutality.
![A banner showing solidarity with protestors against police brutality](./screenshot.png)
To add this banner to your site, include the following code:
```html
```
The snippet above will always use the latest version of the banner. This means if any changes are published they'll automatically be pulled in (such as new names or updated links).
If you want to use a specific version, you can update the [unpkg](https://unpkg.com/) url to point to a specific version. For example, to always use the `v1.1.0` release, include the following script instead:
```html
```
_This should work in all modern browsers. If you need to support legacy browsers, you may need to include some polyfills or run the script through a transpiler, like [Babel](https://babeljs.io/), first._