[FIX] add try it button to landing

This commit is contained in:
Ben Stein-Lobovits
2014-09-04 16:09:45 -07:00
parent 0be738c53c
commit 4da52551c4
2 changed files with 14 additions and 19 deletions

View File

@@ -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) { @media (min-width: 992px) {
.jumbotron .col-md-6 { .jumbotron .col-md-6 {

View File

@@ -94,25 +94,8 @@ mixpanel.init("132d42885e094171f34467fc54da6fab");
</div> </div>
<div class="col-md-6"> <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="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> <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>
<!-- 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&amp;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-->
</div> </div>
</div> </div>
</div> </div>