diff --git a/README.md b/README.md index 35604fd..4b151c4 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,95 @@ If you want to use a specific version, you can update the [unpkg](https://unpkg. ``` -_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._ +## Older browsers + +The above should work in all modern browsers. If you'd like to support legacy browsers however, consider copying the below plain HTML version instead. + +This uses CSS instead of a Shadow DOM, and thus is not isolated from your web page's own styles. This will work fine on most sites in practice, but you may need to make minor adjustments to the CSS if there are significant conflicts. + +```html + + +
+ I stand in solidarity with + George Floyd, + Breonna Taylor, + Ahmaud Arbery, + Tony McDade, + Anthony Hill, + Jamarion Robinson, + Willie McCoy, + Emantic Fitzgerald Bradford J, + Jemel Roberson, + Botham Shem Jean, + Anthony Lamar Smith, + Ramarley Graham, + Trayvon Martin, + Larry Jackson Jr, + Jonathan Ferrell, + Chavis Carter, + Victor White III, + Dontre Hamilton, + Eric Garner, + John Crawford III, + Michael Brown, + Ezell Ford, + Kajieme Powell, + Laquan McDonald, + Akai Gurley, + Tamir Rice, + Jerame Reid, + Charly Keunang, + Tony Robinson, + Walter Scott, + Freddie Gray, + Samuel DuBose, + Jamar Clark, + Quintonio LeGrier, + Gregory Gunn, + Alton Sterling, + Philando Castile, + Terence Crutcher, + Keith Lamont Scott, + Alfred Olango, + Jordan Edwards, + Stephon Clark, + Patrick Harmon, + and countless others who have been victims of racism and police brutality. +
+ + ++ I stand in solidarity with + George Floyd, + Breonna Taylor, + Ahmaud Arbery, + Tony McDade, + Anthony Hill, + Jamarion Robinson, + Willie McCoy, + Emantic Fitzgerald Bradford J, + Jemel Roberson, + Botham Shem Jean, + Anthony Lamar Smith, + Ramarley Graham, + Trayvon Martin, + Larry Jackson Jr, + Jonathan Ferrell, + Chavis Carter, + Victor White III, + Dontre Hamilton, + Eric Garner, + John Crawford III, + Michael Brown, + Ezell Ford, + Kajieme Powell, + Laquan McDonald, + Akai Gurley, + Tamir Rice, + Jerame Reid, + Charly Keunang, + Tony Robinson, + Walter Scott, + Freddie Gray, + Samuel DuBose, + Jamar Clark, + Quintonio LeGrier, + Gregory Gunn, + Alton Sterling, + Philando Castile, + Terence Crutcher, + Keith Lamont Scott, + Alfred Olango, + Jordan Edwards, + Stephon Clark, + Patrick Harmon, + and countless others who have been victims of racism and police brutality. +
+ + +