Skip to content

Commit

Permalink
Merge pull request #741 from centrifuge/april-2024-updates-2
Browse files Browse the repository at this point in the history
Hero fixes + update news
  • Loading branch information
devin-black authored Apr 17, 2024
2 parents 49d78e1 + 29fbb0e commit 182889b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
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

0 comments on commit 182889b

Please sign in to comment.