Skip to content

Commit

Permalink
Add CC BY 4.0 License to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhanssoniohk committed Jul 5, 2024
1 parent c7f6e06 commit 559864e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,13 +253,15 @@ const config: Config = {
],
},
],
copyright: `Cardano is an open-source project.
copyright: `<p>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.</p>
© IOHK 2015-${new Date().getFullYear()} - IOHK Supported Project`,
<p class="copyright-license">This work is licensed under <a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer">CC BY 4.0<img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""></a></p>
<p>© IOHK 2015-${new Date().getFullYear()} - IOHK Supported Project</p>`,
},
prism: {
theme: prismThemes.github,
Expand Down
10 changes: 10 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 559864e

Please sign in to comment.