Include copy from md files and update homepage

- deletes unused md files where the copy is incorporated directly into
the template
- changes the homepage "Issue Currency" module to "Provide Liquidity" (placeholder still)
- add new "Built on the XRP Ledger" modules to homepage
This commit is contained in:
mDuo13
2018-04-23 00:17:45 -07:00
parent dff42c9b88
commit fcdd8465bf
11 changed files with 668 additions and 327 deletions

View File

@@ -62,7 +62,7 @@
<div class="card-body">
<p>Does your exchange want to list XRP?</p>
<div class="readmore">
<a href="tutorial-listing-xrp.html"><button class="btn btn-primary" type="button">Get Started</button></a>
<a href="tutorial-listing-xrp.html"><button class="btn btn-primary" type="button">List XRP</button></a>
</div>
</div><!--/.card-body-->
</div><!--/.card-->
@@ -78,7 +78,7 @@
<div class="card-body">
<p><code>rippled</code> is the core server of the XRP Ledger. Anyone can run one.</p>
<div class="readmore">
<a href="tutorial-rippled-setup.html"><button class="btn btn-primary" type="button">Get Started</button></a>
<a href="tutorial-rippled-setup.html"><button class="btn btn-primary" type="button">Run <code>rippled</code></button></a>
</div>
</div><!--/.card-body-->
</div><!--/.card-->
@@ -90,20 +90,20 @@
<div class="card-body">
<p>Contribute code and bug reports to help improve <code>rippled</code>.</p>
<div class="readmore">
<a href="tutorial-rippled-setup.html"><button class="btn btn-primary" type="button">Get Started <i class="fa fa-external-link"></i></button></a>
<a href="tutorial-rippled-setup.html"><button class="btn btn-primary" type="button">Contribute Code <i class="fa fa-external-link"></i></button></a>
</div>
</div><!--/.card-body-->
</div><!--/.card-->
<div class="card">
<div class="card-header">
<!--{# TODO: replace this with "Provide Liquidity" use case link when we have it #}-->
<h3 class="card-title"><a href="tutorial-gateway-guide.html">Issue Currency in the XRP Ledger</a></h3>
<!-- TODO: link directly to the "Provide Liquidity" use case when it's ready -->
<h3 class="card-title"><a href="use-cases.html">Provide Liquidity in the XRP Ledger</a></h3>
</div><!--/.card-header-->
<div class="card-body">
<p>Are you a potential gateway who wants to issue currency in the XRP Ledger?</p>
<p>Are you a market maker who wants to provide liquidity in the XRP Ledger?</p>
<div class="readmore">
<a href="tutorial-gateway-guide.html"><button class="btn btn-primary" type="button">Get Started</button></a>
<a href="use-cases.html"><button class="btn btn-primary" type="button">Provide Liquidity</button></a>
</div>
</div><!--/.card-body-->
</div><!--/.card-->
@@ -165,7 +165,7 @@
<div class="card">
<img class="card-img-top" src="assets/img/triskellion.svg" alt="(XRP triskellion)" />
<div class="card-body">
<h3><a href="concept-xrp-ledger-intro.html#the-best-digital-asset">The Best Digital Asset</a></h3>
<h3><a href="concept-xrp-ledger-intro.html#the-best-digital-asset">The Digital Asset for Payments</a></h3>
<p>XRP is a digital asset native to the XRP Ledger. Anyone with a cryptographic key and an internet connection can receive, hold, and send XRP to anyone else.</p>
</div><!--/.card-body-->
</div><!--/.card-->
@@ -258,6 +258,57 @@
</section>
<section class="container-fluid related-projects p-5 bg-light">
<div class="row">
<h2>Built on the XRP Ledger</h2>
<div class="blurb col-sm-12">
<p>Learn about just a few of the types of integrations developers have built on the XRP Ledger.</p>
</div>
</div>
<div class="card-deck mb-4">
<div class="card">
<div class="card-header">
<h3 class="card-title">Exchanges and Gateways</h3>
</div><!--/.card-header-->
<img class="card-img-top" src="assets/img/exchange-on-ripple.svg" alt="(currency exchange icon)" />
<div class="card-body">
<p>Integrate your Exchange or Gateway with the XRP Ledger to enable your users to buy and sell XRP and issued currencies.</p>
</div><!--/.card-body-->
</div><!--/.card-->
<div class="card">
<div class="card-header">
<h3 class="card-title">Market Makers</h3>
</div><!--/.card-header-->
<img class="card-img-top" src="assets/img/market-maker-on-ripple.svg" alt="(market maker icon)" />
<div class="card-body">
<p>Integrate with the XRP Ledger to place offers algorithmically or through your own trading interface, providing liquidity between different gateways and their users.</p>
</div><!--/.card-body-->
</div><!--/.card-->
<div class="card">
<div class="card-header">
<h3 class="card-title">Wallets</h3>
</div><!--/.card-header-->
<img class="card-img-top" src="assets/img/wallet-on-ripple.svg" alt="(wallet icon)" />
<div class="card-body">
<p>Build a wallet app on the XRP Ledger to enable your users to send and trade XRP and other currencies issued by a gateway you trust.</p>
</div><!--/.card-body-->
</div><!--/.card-->
</div><!--/.card-deck-->
<div class="row">
<div class="blurb col-sm-12">
<p>Have an idea for a use case not listed here? <a href="mailto:projectlotus@ripple.com">Contact us</a></p>
</div>
</div>
</section>
<section class="container-fluid related-projects p-5 bg-white">
<h2>Related Projects</h2>
<div class="row">