Skip to content

Commit 4ca2d65

Browse files
Update README.md
1 parent cc850c6 commit 4ca2d65

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ As seen in:
1616
<tbody>
1717
<tr>
1818
<td>
19-
<img src="https://user-images.githubusercontent.com/15334952/111389696-ca705b00-8687-11eb-9db9-4f0919715834.png" width="210"/> <br/>
20-
<img src="https://user-images.githubusercontent.com/15334952/111392820-c0515b00-868d-11eb-9b82-5eaace6612c9.png" width="145"/> <br/>
21-
17 interactive visualization <br/>
22-
stories using React Scrollama <br/>
19+
<a href="https://www.worldbank.org/en/home"><img src="https://user-images.githubusercontent.com/15334952/111389696-ca705b00-8687-11eb-9db9-4f0919715834.png" width="220"/></a> <br/>
20+
<a href="https://www.un.org/en/"><img src="https://user-images.githubusercontent.com/15334952/111392820-c0515b00-868d-11eb-9b82-5eaace6612c9.png" width="135"/></a> <br/>
21+
<a href="https://datatopics.worldbank.org/sdgatlas/">17 interactive visualization <br/>
22+
stories</a> using React Scrollama <br/>
2323
for scrollytelling
2424
</td>
2525
<td>
@@ -28,18 +28,18 @@ As seen in:
2828
</tr>
2929
<tr>
3030
<td>
31-
<img src="https://jolttx.org/wp-content/uploads/2019/10/politico-logo.png" width="150" /> <br/> <a href="https://www.politico.com/interactives/2019/election-security-americas-voting-machines"><i>The scramble to secure <br/> America’s voting machines</i></a> <br/> by <a href="https://bzjin.github.io">Beatrice Jin</a>
31+
<a href="https://www.politico.com/"><img src="https://jolttx.org/wp-content/uploads/2019/10/politico-logo.png" width="150" /></a> <br/> <a href="https://www.politico.com/interactives/2019/election-security-americas-voting-machines"><i>The scramble to secure <br/> America’s voting machines</i></a> <br/> by <a href="https://bzjin.github.io">Beatrice Jin</a>
3232
</td>
3333
<td>
34-
<img src="https://user-images.githubusercontent.com/15334952/111391036-2dfb8800-868a-11eb-9c64-3f322ef1e588.png" width="450"/>
34+
<a href="https://www.politico.com/interactives/2019/election-security-americas-voting-machines"><img src="https://user-images.githubusercontent.com/15334952/111391036-2dfb8800-868a-11eb-9c64-3f322ef1e588.png" width="450"/></a>
3535
</td>
3636
</tr>
3737
<tr>
3838
<td>
39-
<img src="https://s3.amazonaws.com/spec-imagehosting/spectator-logo.png" width="180"/><br/> <a href="https://www.columbiaspectator.com/eye-lead/graduate-sex-diversity"><i>Sex Diversity Among Grad <br/> Students is Stagnating</i></a> <br/> by Jason Kao
39+
<a href="http://graphicsdesk.github.io/"><img src="https://s3.amazonaws.com/spec-imagehosting/spectator-logo.png" width="180"/></a><br/> <a href="https://www.columbiaspectator.com/eye-lead/graduate-sex-diversity"><i>Sex Diversity Among Grad <br/> Students is Stagnating</i></a> <br/> by Jason Kao
4040
</td>
4141
<td>
42-
<img src="https://user-images.githubusercontent.com/15334952/111391310-b843ec00-868a-11eb-9744-72ee913cdbe1.png" width="450"/>
42+
<a href="https://www.columbiaspectator.com/eye-lead/graduate-sex-diversity"><img src="https://user-images.githubusercontent.com/15334952/111391310-b843ec00-868a-11eb-9744-72ee913cdbe1.png" width="450"/></a>
4343
</td>
4444
</tr>
4545
</tbody>
@@ -180,12 +180,6 @@ These are the props you can set on the `Step` component:
180180

181181
You will also probably want to set a `key` prop on each `Step` if you're transforming an array of data into a list of `Step` elements (see [Lists and Keys](https://reactjs.org/docs/lists-and-keys.html)).
182182

183-
## Features roadmap
184-
185-
* Being able to use pixels instead of percent for offset value so stuff on mobile doesn't jump around on scroll direction change
186-
* Currently, there is no way to throttle/customize React Scrollama's [resize listener](https://github.com/jsonkao/react-scrollama/blob/master/src/Scrollama.js#L104) 😢. We're working on this in [#44](https://github.com/jsonkao/react-scrollama/issues/44).
187-
* Fire previous step triggers if they were jumped
188-
189183
## Contributors
190184

191185
* [jsonkao](https://github.com/jsonkao)
@@ -204,6 +198,12 @@ You will also probably want to set a `key` prop on each `Step` if you're transfo
204198
* [danieleguido](https://github.com/danieleguido)
205199
* [Lane](https://github.com/Lane)
206200

201+
## Features roadmap
202+
203+
* Being able to use pixels instead of percent for offset value so stuff on mobile doesn't jump around on scroll direction change
204+
* Currently, there is no way to throttle/customize React Scrollama's [resize listener](https://github.com/jsonkao/react-scrollama/blob/master/src/Scrollama.js#L104) 😢. We're working on this in [#44](https://github.com/jsonkao/react-scrollama/issues/44).
205+
* Fire previous step triggers if they were jumped
206+
207207
## License
208208

209209
MIT

0 commit comments

Comments
 (0)