Skip to content

Commit

Permalink
Merge pull request #150 from trilitech/update-main
Browse files Browse the repository at this point in the history
  Update main with security fixes
  • Loading branch information
timothymcmackin authored Nov 2, 2023
2 parents 4162b37 + 2333108 commit 81b3a49
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 1,179 deletions.
4 changes: 0 additions & 4 deletions docs/tutorials/build-an-nft-marketplace/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ You can find the 4 parts on github (solution + materials to build the UI)

Business objects managed by a blockchain are called **assets**. On Tezos you find the term **Financial Asset or FA** with different versions 1, 2, or 2.1.

Here are different categorizations of assets.

![](http://jingculturecommerce.com/wp-content/uploads/2021/03/nft-assets-1024x614.jpg)

### What is IPFS?

The InterPlanetary File System is a protocol and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices. This tutorial is using [Pinata](https://www.pinata.cloud/) (free developer plan) to store the metadata for NFTs. An alternative would be to install a local IPFS node or an API gateway backend with a usage quota.
Expand Down
5 changes: 1 addition & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,8 @@ const config = {
}),
stylesheets: [
{
href: 'https://cdn.jsdelivr.net/npm/katex@0.13.24/dist/katex.min.css',
href: '/css/katex.min.css',
type: 'text/css',
integrity:
'sha384-odtC+0UGzzFL/6PNoE8rX/SPcQDXBJ+uRepguP4QkPCm2LBxH3FA3y+fKSiJ+AmM',
crossorigin: 'anonymous',
},
],
};
Expand Down
27 changes: 25 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,31 @@
* work well for content-centric websites.
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');
@font-face {
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(/fonts/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/fonts/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(/fonts/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'GT Eesti Display';
src: url('/fonts/GT-Eesti-Display-Regular-7b2c45500bd08f6d098ad934759b7bb0.woff') format('woff');
font-weight: 400;
Expand Down
1 change: 1 addition & 0 deletions static/css/katex.min.css

Large diffs are not rendered by default.

Binary file added static/fonts/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2
Binary file not shown.
Binary file added static/fonts/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2
Binary file not shown.
Binary file added static/fonts/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion static/img/Taqueria_purple_beta.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 1 addition & 6 deletions static/img/close-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit 81b3a49

@vercel
Copy link

@vercel vercel bot commented on 81b3a49 Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.