Remove absolute path links (broken on staging)

This commit is contained in:
mDuo13
2021-07-01 13:46:15 -07:00
parent 6eef6dd352
commit c7ed45ea42
5 changed files with 20 additions and 20 deletions

View File

@@ -334,14 +334,14 @@
{% block endbody %}
<script type="text/javascript" src="/assets/js/bodymovin.min.js"></script>
<script type="text/javascript" src="/assets/js/calculator/co2-crypto.json"></script>
<script type="text/javascript" src="/assets/js/calculator/co2-cash.json"></script>
<script type="text/javascript" src="/assets/js/calculator/co2-credit.json"></script>
<script type="text/javascript" src="/assets/js/calculator/gas-crypto.json"></script>
<script type="text/javascript" src="/assets/js/calculator/gas-cash.json"></script>
<script type="text/javascript" src="/assets/js/calculator/gas-credit.json"></script>
<script type="text/javascript" src="/assets/js/calculator/carbon-calculator.js"></script>
<script type="text/javascript" src="assets/js/bodymovin.min.js"></script>
<script type="text/javascript" src="assets/js/calculator/co2-crypto.json"></script>
<script type="text/javascript" src="assets/js/calculator/co2-cash.json"></script>
<script type="text/javascript" src="assets/js/calculator/co2-credit.json"></script>
<script type="text/javascript" src="assets/js/calculator/gas-crypto.json"></script>
<script type="text/javascript" src="assets/js/calculator/gas-cash.json"></script>
<script type="text/javascript" src="assets/js/calculator/gas-credit.json"></script>
<script type="text/javascript" src="assets/js/calculator/carbon-calculator.js"></script>
<script type="text/javascript">
function co2CashAnimation(){

View File

@@ -44,7 +44,7 @@
</div>
<div class="container-new marketing-wrapper">
<section class="row mb-60">
<div class="timeline">
<div class="timeline-block mb-20-sm mb-10-until-sm">
@@ -55,7 +55,7 @@
<p>{% trans %}In early 2011, three developers—David Schwartz, Jed McCaleb, and Arthur Britto—were fascinated with Bitcoin but observed the waste inherent in mining. They sought to create a more sustainable system for sending value (an idea outlined in a <a href="https://bitcointalk.org/index.php?topic=10193.0" target="_blank">May 2011 forum post: “Bitcoin without mining”</a>).{% endtrans %}</p>
<a class="btn btn-primary read-more mt-10" href="#" data-target="section-1">Read More</a>
<div class="hidden-section" id="section-1">
<p>{% trans %}Their initial observations about the high energy consumption and scalability issues that would plague Bitcoin proved prescient. In 2019, estimates suggest Bitcoin mining used <a href="/carbon-calculator.html">more energy than the entire country of Portugal</a>. Moreover, their initial read indicated that significant problems could arise if any miner obtained (or miners colluded to obtain) greater than 50% of the mining power. That risk persists with Bitcoin (and Ethereum) today as mining power has consolidated in China.{% endtrans %}</p>
<p>{% trans %}Their initial observations about the high energy consumption and scalability issues that would plague Bitcoin proved prescient. In 2019, estimates suggest Bitcoin mining used <a href="carbon-calculator.html">more energy than the entire country of Portugal</a>. Moreover, their initial read indicated that significant problems could arise if any miner obtained (or miners colluded to obtain) greater than 50% of the mining power. That risk persists with Bitcoin (and Ethereum) today as mining power has consolidated in China.{% endtrans %}</p>
</div>
</div>
</div>

View File

@@ -165,7 +165,7 @@
<div class="z-index-1 position-relative">
<h2 class="h4 mb-8-sm mb-10-until-sm">{% trans %}Our Shared Vision for XRPLs Future{% endtrans %}</h2>
<p class="mb-10">{% trans %}Together, we're building the greenest infrastructure to drive blockchain innovation that doesn't sacrifice utility or performance, to bring the developer community's vision to life.{% endtrans %}</p>
<a class="btn btn-primary btn-arrow" href="/overview.html">Learn More</a>
<a class="btn btn-primary btn-arrow" href="overview.html">Learn More</a>
</div>
</div>
</section>
@@ -206,7 +206,7 @@
<h5 class="green-500 mb-3">{% trans %}Get Involved{% endtrans %}</h5>
</div>
<p class="mb-10">{% trans %}XRPL.org is a community-driven resource by and for developers who build on the XRP Ledger (XRPL).{% endtrans %}</p>
<a class="btn btn-primary btn-arrow" href="/contribute.html">{% trans %}Join the Community{% endtrans %}</a>
<a class="btn btn-primary btn-arrow" href="contribute.html">{% trans %}Join the Community{% endtrans %}</a>
</div>
</div>
</section>

View File

@@ -113,11 +113,11 @@
<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 %}How Green Is Your Currency?{% endtrans %}</a>
</div>
</section>
</div>
{% endblock %}

View File

@@ -41,7 +41,7 @@
<h2 class="h4 mb-8">{% trans %}How the XRP Ledger works{% endtrans %}</h2>
<h5 class="longform mb-10">{% trans %}The XRP Ledger is a decentralized public blockchain. {% endtrans %}</h5>
<p class="mb-10">{% trans %}Anyone can connect their computer to the peer-to-peer network that manages the ledger. The global XRP Ledger community—a diverse set of software engineers, server operators, users, and businesses—maintains the ledger.{% endtrans %}</p>
<a class="btn btn-primary btn-arrow" href="/docs.html">{% trans %}Get Technical{% endtrans %}</a>
<a class="btn btn-primary btn-arrow" href="docs.html">{% trans %}Get Technical{% endtrans %}</a>
</div>
</section>
@@ -51,7 +51,7 @@
<div class="mt-10 card-grid card-grid-2xN">
<div class="col-new">
<h2 class="h4 mb-8">{% trans %}How the Consensus Protocol Works{% endtrans %}</h2>
<h5 class="longform mb-10">{% trans %}XRPL uses a consensus protocol, in which designated servers called <a href="/run-a-rippled-validator.html">validators</a> come to an agreement on the order and outcome of XRP transactions every 3-5 seconds.{% endtrans %}</h5>
<h5 class="longform mb-10">{% trans %}XRPL uses a consensus protocol, in which designated servers called <a href="run-a-rippled-validator.html">validators</a> come to an agreement on the order and outcome of XRP transactions every 3-5 seconds.{% endtrans %}</h5>
<p class="mb-6">{% trans %}All servers in the network process each transaction according to the same rules, and any transaction that follows the protocol is confirmed right away. All transactions are public, with strong cryptography to guarantee the integrity of the system.{% endtrans %}</p>
<p class="mb-0">{% trans %}Anyone can operate a validator; currently, over 150 <a href="https://livenet.xrpl.org/network/validators" target="_blank">validators</a> are active on the ledger, operated by universities, exchanges, businesses, and individuals. Additionally, the consensus protocol ensures the blockchain becomes more decentralized over time as the validator pool grows.{% endtrans %}</p>
</div>
@@ -66,8 +66,8 @@
<img src="./img/backgrounds/cta-xrpl-overview-green.svg" class="cta cta-bottom-right">
<div class="z-index-1 position-relative">
<h2 class="h4 mb-10">{% trans %}A Greener Blockchain{% endtrans %}</h2>
<p class="mb-10">{% trans %}Unlike most other blockchains, the XRP Ledger does not need mining, so <a href="/impact.html">no energy is wasted</a> in the transaction process. Learn how this compares to other platforms with our <a href="/carbon-calculator.html">Green Currency Calculator</a>.{% endtrans %}</p>
<a class="btn btn-primary btn-arrow" href="/impact.html">Get Technical</a>
<p class="mb-10">{% trans %}Unlike most other blockchains, the XRP Ledger does not need mining, so <a href="impact.html">no energy is wasted</a> in the transaction process. Learn how this compares to other platforms with our <a href="carbon-calculator.html">Green Currency Calculator</a>.{% endtrans %}</p>
<a class="btn btn-primary btn-arrow" href="impact.html">Get Technical</a>
</div>
</div>
</section>
@@ -81,7 +81,7 @@
</div>
<h5 class="longform mb-10">{% trans %}The ledgers unique properties, such as its fast and efficient consensus algorithm and censorship-resistant transaction processing, are leveraged by thousands of developers.{% endtrans %}</h5>
<p class="mb-10">{% trans %}With the XRPL, these developers are building innovative projects and applications across blockchain use cases including tokenization of assets, online gaming, asset custody, NFTs, and DeFi.{% endtrans %}</p>
<a class="btn btn-primary btn-arrow mb-16-sm" href="/uses.html">{% trans %}Explore More{% endtrans %}</a>
<a class="btn btn-primary btn-arrow mb-16-sm" href="uses.html">{% trans %}Explore More{% endtrans %}</a>
</div>
<div class="col-new">
<div class="d-flex flex-column-reverse">
@@ -127,7 +127,7 @@
</div>
{% endfor %}
<center>
<a class="btn btn-primary btn-arrow mt-20" href="/faq.html">{% trans %}View Full FAQ{% endtrans %}</a>
<a class="btn btn-primary btn-arrow mt-20" href="faq.html">{% trans %}View Full FAQ{% endtrans %}</a>
</center>
</div>
</section>