Skip to content

Commit

Permalink
Merge pull request #709 from centrifuge/summit-launch
Browse files Browse the repository at this point in the history
Summit website changes
  • Loading branch information
devin-black committed Sep 19, 2023
2 parents 0112299 + 70fa2d5 commit 9a94693
Show file tree
Hide file tree
Showing 17 changed files with 852 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GATSBY_FUNCTIONS_URL=
SHOW_ANNOUNCEMENT_BANNER=true
SHOW_ANNOUNCEMENT_BANNER=false
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Build
env:
GATSBY_FUNCTIONS_URL: ${{ needs.prepare-deploy.outputs.function_URL }}
SHOW_ANNOUNCEMENT_BANNER: true
SHOW_ANNOUNCEMENT_BANNER: false
run: |
yarn build
Expand Down
2 changes: 1 addition & 1 deletion config/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export const links = {
prime: 'https://forms.gle/kt1GShLcWapMGzjs7',
primeBlogPost: 'https://centrifuge.mirror.xyz/KyrMWLKMccFCNfSlvjxe7uyhba7oLrUzlBuZ7GQTn6s',
podcast: 'https://linktr.ee/centrifugeconversations',
announcements: '@devin, please add link here',
announcements: 'https://centrifuge.mirror.xyz/1gtfV6cKo0IFqIkns1lMlqoA1748biFdR_J0WHNNX2k',
}
6 changes: 3 additions & 3 deletions data/explore.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"slug": "/explore",
"title": "The institutional ecosystem for onchain credit ",
"title": "The ecosystem for onchain credit ",
"seo": {
"title": "Learn, Connect, & Develop | Centrifuge",
"description": "As we build the institutional ecosystem for onchain credit, learn more about us, become an active member in our community and governance, or develop with us."
"description": "As we build the ecosystem for onchain credit, learn more about us, become an active member in our community and governance, or develop with us."
}
}
}
34 changes: 17 additions & 17 deletions data/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,38 @@
"Value"
],
"body": [
"The institutional ecosystem for onchain credit",
"The platform for onchain credit.",
"Transparent. Affordable. Limitless."
],
"image": "./images/home/hero-main-shape.svg",
"partners": [
{
"image": "./images/partner/blocktower.svg",
"alt": "Block Tower"
},
{
"image": "./images/partner/maker.svg",
"alt": "Maker"
},
{
"image": "./images/partner/aave.svg",
"alt": "AAVE"
"alt": "Aave"
},
{
"image": "./images/partner/polkadot.svg",
"alt": "Polkadot"
"image": "./images/partner/blocktower.svg",
"alt": "BlockTower"
},
{
"image": "./images/partner/ethereum.svg",
"alt": "Ethereum"
"image": "./images/partner/base.svg",
"alt": "Base"
},
{
"image": "./images/partner/arbitrum.svg",
"alt": "Arbitrum"
},
{
"image": "./images/partner/moonbeam.svg",
"alt": "Moonbeam"
"image": "./images/partner/circle.svg",
"alt": "Circle"
},
{
"image": "./images/partner/flowcarbon.svg",
"alt": "Flowcarbon"
"image": "./images/partner/ethereum.svg",
"alt": "Ethereum"
}
]
},
Expand Down Expand Up @@ -77,7 +77,7 @@
]
},
"usp_section": {
"title": "The institutional ecosystem for onchain credit",
"title": "The platform for onchain credit",
"body": "As the first protocol to bring real-world assets onchain, we’re building a better financial system.",
"items": [
{
Expand Down Expand Up @@ -136,8 +136,8 @@
]
},
"prime_banner": {
"title": "Introducing Centrifuge Prime: \nReal-World Assets for DeFi",
"body": "Finally you can quickly and easily onboard and scale a portfolio of real-world assets with Centrifuge Prime. The technology and services you need, all made available in a single place, through Centrifuge."
"title": "Introducing Liquidity Pools:\nReal-World Assets Everywhere",
"body": "Centrifuge Liquidity Pools allow users on any supported chain — beginning with Ethereum, Arbitrum, and Base — to invest in Centrifuge’s pools of real-world assets"
},
"news_section": {
"title": "Centrifuge News",
Expand Down
84 changes: 84 additions & 0 deletions data/images/partner/arbitrum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions data/images/partner/base.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9a94693

Please sign in to comment.