Skip to content

Commit 5aeeeca

Browse files
authored
add RWA tokenization logos (#3033)
* add logos * add remaining logos match order of ripple.com/rwa-tokenization * remove page
1 parent 94e1d9c commit 5aeeeca

File tree

10 files changed

+48
-26
lines changed

10 files changed

+48
-26
lines changed

docs/use-cases/tokenization/real-world-assets.page.tsx

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,13 @@ const benefitsData = [
4242
"Enable seamless interaction with other blockchains via secure cross-chain bridges, allowing you to expand your project's functionality and liquidity options across ecosystems.",
4343
},
4444
];
45+
4546
const companies = [
4647
{
47-
className: "open-eden",
48-
alt: "Open Eden",
49-
aspectRatio: 5,
50-
link: "https://openeden.com/tbill",
48+
className: "archax",
49+
alt: "Archax",
50+
aspectRatio: 1.25,
51+
link: "https://archax.com/",
5152
},
5253
{
5354
className: "zoniqx",
@@ -56,23 +57,41 @@ const companies = [
5657
link: "https://www.zoniqx.com/",
5758
},
5859
{
59-
className: "archax",
60-
alt: "Archax",
60+
className: "axiology",
61+
alt: "Axiology",
6162
aspectRatio: 1.25,
62-
link: "https://archax.com/",
63+
link: "https://www.axiology.xyz/",
6364
},
6465
{
65-
className: "meld",
66-
alt: "Meld",
67-
aspectRatio: 0.81,
68-
link: "https://www.meld.gold/",
66+
className: "palisade",
67+
alt: "Palisade",
68+
aspectRatio: 1.25,
69+
link: "https://www.palisade.co/",
70+
},
71+
{
72+
className: "open-eden",
73+
alt: "Open Eden",
74+
aspectRatio: 5,
75+
link: "https://openeden.com/tbill",
76+
},
77+
{
78+
className: "ondo",
79+
alt: "Ondo",
80+
aspectRatio: 1.25,
81+
link: "https://ondo.finance/",
6982
},
7083
{
7184
className: "ripple-logo",
7285
alt: "Ripple",
7386
aspectRatio: 3.89,
7487
link: "https://ripple.com/rwa-tokenization",
7588
},
89+
{
90+
className: "meld",
91+
alt: "Meld",
92+
aspectRatio: 0.81,
93+
link: "https://www.meld.gold/",
94+
},
7695
];
7796

7897
const features = [

static/css/devportal2024-v1.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
3.27 KB
Loading
1.66 KB
Loading
17.3 KB
Loading
1.13 KB
Loading

static/img/tokenization/ondo.png

19.1 KB
Loading
2.28 KB
Loading

styles/_pages.scss

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,8 @@ html.light {
16411641
justify-content: center;
16421642
overflow: hidden;
16431643
padding: 100px 40px;
1644-
width: 1200px;
1644+
max-width: 1200px;
1645+
width: 100%;
16451646
}
16461647

16471648
.upcoming-events__title {
@@ -1655,8 +1656,8 @@ html.light {
16551656
.upcoming-events__logo-container {
16561657
display: flex;
16571658
align-items: center;
1658-
gap: 100px;
1659-
justify-content: flex-start;
1659+
gap: 35px;
1660+
justify-content: space-around;
16601661
flex-wrap: wrap;
16611662
}
16621663

@@ -1706,9 +1707,12 @@ html.light {
17061707
}
17071708

17081709
$company-logos: (
1709-
'open-eden': '../img/tokenization/open-eden.png',
17101710
'zoniqx': '../img/tokenization/zoniqx.png',
17111711
'archax': '../img/tokenization/archax.png',
1712+
'palisade': '../img/tokenization/palisade.png',
1713+
'axiology': '../img/tokenization/axiology.png',
1714+
'open-eden': '../img/tokenization/open-eden.png',
1715+
'ondo': '../img/tokenization/ondo.png',
17121716
'meld': '../img/tokenization/meld.png',
17131717
'ripple-logo': '../img/tokenization/ripple-logo.png',
17141718
);
@@ -1718,16 +1722,11 @@ html.light {
17181722
}
17191723
}
17201724

1721-
.company-logo.open-eden{
1722-
height: 30px;
1723-
}
1724-
1725-
.company-logo.archax{
1726-
max-height: 96px;
1727-
}
1728-
.company-logo.meld{
1729-
max-height: 96px;
1730-
max-width: 80px;
1725+
.company-logo{
1726+
max-height: 66px;
1727+
max-width: 100px;
1728+
width: 100%;
1729+
height: 100%;
17311730
}
17321731

17331732
.token-developer-tools-section {

styles/light/_light-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,13 +1256,17 @@ main article .card-grid {
12561256
background-image: url(#{$path});
12571257
}
12581258
}
1259+
12591260

12601261
$company-logos-light: (
12611262
'open-eden': '../img/tokenization/lightmode/open-eden.png',
12621263
'zoniqx': '../img/tokenization/lightmode/zoniqx.png',
1264+
'axiology': '../img/tokenization/lightmode/axiology.png',
12631265
'archax': '../img/tokenization/lightmode/archax.png',
12641266
'meld': '../img/tokenization/lightmode/meld.png',
1267+
'palisade': '../img/tokenization/lightmode/palisade.png',
12651268
'ripple-logo': '../img/tokenization/lightmode/ripple-logo.png',
1269+
'ondo': '../img/tokenization/lightmode/ondo.png',
12661270
);
12671271

12681272
@each $name, $path in $company-logos-light {

0 commit comments

Comments
 (0)