mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
[FIX] add try it button to landing
This commit is contained in:
@@ -44,6 +44,18 @@ img.large_logo {
|
||||
}
|
||||
|
||||
|
||||
.jumbotron p.api_btn {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
|
||||
button.api {
|
||||
padding: 6px 30px;
|
||||
font-size: 24px;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
|
||||
.jumbotron .col-md-6 {
|
||||
|
||||
19
index.html
19
index.html
@@ -94,25 +94,8 @@ mixpanel.init("132d42885e094171f34467fc54da6fab");
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<p class="main_callout">Ripple is a protocol and distributed network for value exchange. You can issue value onto the Ripple Network by building a gateway or integrating your existing payment system with the Ripple network. If you'd like to build apps that allow people to exchange value you'll want to look at <a target="_blank" href="http://www.xrpga.org/gateways.html">existing gateways.</a></p>
|
||||
<p class="join">Join the mailing list!</p>
|
||||
<label for="mce-EMAIL2">Email Address</label>
|
||||
<!-- Begin MailChimp Signup Form -->
|
||||
<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
|
||||
<style type="text/css">
|
||||
#mc_embed_signup{clear:left; font:14px; }
|
||||
|
||||
</style>
|
||||
<div id="mc_embed_signup_welcome">
|
||||
<form action="//ripple.us4.list-manage.com/subscribe/post?u=245dbc1c47849f034390dc5bf&id=4dfbe160d0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
|
||||
|
||||
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL2" placeholder="" required>
|
||||
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
|
||||
<div style="position: absolute; left: -5000px;"><input type="text" name="b_245dbc1c47849f034390dc5bf_4dfbe160d0" tabindex="-1" value=""></div>
|
||||
<input type="submit" value="Submit" name="subscribe" id="mc-embedded-subscribe2" class="button btn btn-primary">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<!--End mc_embed_signup-->
|
||||
<p class="api_btn"><a href="https://ripple.com/tools/api/"><button type="button" class="button btn btn-primary api">Try it!</button></a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user