mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
swapped out pdf for newer one, commented out GA events for now, adding GTM tag, calculator numbers updated
This commit is contained in:
@@ -20,6 +20,13 @@
|
||||
<!-- jQuery -->
|
||||
<script src="{{currentpage.prefix}}assets/vendor/jquery-1.11.1.min.js"></script>
|
||||
|
||||
<!-- Google Tag Manager -->
|
||||
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
||||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||||
})(window,document,'script','dataLayer','GTM-KCQZ3L8');</script>
|
||||
|
||||
<!-- Stylesheet -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap" rel="stylesheet">
|
||||
{% if target.lang=="ja" %}
|
||||
@@ -58,6 +65,11 @@
|
||||
|
||||
<body class="xrp-ledger-dev-portal {% if currentpage.sidebar is undefined or currentpage.sidebar != "disabled" %}sidebar-primary {% endif %}lang-{{target.lang}} {% block bodyclasses %}{% endblock %}">
|
||||
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KCQZ3L8"
|
||||
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
<!-- End Google Tag Manager (noscript) -->
|
||||
|
||||
{% include 'template-top-nav.html' %}
|
||||
|
||||
<div class="container-fluid" role="document" id="main_content_wrapper">
|
||||
|
||||
@@ -284,18 +284,18 @@
|
||||
<td class="fs-5-5 bold"><div class="w48 mr-3 text-center d-inline-block"><img class="h36" src="assets/img/icons/bitcoin@2x.png"></div>Bitcoin</td>
|
||||
<td class="fs-6 text-right">487.3688<span class="ratio"> kWh/tx</span></td>
|
||||
<td class="fs-6 text-right">2.42<sup>-7</sup><span class="ratio"> Mt/tx</span></td>
|
||||
<td class="fs-6 text-right">38.7744<span class="ratio"> gal/tx</span></td>
|
||||
<td class="fs-6 text-right">38.7745<span class="ratio"> gal/tx</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="fs-5-5 bold"><div class="w48 mr-3 text-center d-inline-block"><img class="h36" src="assets/img/icons/ethereum@2x.png"></div>Ethereum</td>
|
||||
<td class="fs-6 text-right">42.8633<span class="ratio"> kWh/tx</span></td>
|
||||
<td class="fs-6 text-right">4.5<sup>-8</sup><span class="ratio"> Mt/tx</span></td>
|
||||
<td class="fs-6 text-right">1.1311<span class="ratio"> gal/tx</span></td>
|
||||
<td class="fs-6 text-right">2.73<sup>-8</sup><span class="ratio"> Mt/tx</span></td>
|
||||
<td class="fs-6 text-right">2.3867<span class="ratio"> gal/tx</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="fs-5-5 bold"><div class="w48 mr-3 text-center d-inline-block"><img class="h36" src="assets/img/icons/xrp@2x.png"></div>XRP</td>
|
||||
<td class="fs-6 text-right">0.0079<span class="ratio"> kWh/tx</span></td>
|
||||
<td class="fs-6 text-right">3.7<sup>-12</sup><span class="ratio"> Mt/tx</span></td>
|
||||
<td class="fs-6 text-right">4.5<sup>-12</sup><span class="ratio"> Mt/tx</span></td>
|
||||
<td class="fs-6 text-right">0.00063<span class="ratio"> gal/tx</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -346,7 +346,6 @@
|
||||
animationData: coCash
|
||||
});
|
||||
};
|
||||
|
||||
function co2CreditAnimation() {
|
||||
bodymovin.loadAnimation({
|
||||
container: document.getElementById('co2Animation'),
|
||||
@@ -356,7 +355,6 @@
|
||||
animationData: coCredit
|
||||
});
|
||||
};
|
||||
|
||||
function co2CryptoAnimation() {
|
||||
bodymovin.loadAnimation({
|
||||
container: document.getElementById('co2Animation'),
|
||||
@@ -366,7 +364,6 @@
|
||||
animationData: coCrypto
|
||||
});
|
||||
};
|
||||
|
||||
function gasCryptoAnimation() {
|
||||
bodymovin.loadAnimation({
|
||||
container: document.getElementById('gasAnimation'),
|
||||
@@ -376,7 +373,6 @@
|
||||
animationData: gasCrypto
|
||||
});
|
||||
};
|
||||
|
||||
function gasCashAnimation() {
|
||||
bodymovin.loadAnimation({
|
||||
container: document.getElementById('gasAnimation'),
|
||||
@@ -386,7 +382,6 @@
|
||||
animationData: gasCash
|
||||
});
|
||||
};
|
||||
|
||||
function gasCreditAnimation() {
|
||||
bodymovin.loadAnimation({
|
||||
container: document.getElementById('gasAnimation'),
|
||||
@@ -396,8 +391,6 @@
|
||||
animationData: gasCredit
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
@@ -405,6 +398,4 @@
|
||||
gtag('config', 'UA-157720658-3', {'content_group1': 'Hub Pages'});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user