From 559864eb75f122212e7320655f13347f7e22d81c Mon Sep 17 00:00:00 2001 From: ianhanssoniohk Date: Fri, 5 Jul 2024 11:45:18 +0100 Subject: [PATCH] Add CC BY 4.0 License to footer --- docusaurus.config.ts | 8 +++++--- src/css/custom.css | 10 ++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index f2fbb5bd..6b5ff633 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -253,13 +253,15 @@ const config: Config = { ], }, ], - copyright: `Cardano is an open-source project. + copyright: `

Cardano is an open-source project. Cardano is a software platform ONLY and does not conduct any independent diligence on, or substantive review of, any blockchain asset, digital currency, cryptocurrency or associated funds. You are fully and solely responsible for evaluating your investments, for determining whether you will exchange blockchain assets based on your own judgement, and for all your decisions as to whether to exchange blockchain assets with Cardano. In many cases, blockchain assets you exchange on the basis of your research may not increase in value, and may decrease in value. Similarly, blockchain assets you exchange on the basis of your research may fall or rise in value after your exchange. - Past performance is not indicative of future results. Any investment in blockchain assets involves the risk of loss of part or all of your investment. The value of the blockchain assets you exchange is subject to market and other investment risks. + Past performance is not indicative of future results. Any investment in blockchain assets involves the risk of loss of part or all of your investment. The value of the blockchain assets you exchange is subject to market and other investment risks.

- © IOHK 2015-${new Date().getFullYear()} - IOHK Supported Project`, + + +

© IOHK 2015-${new Date().getFullYear()} - IOHK Supported Project

`, }, prism: { theme: prismThemes.github, diff --git a/src/css/custom.css b/src/css/custom.css index fd9e8f8f..2f5d2dae 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -319,3 +319,13 @@ body { height: 16px; } } + +/* Footer License Details */ +.copyright-license a { + color: white; + font-weight: bold; +} +.copyright-license img { + height: 18px; + margin: -1px 0 -3px 0.4rem; +}