mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
last bucket items of QA
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -63,6 +63,11 @@
|
||||
}
|
||||
.mt-6 {
|
||||
margin-top: 1.5rem;
|
||||
&-until-sm {
|
||||
@include media-breakpoint-up(sm) {
|
||||
margin-top: 1.5rem !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.mb-8 {
|
||||
margin-bottom: 2rem;
|
||||
|
||||
@@ -62,12 +62,12 @@
|
||||
{ "name": "Twitch",
|
||||
"img": "assets/img/logos/twitch.svg",
|
||||
"link": "https://www.twitch.tv/ripplexdev"},
|
||||
{ "name": "Stack Overflow",
|
||||
"img": "assets/img/logos/stack-overflow.svg",
|
||||
"link": "https://stackoverflow.com/questions/tagged/xrp"},
|
||||
{ "name": "Twitter",
|
||||
"img": "assets/img/logos/twitter.svg",
|
||||
"link": "https://twitter.com/XRPLF/"},
|
||||
{ "name": "Stack Overflow",
|
||||
"img": "assets/img/logos/stack-overflow.svg",
|
||||
"link": "https://stackoverflow.com/questions/tagged/xrp"}
|
||||
] %}
|
||||
<div class="row row-cols-2 row-cols-lg-4 card-deck">
|
||||
{% for plat in platforms %}
|
||||
@@ -80,33 +80,6 @@
|
||||
</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{#
|
||||
<div class="mt-10 card-grid card-grid-4xN ml-5-until-md mr-5-until-md">
|
||||
<a class="col-new col-new-card ls-none bg-grey-800 br-8 mb-16-sm" href="https://github.com/ripple/xrpl-dev-portal" target="_blank" id="sm-green">
|
||||
<span class="card-new d-block">
|
||||
<img class="mw-100 mb-3" src="./img/logos/github.svg">
|
||||
<h4 class="h5 mb-8">{% trans %}Github{% endtrans %}</h4>
|
||||
</span>
|
||||
</a>
|
||||
<a class="col-new col-new-card ls-none bg-grey-800 br-8 mb-16-sm" href="" target="_blank" id="sm-light-blue-3">
|
||||
<span class="card-new d-block">
|
||||
<img class="mw-100 mb-3" src="./img/logos/twitch.svg">
|
||||
<h4 class="h5 mb-8">{% trans %}Twitch{% endtrans %}</h4>
|
||||
</span>
|
||||
</a>
|
||||
<a class="col-new col-new-card ls-none bg-grey-800 br-8 mb-16-sm" href="" target="_blank" id="sm-magenta-3">
|
||||
<span class="card-new d-block">
|
||||
<img class="mw-100 mb-3" src="./img/logos/twitter.svg">
|
||||
<h4 class="h5 mb-8">{% trans %}Twitter{% endtrans %}</h4>
|
||||
</span>
|
||||
</a>
|
||||
<a class="col-new col-new-card ls-none bg-grey-800 br-8 mb-16-sm" href="" target="_blank" id="sm-orange-2">
|
||||
<span class="card-new d-block">
|
||||
<img class="mw-100 mb-3" src="./img/logos/stack-overflow.svg">
|
||||
<h4 class="h5 mb-8">{% trans %}Stack Overflow{% endtrans %}</h4>
|
||||
</span>
|
||||
</a>
|
||||
</div>#}
|
||||
</section>
|
||||
<section class="container-new py-26">
|
||||
<div class="col-md-6 offset-md-3 p-6-sm p-10-until-sm br-8 bg-grey-800 text-center">
|
||||
@@ -114,11 +87,11 @@
|
||||
<img src="./img/backgrounds/cta-community-green.svg" class="cta cta-bottom-right">
|
||||
<div class="z-index-1 position-relative">
|
||||
<div class="d-flex flex-column-reverse">
|
||||
<h2 class="h4 mb-10">{% trans %}A Community-Driven Resource for All Things XRPL.org{% endtrans %}</h2>
|
||||
<h2 class="h4 mb-10">{% trans %}A community-driven resource for all things XRPL.org{% endtrans %}</h2>
|
||||
<h5 class="green-500 mb-3">{% trans %}Contribute to XRPL.org{% endtrans %}</h5>
|
||||
</div>
|
||||
<p class="mb-10">{% trans %}Thank you for your interest in contributing to XRPL.org. This website was created as an XRPL community resource and is meant to be a living, breathing source of truth for XRP Ledger resources. This portal is open-source and anyone can suggest changes.{% endtrans %}</p>
|
||||
<a class="btn btn-primary btn-arrow" href="https://github.com/ripple/xrpl-dev-portal/blob/master/CONTRIBUTING.md" target="_blank">{% trans %}Contribute to the Guidelines{% endtrans %}</a>
|
||||
<a class="btn btn-primary btn-arrow" href="https://github.com/ripple/xrpl-dev-portal/blob/master/CONTRIBUTING.md" target="_blank">{% trans %}Read Contributor Guidelines{% endtrans %}</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -68,13 +68,13 @@
|
||||
"description": _("Developers, validators, users, and businesses make the XRP Ledger better every day")},
|
||||
{ "icon": "./img/icons/reliability.svg",
|
||||
"title": _("Proven Reliability"),
|
||||
"description": _("9+ years of consistent performance over more than 63 million ledgers")},
|
||||
"description": _("8+ years of consistent performance over more than 63 million ledgers")},
|
||||
] %}
|
||||
{% for card in cards %}
|
||||
<li class="col-new ls-none">
|
||||
<img src="{{card.icon}}" alt="{{card.title}} Icon">
|
||||
<h4 class="mt-3 mb-0 h5">{{card.title}}</h4>
|
||||
<p class="mt-8-until-sm mt-3 mb-0">{{card.description}}</p>
|
||||
<p class="mt-6-until-sm mt-3 mb-0">{{card.description}}</p>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
@@ -191,7 +191,7 @@
|
||||
<li class="col-new ls-none pt-3-sm">
|
||||
<h5 class="chip chip-green">{{feat.chip}}</h5>
|
||||
<h4 class="mt-3 mb-0 h5">{{feat.title}}</h4>
|
||||
<p class="mt-8-until-sm mt-3 mb-0">{{feat.description}}</p>
|
||||
<p class="mt-6-until-sm mt-3 mb-0">{{feat.description}}</p>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
<p class="mb-6">{% trans %}Other digital assets, like Bitcoin, rely on a different mechanism to both validate transactions and create new coins. This “proof-of-work” algorithm requires “mining.” Mining is an incredibly energy-intensive process for validating transactions that consumes more energy in a year than entire countries.{% endtrans %}</p>
|
||||
<p class="mb-10">{% trans %}Adopting XRP more broadly will help limit this waste and ensure a sustainable future for our planet and global economy.{% endtrans %}
|
||||
</p>
|
||||
<a class="btn btn-primary btn-arrow" href="carbon-calculator.html">{% trans %}How Green Is Your Currency?{% endtrans %}</a>
|
||||
<a class="btn btn-primary btn-arrow" href="carbon-calculator.html">{% trans %}Explore the Carbon Calculator{% endtrans %}</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -44,10 +44,10 @@
|
||||
{ "icon": "./img/icons/exchanges.svg",
|
||||
"title": _("Exchanges"),
|
||||
"description": _("Build sophisticated exchanges where users can invest and trade crypto and non-blockchain assets such as stocks, ETFs, and commodities.")},
|
||||
{ "icon": "./img/icons/nft.svg",
|
||||
{ "icon": "./img/icons/stablecoins.svg",
|
||||
"title": _("Stablecoins"),
|
||||
"description": _("Financial institutions can use Issued Currencies to issue stablecoins on the XRP Ledger. XRPL’s integrated decentralized exchange (DEX) allows neutral, counterparty-free digital assets to be seamlessly exchanged to and from “issued assets,” including stablecoins.")},
|
||||
{ "icon": "./img/icons/community.svg",
|
||||
{ "icon": "./img/icons/nft.svg",
|
||||
"title": _("NFTs"),
|
||||
"description": _("XRPL allows issuance of IOUs which can represent a currency of any value, which can be extended to the issuance of non-fungible tokens (NFTs).")},
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
<li class="col-new ls-none">
|
||||
<img src="{{use.icon}}">
|
||||
<h4 class="mt-3 mb-0 h5">{{use.title}}</h4>
|
||||
<p class="mt-8-until-sm mt-3 mb-0">{{use.description}}</p>
|
||||
<p class="mt-6-until-sm mt-3 mb-0">{{use.description}}</p>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
@@ -115,7 +115,7 @@
|
||||
{% set faqs = [
|
||||
{ "number": "1",
|
||||
"question": _("Is XRPL a private blockchain, owned by Ripple?"),
|
||||
"answer": _("No, the XRP Ledger is a decentralized, public blockchain. Any changes that would impact transaction processing or consensus need to be approved by at least 80%% of the network. Ripple is a contributor to the network, but its rights are the same as those of other contributors. In terms of validation, there are 150+ validators on the network with 35+ on the Unique Node List (see “What are Unique Node Lists (UNLs)?” below) — Ripple runs 6 of these nodes.") },
|
||||
"answer": _("No, the XRP Ledger is a decentralized, public blockchain. Any changes that would impact transaction processing or consensus need to be approved by at least 80%% of the network. Ripple is a contributor to the network, but its rights are the same as those of other contributors. In terms of validation, there are 150+ validators on the network with 35+ on the Unique Node List (see “What are Unique Node Lists (UNLs)?” in the Full FAQ) — Ripple runs 6 of these nodes.") },
|
||||
{ "number": "2",
|
||||
"question": _("Isn’t Proof of Work the best validation mechanism?"),
|
||||
"answer": _("Proof of Work (PoW) was the first mechanism to solve the double spend problem without requiring a trusted 3rd party. However the XRP Ledger’s consensus mechanism solves the same problem in a far faster, cheaper and more energy efficient way.") },
|
||||
|
||||
Reference in New Issue
Block a user