Skip to content

Commit 25927f5

Browse files
committed
update
1 parent 2e754b6 commit 25927f5

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

src/pages/index.js

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import HomepageFeatures from '@site/src/components/HomepageFeatures';
77
import Heading from '@theme/Heading';
88
import styles from './index.module.css';
99
import animation from '/static/img/rapier-vid.gif'
10+
import stacking from '/static/img/stacking.png'
11+
import stability from '/static/img/stability-comparison.gif'
1012
import ghost from '/static/img/ghost_collisions.gif'
1113
import fluid from '/static/img/fluid_shader.gif'
1214
import 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}
5.17 MB
Loading

static/img/stacking.png

432 KB
Loading

0 commit comments

Comments
 (0)