Templates updates per @jhaaaa review

This commit is contained in:
mDuo13
2018-03-20 17:58:28 -07:00
parent 226f4ed699
commit 7d6e802cc9
6 changed files with 55 additions and 26 deletions

View File

@@ -77,7 +77,7 @@
{% if not have_edit_link %}
{% set githuburl = target.github_forkurl %}
{% endif %}
<a href="{{githuburl}}" class="github-edit">Edit on GitHub</a>
<a href="{{githuburl}}" target="_blank" class="github-edit">Edit on GitHub</a>
</div><!-- /.github-edit -->
</div><!-- /.nav -->

View File

@@ -31,9 +31,9 @@
{% endfor %}
<ul>
<li class="top"><h5><span class="dev_heading">Ripple Resources</span></h5></li>
<li><a href="https://ripple.com/">Official Website</a></li>
<li><a href="https://ripple.com/category/dev-blog/">Dev Blog</a></li>
<li><a href="https://github.com/ripple/">GitHub Organization</a></li>
<li><a href="https://github.com/ripple/">Source Code on GitHub</a></li>
<li><a href="https://ripple.com/">Corporate Website</a></li>
</ul>
</div>
</div>

View File

@@ -42,9 +42,9 @@
<div id="sidenav_collapse_ripple_resources" class="collapse" role="tabpanel" aria-labelledby="sidenav_cat_head_ripple_resources">
<div class="panel-body">
<ul class="sidebar_cat_pagelist">
<li><a href="https://ripple.com/">Official Website</a></li>
<li><a href="https://ripple.com/category/dev-blog/">Dev Blog</a></li>
<li><a href="https://github.com/ripple/">GitHub Organization</a></li>
<li><a href="https://github.com/ripple/">Open Source on GitHub</a></li>
<li><a href="https://ripple.com/">Corporate Website</a></li>
</ul>
</div><!-- /.panel-body -->
</div><!-- /#sidenav_collapseripple_resources -->

View File

@@ -1,15 +1,26 @@
{% extends "template-base.html" %}
{% block bodyclasses %}sidebar-primary page-test-net{% endblock %}
{% block main %}
<div id="container" class="lit">
<h1>XRP Test Net Faucet</h1>
<h1>XRP Test Net Faucet</h1>
<aside id="test-net-servers" class="panel panel-default">
<div class="panel-body">
<p class="in-this-doc panel-heading">Test Net Servers</p>
<p>Use the following addresses to connect to the XRP Test Net and send transactions from your account.</p>
<h5>Websockets and Ripple API</h4>
<pre><code>wss://s.altnet.rippletest.net:51233</code></pre>
<h5>JSON-RPC</h4>
<pre><code>https://s.altnet.rippletest.net:51234</code></pre>
</div>
</aside>
<div class="content">
<p>Ripple has created this alternative XRP Ledger test network with nodes in every region of the world to provide a testing platform for any software products built on the XRP Ledger without using real funds.</p>
<p>Test Net funds are intended for <strong>testing</strong> only. The Test Net ledger and balances will be reset on a regular basis.</p>
<button class="cta_readmore btn">Generate credentials</button>
<div id='your-credentials'></div>
<div id='loader' style="display: none;"><img class='throbber' src="assets/img/rippleThrobber.png"> Generating Keys...</div>
<div id='address'></div>
@@ -17,17 +28,6 @@
<div id='balance'></div>
</div>
<aside id="page-toc-wrapper" class="test-net-servers panel panel-default">
<div class="panel-body">
<p class="in-this-doc panel-heading">Test Net Servers</p>
<p>Use the following addresses to connect to the XRP Test Net and send transactions from your account.</p>
<h5>Websockets and Ripple API</h4>
<p>wss://s.altnet.rippletest.net:51233</p>
<h5>JSON-RPC</h4>
<p>https://s.altnet.rippletest.net:51234</p>
</div>
</div>
{% endblock %}
{% block sidebar %}