reuse btn-arrow-out and fix more broken links.

This commit is contained in:
Caleb Kniffen
2023-04-20 13:20:37 -05:00
parent 25ba6e1863
commit 3a0ca7d470
5 changed files with 23 additions and 125 deletions

View File

@@ -23,7 +23,7 @@
{# Macros #}
{% macro primaryButton(href, text, isArrowUp) %}
{% if isArrowUp %}
<a class="btn btn-primary btn-arrow-up" id="{{href}}-button" href="{{href}}">{{ text }}</a>
<a class="btn btn-primary btn-arrow-out" id="{{href}}-button" href="{{href}}">{{ text }}</a>
{% else %}
<a class="btn btn-primary btn-arrow" id="{{href}}-button" href="{{href}}">{{ text }}</a>
{% endif %}
@@ -153,16 +153,16 @@
"imgClass": "token-illustration",
"subItems": [
{
"description": "NFT Conceptual Overview",
"description": "NFT Marketplace",
"link": "./non-fungible-tokens.html",
},
{
"description": "NFToken Format",
"link": "./nftoken.html",
"description": "Issue a stablecoin",
"link": "./issue-a-fungible-token.html",
},
{
"description": "NFToken Tester Tutorial",
"link": "./nftoken-tester-tutorial.html",
"description": "Assign an authorized minter",
"link": "./authorize-minter.html",
},
],
},
@@ -287,7 +287,7 @@
<div class="dg-lg-block mb-3">
<a
class="btn btn-primary btn-arrow get-started-button"
href="./tutorials/xrpl-quickstart.html"
href="./xrpl-quickstart.html"
>
Get Started
</a>

View File

@@ -176,8 +176,8 @@
"href": "https://hooks-testnet.xrpl-labs.com/" },
{ "chip": _("Enabled"),
"title": _("Non-Fungible Tokens"),
"description": _("Lower fees, faster transactions, and custom token functionality make the XRPL ideally suited for building an ecosystem for NFTs. Explore <a href='docs.html#docs-hot-topic'>proposed standards</a> for issuing NFTs."),
"href": "docs.html#docs-hot-topic"},
"description": _("Lower fees, faster transactions, and custom token functionality make the XRPL ideally suited for building an ecosystem for NFTs. Explore <a href='docs.html'>proposed standards</a> for issuing NFTs."),
"href": "docs.html"},
] %}
{% for feat in features %}
<li class="col ls-none pt-2">