mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +00:00
Draft hot topic banner with NFT standards links
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -182,3 +182,11 @@
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ad-hoc callout for NFT standards
|
||||||
|
.highlight-subcard {
|
||||||
|
margin: 1.5rem 0;
|
||||||
|
padding: 1rem;
|
||||||
|
border: 2px solid $white;
|
||||||
|
background: $dropdown-bg;
|
||||||
|
}
|
||||||
|
|||||||
@@ -8,6 +8,16 @@
|
|||||||
<h1 class="main-page-header">{% trans %}XRP Ledger Documentation{% endtrans %}</h1>
|
<h1 class="main-page-header">{% trans %}XRP Ledger Documentation{% endtrans %}</h1>
|
||||||
<p class="blurb">{% trans %}Dive into our documentation and start integrating with the XRP Ledger.{% endtrans %}</p>
|
<p class="blurb">{% trans %}Dive into our documentation and start integrating with the XRP Ledger.{% endtrans %}</p>
|
||||||
<p class="blurb">{% trans %}Browse by category, or skip straight to the <a href="#full-doc-index">full documentation index</a>.{% endtrans %}</p>
|
<p class="blurb">{% trans %}Browse by category, or skip straight to the <a href="#full-doc-index">full documentation index</a>.{% endtrans %}</p>
|
||||||
|
|
||||||
|
<div class="highlight-subcard">
|
||||||
|
<h3>Hot Topic: NFTs</h3>
|
||||||
|
<p class="blurb">Interested in non-fungible tokens, but don't like their <a href="impact.html">carbon footprint</a>? Check out these proposed standards for issuing NFTs using the XRP Ledger:</p>
|
||||||
|
<ul>
|
||||||
|
<li class="level-1"><a href="https://github.com/XRPLF/XRPL-Standards/discussions/40" class="external-link" target="_blank">XLS-19d: Wallet based Proof of Digital Asset Property and Rights (NFT)<i aria-hidden="true" class="fa fa-external-link"></i></a></li>
|
||||||
|
<li class="level-1"><a href="https://github.com/XRPLF/XRPL-Standards/discussions/30" class="external-link" target="_blank">XLS-14d: Non fungible tokens (indivisible NFT's) on the XRPL<i aria-hidden="true" class="fa fa-external-link"></i></a></li>
|
||||||
|
<!-- TODO: JoelKatz's proposed standard -->
|
||||||
|
</ul>
|
||||||
|
</div><!--/.highlight-card-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% set doc_types = [] %}
|
{% set doc_types = [] %}
|
||||||
|
|||||||
Reference in New Issue
Block a user