Skip to content

Commit

Permalink
Merge pull request #29 from gnosis/mech-animations
Browse files Browse the repository at this point in the history
Add more illustrations to homepage
  • Loading branch information
jfschwarz authored Oct 18, 2023
2 parents 3b59f96 + de1105c commit 41f381b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
]
},
"packageManager": "[email protected]"
}
}
Binary file added frontend/public/cockpit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/mech-idle-less-min.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/mech-idle-less.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/mech-idle.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/mech-loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions frontend/src/components/LandingCard/LandingCard.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

.mech {
position: absolute;
bottom: -13px;
left: -30%;
bottom: -14px;
left: -29%;
height: 100%;
}

Expand Down
6 changes: 5 additions & 1 deletion frontend/src/components/LandingCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ const LandingCard: React.FC = () => {
operator of its Mech.
</p>
<div className={classes.demoCard}>
<img src="/mech_sprite.png" alt="Mech" className={classes.mech} />
<img
src="/mech-idle-less-min.gif"
alt="Mech"
className={classes.mech}
/>
<ul className={classes.demoInfo}>
<li>
<label>Mech</label>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Layout: React.FC<Props> = ({ children, mechAddress }) => {

return (
<div className={classes.layout}>
<img src="/cockpit.jpg" alt="cockpit" className={classes.cockpit} />
<img src="/cockpit.png" alt="cockpit" className={classes.cockpit} />
<header className={classes.header}>
<div className={classes.nav}>
<Link to="/">
Expand Down

1 comment on commit 41f381b

@vercel
Copy link

@vercel vercel bot commented on 41f381b Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.