File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ import HomepageFeatures from '@site/src/components/HomepageFeatures';
77import Heading from '@theme/Heading' ;
88import styles from './index.module.css' ;
99import animation from '/static/img/rapier-vid.gif'
10+ import stacking from '/static/img/stacking.png'
11+ import stability from '/static/img/stability-comparison.gif'
1012import ghost from '/static/img/ghost_collisions.gif'
1113import fluid from '/static/img/fluid_shader.gif'
1214import fluid3d from '/static/img/water_3d.gif'
@@ -45,6 +47,28 @@ function HomepageHeader() {
4547 borderRadius : '10px' ,
4648 border : 'solid 4px black' ,
4749 } }
50+ />
51+ < img
52+ src = { stacking }
53+ alt = "loading..."
54+ height = { 160 }
55+ style = { {
56+ "border-top-left-radius" : "5px" ,
57+ "border-bottom-left-radius" : "5px" ,
58+ borderRadius : '10px' ,
59+ border : 'solid 4px black' ,
60+ } }
61+ />
62+ < img
63+ src = { stability }
64+ alt = "loading..."
65+ height = { 160 }
66+ style = { {
67+ "border-top-left-radius" : "5px" ,
68+ "border-bottom-left-radius" : "5px" ,
69+ borderRadius : '10px' ,
70+ border : 'solid 4px black' ,
71+ } }
4872 />
4973 < img
5074 src = { ghost }
You can’t perform that action at this time.
0 commit comments