Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Edit home with content template (#19)
Browse files Browse the repository at this point in the history
* Edit home with content template

* minor fix

* remove broken links
  • Loading branch information
alexandratran authored Jul 1, 2022
1 parent 72c972b commit 7b574bf
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common/custom_theme/assets/stylesheets/home_with_content.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

.md-typeset h1, h2 {
font-size: 3rem;
font-size: 2rem;
line-height: 1;
margin: 0;
color: var(--md-primary-fg-color--dark);
Expand All @@ -25,16 +25,16 @@
font-weight: 400;
}

.md-typeset p {
.md-typeset p, ul {
font-weight: 400;
letter-spacing: .2px;
line-height: 1.5;
font-size: 1.125rem;
font-size: 1rem;
opacity: .8;
}

.md-typeset .main_content_cta--container {
margin-top: 3rem;
margin-top: 2.5rem;
}

.md-typeset .main_content_cta {
Expand Down
39 changes: 39 additions & 0 deletions tests/docs/home_with_content.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
template: home_with_content.html
title: ConsenSys NFT
description: The ConsenSys NFT platform
action:
title: Get started
link: Get-Started/
hide:
- toc
- navigation
---

# ConsenSys NFT

ConsenSys NFT is a powerful engine for managing your NFT drops and secondary transactions with a
feature rich API.
ConsenSys NFT eliminates the frustrations of dealing with smart contracts and allows you to mint,
list, display, and collect royalties and payments securely from non-fungible and semi-fungible
assets, using just a few API calls.

ConsenSys NFT stores all the media files the metadata of your tokens on [IPFS](https://ipfs.io/), a
fully decentralized and immutable storage network.
This means no single entity including ConsenSys NFT or the NFT creator can change the content once
the smart contract is deployed.
Every token minted is automatically _pinned_ on an IPFS node such that it will never be lost.
Learn about how IPFS keeps your NFT immutable and permanent through
[content addressing](https://docs.ipfs.io/how-to/mint-nfts-with-ipfs/#how-ipfs-helps).

ConsenSys NFT currently supports ERC-721 and ERC-1155 asset standards on Rinkeby,
Mainnet, and Polygon.
We're working towards supporting all EVM-compatible sidechains.

The platform supports:

- Custom design of token metadata via Item Types.
- Sending NFTs via email.
- Custom split of fees and royalties.
- Multiple ways to sell your NFTs.
- Webhooks to subscribe to events from ConsenSys NFT.

0 comments on commit 7b574bf

Please sign in to comment.