still waiting on cryptum light mode logo

This commit is contained in:
akcodez
2023-11-01 11:59:48 -07:00
parent 4d63f8558a
commit d7ee5f6aac
6 changed files with 54 additions and 17 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -10,12 +10,12 @@ $(document).ready(() => {
"onthedex", "onthedex",
], ],
developer_tooling: [ developer_tooling: [
"blockforce", "Cryptum",
"Evernode", "Evernode",
"threezy", "threezy",
"tokenize", "tokenize",
], ],
interoperability: ["Allbridge", "futureverse", "multichain"], interoperability: ["multichain"],
wallet: [ wallet: [
"Bitfrost", "Bitfrost",
"Crossmark", "Crossmark",
@@ -35,15 +35,12 @@ $(document).ready(() => {
exchanges: ["sologenic_dex", "XPMarket"], exchanges: ["sologenic_dex", "XPMarket"],
gaming: [ gaming: [
"Forte", "Forte",
"Futureverse",
"ledger-city", "ledger-city",
"onXRP",
"styngr",
], ],
security: ["Anchain"], security: ["Anchain"],
payments: ["ripple", "SuperMojo"], payments: ["ripple", "SuperMojo"],
cbdc: ["ripple"], cbdc: ["ripple"],
sustainability: ["carbonland-trust", "Rootmaker"], sustainability: ["carbonland-trust"],
custody: ["Gatehub", "Bitgo"], custody: ["Gatehub", "Bitgo"],
}; };
// Helper function to create a logo element // Helper function to create a logo element
@@ -132,6 +129,16 @@ $(document).ready(() => {
const logoElem = createLogoElement(logoArray[i], title, id); const logoElem = createLogoElement(logoArray[i], title, id);
bottomRowDiv.appendChild(logoElem); bottomRowDiv.appendChild(logoElem);
} }
}else if (logoArray.length === 8) {
// 4 on top, 4 on bottom
for (let i = 0; i < 4; i++) {
const logoElem = createLogoElement(logoArray[i], title, id);
topRowDiv.appendChild(logoElem);
}
for (let i = 4; i < 8; i++) {
const logoElem = createLogoElement(logoArray[i], title, id);
bottomRowDiv.appendChild(logoElem);
}
} else if (logoArray.length === 6) { } else if (logoArray.length === 6) {
// Special case: 3 on top, 3 on bottom // Special case: 3 on top, 3 on bottom
for (let i = 0; i < 3; i++) { for (let i = 0; i < 3; i++) {

View File

@@ -1,17 +1,17 @@
/* Use Cases ---------------------------------------------------------------- */ /* Use Cases ---------------------------------------------------------------- */
// Define each category's logos // Define each category's logos
$infrastructure-logos: "XRP-Ledger", "Gatehub", "towoLabs", "xrpscan", "xrp-toolkit", "bithomp", "onthedex"; $infrastructure-logos: "XRP-Ledger", "Gatehub", "towoLabs", "xrpscan", "xrp-toolkit", "bithomp", "onthedex";
$developer-tooling-logos: "blockforce", "Evernode", "threezy", "tokenize"; $developer-tooling-logos: "Cryptum", "Evernode", "threezy", "tokenize";
$interoperability-logos: "Allbridge", "futureverse", "multichain"; $interoperability-logos: "multichain";
$wallet-logos: "Crossmark", "Edge", "gem-wallet", "Xumm"; $wallet-logos: "Crossmark", "Edge", "gem-wallet", "Xumm";
$nfts-logos: "aesthetes", "audiotarky", "nftmaster", "peerkat", "sologenic_dex", "xrp-cafe", "xrp-oval"; $nfts-logos: "aesthetes", "audiotarky", "nftmaster", "peerkat", "sologenic_dex", "xrp-cafe", "xrp-oval";
$exchanges-logos: "sologenic_dex", "XPMarket"; $exchanges-logos: "sologenic_dex", "XPMarket";
$gaming-logos: "Forte", "Futureverse", "ledger-city", "onXRP", "styngr"; $gaming-logos: "Forte", "ledger-city";
$security-logos: "Anchain"; $security-logos: "Anchain";
$payments-logos: "ripple", "SuperMojo"; $payments-logos: "ripple", "SuperMojo";
$cbdc-logos: "ripple"; $cbdc-logos: "ripple";
$carbon-markets-logos: "carbonland-trust", "Rootmaker"; $carbon-markets-logos: "carbonland-trust";
$custody-logos: "Gatehub", "Bitgo"; $custody-logos: "Gatehub", "Bitgo";
// Create a mixin to handle the common logic // Create a mixin to handle the common logic
@@ -28,7 +28,19 @@ $custody-logos: "Gatehub", "Bitgo";
} }
} }
} }
#use_case_companies_list {
#threezy {
.biz-logo {
max-height: 40px;
content: url("../img/uses/modalLogos/threezy.png");
}
}
}
html.light{
.Cryptum{
content: url(../img/uses/lightmode/cryptum.svg)
}
}
// Use the mixin for each category // Use the mixin for each category
@include create-logo-classes($infrastructure-logos); @include create-logo-classes($infrastructure-logos);
@include create-logo-classes($developer-tooling-logos); @include create-logo-classes($developer-tooling-logos);

View File

@@ -748,6 +748,16 @@ pre code {
} }
} }
} }
#use_case_companies_list {
#threezy {
.biz-logo {
max-height: 40px;
content: url("../img/uses/lightmode/threezy.png");
}
}
}
// Monochrome logos; invert. // Monochrome logos; invert.
#bitpay, #bitpay,

View File

@@ -233,6 +233,14 @@
"category_id": "developer_tooling", "category_id": "developer_tooling",
"category_name": _("Developer Tooling"), "category_name": _("Developer Tooling"),
"link": "https://x-tokenize.com/", "link": "https://x-tokenize.com/",
},
{
"id": "threezy",
"title": _("3ZY"),
"description": _("3ZY develops SaaS solutions that combine web2 and web3 technologies with marketing to enhance the user experience for newcomers in the market, making it easier for them to purchase, stay secure, and engage in trustless decentralized finance and transactions."),
"category_id": "developer_tooling",
"category_name": _("Developer Tooling"),
"link": "https://3zyconnect.com/",
}, },
{ {
"id": "xp-market", "id": "xp-market",
@@ -397,7 +405,7 @@
}, },
{"id": "interoperability", {"id": "interoperability",
"title": _("Interoperability"), "title": _("Interoperability"),
"number": 3, "number": 1,
"description": _("Developers and node operators can build and run custom sidechains while leveraging the XRPLs lean and efficient feature set.") "description": _("Developers and node operators can build and run custom sidechains while leveraging the XRPLs lean and efficient feature set.")
}, },
{"id": "wallet", {"id": "wallet",
@@ -417,7 +425,7 @@
}, },
{"id": "gaming", {"id": "gaming",
"title": _("Gaming"), "title": _("Gaming"),
"number": 5, "number": 2,
"description": _("The XRPL supports gaming at high speed given its reliable throughput, low fees, and sidechain interoperability.") "description": _("The XRPL supports gaming at high speed given its reliable throughput, low fees, and sidechain interoperability.")
}, },
{"id": "security", {"id": "security",
@@ -440,7 +448,7 @@
{"id": "sustainability", {"id": "sustainability",
"title": _("Sustainability"), "title": _("Sustainability"),
"number": 2, "number": 1,
"description": _("Use the XRP Ledger to tokenize carbon offsets as non-fungible tokens (NFTs).") "description": _("Use the XRP Ledger to tokenize carbon offsets as non-fungible tokens (NFTs).")
}, },