Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hero fixes + update news #741

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added data/images/posts/fundingaxios.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 data/images/posts/fundingblog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions data/posts/posts.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
[
{
"date": "2024/04/17",
"outlet": "Centrifuge Blog",
"title": "Centrifuge Raises $15M",
"body": "Announcing our Series A raise and roadmap to propel real-world asset tokenization industry with DeFi composability and onchain utility.",
"image": "../images/posts/fundingblog.png",
"alt": "",
"href": "https://centrifuge.mirror.xyz/krkiQ6wV5zoisxx9PwOYOWwQURRd-iVdQZat4YfyzQ4"
},
{
"date": "2024/04/17",
"outlet": "Axios",
"title": "Centrifuge raises $15 million in oversubscribed funding round",
"body": "Centrifuge, a platform dedicated to turning real world assets (RWAs) into loans, has raised $15 million in Series A funding led by ParaFi Capital and Greenfield.",
"image": "../images/posts/fundingaxios.png",
"alt": "",
"href": "https://www.axios.com/2024/04/17/centrifuge-15m-seriesa-funding-round"
},
{
"date": "2024/03/29",
"outlet": "Centrifuge Blog",
Expand Down
1 change: 1 addition & 0 deletions src/components/fullscreen-video-overlay/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ export const ThumbnailImage = styled.img`
height: 100%;
cursor: pointer;
aspect-ratio: 4/3;
object-fit: cover;
`;
7 changes: 4 additions & 3 deletions src/components/hero-main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,12 @@ export function HeroMain({ title, ticker, body, image, partners }: HeroMainProps
</Media>
</Inner>
</Shelf>
<Reveal px={3} mt="auto" staggerIndex={3}>
<ChainStats />
</Reveal>
</Root>

<Reveal px={3} mt="auto" staggerIndex={3}>
<ChainStats />
</Reveal>

<Reveal staggerIndex={3}>
<PartnerList partners={partners} />
</Reveal>
Expand Down
Loading