mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
add RWA tokenization logos (#3033)
* add logos * add remaining logos match order of ripple.com/rwa-tokenization * remove page
This commit is contained in:
@@ -42,12 +42,13 @@ const benefitsData = [
|
||||
"Enable seamless interaction with other blockchains via secure cross-chain bridges, allowing you to expand your project's functionality and liquidity options across ecosystems.",
|
||||
},
|
||||
];
|
||||
|
||||
const companies = [
|
||||
{
|
||||
className: "open-eden",
|
||||
alt: "Open Eden",
|
||||
aspectRatio: 5,
|
||||
link: "https://openeden.com/tbill",
|
||||
className: "archax",
|
||||
alt: "Archax",
|
||||
aspectRatio: 1.25,
|
||||
link: "https://archax.com/",
|
||||
},
|
||||
{
|
||||
className: "zoniqx",
|
||||
@@ -56,16 +57,28 @@ const companies = [
|
||||
link: "https://www.zoniqx.com/",
|
||||
},
|
||||
{
|
||||
className: "archax",
|
||||
alt: "Archax",
|
||||
className: "axiology",
|
||||
alt: "Axiology",
|
||||
aspectRatio: 1.25,
|
||||
link: "https://archax.com/",
|
||||
link: "https://www.axiology.xyz/",
|
||||
},
|
||||
{
|
||||
className: "meld",
|
||||
alt: "Meld",
|
||||
aspectRatio: 0.81,
|
||||
link: "https://www.meld.gold/",
|
||||
className: "palisade",
|
||||
alt: "Palisade",
|
||||
aspectRatio: 1.25,
|
||||
link: "https://www.palisade.co/",
|
||||
},
|
||||
{
|
||||
className: "open-eden",
|
||||
alt: "Open Eden",
|
||||
aspectRatio: 5,
|
||||
link: "https://openeden.com/tbill",
|
||||
},
|
||||
{
|
||||
className: "ondo",
|
||||
alt: "Ondo",
|
||||
aspectRatio: 1.25,
|
||||
link: "https://ondo.finance/",
|
||||
},
|
||||
{
|
||||
className: "ripple-logo",
|
||||
@@ -73,6 +86,12 @@ const companies = [
|
||||
aspectRatio: 3.89,
|
||||
link: "https://ripple.com/rwa-tokenization",
|
||||
},
|
||||
{
|
||||
className: "meld",
|
||||
alt: "Meld",
|
||||
aspectRatio: 0.81,
|
||||
link: "https://www.meld.gold/",
|
||||
},
|
||||
];
|
||||
|
||||
const features = [
|
||||
|
||||
File diff suppressed because one or more lines are too long
BIN
static/img/tokenization/axiology.png
Normal file
BIN
static/img/tokenization/axiology.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
BIN
static/img/tokenization/lightmode/axiology.png
Normal file
BIN
static/img/tokenization/lightmode/axiology.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
static/img/tokenization/lightmode/ondo.png
Normal file
BIN
static/img/tokenization/lightmode/ondo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
static/img/tokenization/lightmode/palisade.png
Normal file
BIN
static/img/tokenization/lightmode/palisade.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
static/img/tokenization/ondo.png
Normal file
BIN
static/img/tokenization/ondo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
BIN
static/img/tokenization/palisade.png
Normal file
BIN
static/img/tokenization/palisade.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
@@ -1641,7 +1641,8 @@ html.light {
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
padding: 100px 40px;
|
||||
width: 1200px;
|
||||
max-width: 1200px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.upcoming-events__title {
|
||||
@@ -1655,8 +1656,8 @@ html.light {
|
||||
.upcoming-events__logo-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 100px;
|
||||
justify-content: flex-start;
|
||||
gap: 35px;
|
||||
justify-content: space-around;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
@@ -1706,9 +1707,12 @@ html.light {
|
||||
}
|
||||
|
||||
$company-logos: (
|
||||
'open-eden': '../img/tokenization/open-eden.png',
|
||||
'zoniqx': '../img/tokenization/zoniqx.png',
|
||||
'archax': '../img/tokenization/archax.png',
|
||||
'palisade': '../img/tokenization/palisade.png',
|
||||
'axiology': '../img/tokenization/axiology.png',
|
||||
'open-eden': '../img/tokenization/open-eden.png',
|
||||
'ondo': '../img/tokenization/ondo.png',
|
||||
'meld': '../img/tokenization/meld.png',
|
||||
'ripple-logo': '../img/tokenization/ripple-logo.png',
|
||||
);
|
||||
@@ -1718,16 +1722,11 @@ html.light {
|
||||
}
|
||||
}
|
||||
|
||||
.company-logo.open-eden{
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.company-logo.archax{
|
||||
max-height: 96px;
|
||||
}
|
||||
.company-logo.meld{
|
||||
max-height: 96px;
|
||||
max-width: 80px;
|
||||
.company-logo{
|
||||
max-height: 66px;
|
||||
max-width: 100px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.token-developer-tools-section {
|
||||
|
||||
@@ -1257,12 +1257,16 @@ main article .card-grid {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$company-logos-light: (
|
||||
'open-eden': '../img/tokenization/lightmode/open-eden.png',
|
||||
'zoniqx': '../img/tokenization/lightmode/zoniqx.png',
|
||||
'axiology': '../img/tokenization/lightmode/axiology.png',
|
||||
'archax': '../img/tokenization/lightmode/archax.png',
|
||||
'meld': '../img/tokenization/lightmode/meld.png',
|
||||
'palisade': '../img/tokenization/lightmode/palisade.png',
|
||||
'ripple-logo': '../img/tokenization/lightmode/ripple-logo.png',
|
||||
'ondo': '../img/tokenization/lightmode/ondo.png',
|
||||
);
|
||||
|
||||
@each $name, $path in $company-logos-light {
|
||||
|
||||
Reference in New Issue
Block a user