mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-14 08:45:50 +00:00
475 lines
29 KiB
HTML
475 lines
29 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset='utf-8'>
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||
<meta name="viewport" content="width=device-width">
|
||
|
||
<title>Ripple Dev Portal: Brand Guidelines</title>
|
||
|
||
<!-- favicon -->
|
||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||
|
||
<!-- Flatdoc -->
|
||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||
<script src='https://dev.ripple.com/vendor/flatdoc/v/0.8.0/legacy.js'></script>
|
||
<script src='https://dev.ripple.com/vendor/flatdoc/v/0.8.0/flatdoc.js'></script>
|
||
|
||
<!-- Bootstrap -->
|
||
|
||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||
<script src="js/bootstrap.min.js"></script>
|
||
|
||
<!-- Custom Js -->
|
||
<script src="js/main.js"></script>
|
||
|
||
<!-- Flatdoc theme -->
|
||
<link href='https://dev.ripple.com/vendor/flatdoc/v/0.8.0/theme-white/style.css' rel='stylesheet'>
|
||
<script src='https://dev.ripple.com/vendor/flatdoc/v/0.8.0/theme-white/script.js'></script>
|
||
|
||
<!-- Custom Stylesheet -->
|
||
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
|
||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:600italic,400,700,300' rel='stylesheet' type='text/css'>
|
||
<link href='https://dev.ripple.com/css/main.css' rel='stylesheet'>
|
||
<link href='css/custom.css' rel='stylesheet'>
|
||
|
||
<link rel="shortcut icon" href="favicon.ico?v=2" type="image/x-icon">
|
||
<link rel="icon" href="favicon.ico?v=2" type="image/x-icon">
|
||
|
||
|
||
|
||
<!-- start Mixpanel -->
|
||
<script type="text/javascript">(function(e,b){if(!b.__SV){var a,f,i,g;window.mixpanel=b;a=e.createElement("script");a.type="text/javascript";a.async=!0;a.src=("https:"===e.location.protocol?"https:":"http:")+'//cdn.mxpnl.com/libs/mixpanel-2.2.min.js';f=e.getElementsByTagName("script")[0];f.parentNode.insertBefore(a,f);b._i=[];b.init=function(a,e,d){function f(b,h){var a=h.split(".");2==a.length&&(b=b[a[0]],h=a[1]);b[h]=function(){b.push([h].concat(Array.prototype.slice.call(arguments,0)))}}var c=b;"undefined"!==
|
||
typeof d?c=b[d]=[]:d="mixpanel";c.people=c.people||[];c.toString=function(b){var a="mixpanel";"mixpanel"!==d&&(a+="."+d);b||(a+=" (stub)");return a};c.people.toString=function(){return c.toString(1)+".people (stub)"};i="disable track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config people.set people.set_once people.increment people.append people.track_charge people.clear_charges people.delete_user".split(" ");for(g=0;g<i.length;g++)f(c,i[g]);
|
||
b._i.push([a,e,d])};b.__SV=1.2}})(document,window.mixpanel||[]);
|
||
mixpanel.init("132d42885e094171f34467fc54da6fab");
|
||
</script>
|
||
|
||
<script>if (window.location.host == "dev.ripple.com") { mixpanel.track("brand-guide"); }</script>
|
||
<!-- end Mixpanel -->
|
||
|
||
<!-- Initializer -->
|
||
<script>
|
||
Flatdoc.run({
|
||
// fetcher: Flatdoc.github('n0rmz/ripple-dev-portal', 'API.md')
|
||
fetcher: Flatdoc.file('API.md')
|
||
});
|
||
</script>
|
||
</head>
|
||
<body class="brand_guidelines" role='flatdoc'>
|
||
|
||
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
|
||
<div class="container">
|
||
<div class="navbar-header">
|
||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
||
<span class="sr-only">Toggle navigation</span>
|
||
<span class="icon-bar"></span>
|
||
<span class="icon-bar"></span>
|
||
<span class="icon-bar"></span>
|
||
</button>
|
||
<a class="navbar-brand" href="https://dev.ripple.com/"><img class="small_logo" src="assets/img/ripple_logo_small.png"></a>
|
||
</div>
|
||
<div class="navbar-collapse collapse">
|
||
<ul class="nav navbar-nav">
|
||
<li class="active"><a href="/">Resources</a></li>
|
||
<li><a href="https://www.bountysource.com/teams/ripple/bounties">Bounties</a></li>
|
||
<li><a href="https://ripplelabs.atlassian.net/">Bug Tracking</a></li>
|
||
<li><a href="https://ripple.com/dev/blog/">Dev Blog</a></li>
|
||
<li><a href="https://ripple.com/forum/viewforum.php?f=2&sid=c016bc6b934120b7117c0e136e74de98">Forums</a></li>
|
||
<li class="dropdown">
|
||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">API Tool <span class="caret"></span></a>
|
||
<ul class="dropdown-menu" role="menu">
|
||
<li><a href="ripple-api-tool.html">WebSocket Tool</a></li>
|
||
<li><a href="rest-api-tool.html">REST Tool</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
<div class='right'>
|
||
<!-- GitHub buttons -->
|
||
<iframe src="https://dev.ripple.com/vendor/ghbtn.html?user=ripple&repo=ripple-dev-portal&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
|
||
</div>
|
||
</div><!--/.nav-collapse -->
|
||
</div>
|
||
</div>
|
||
|
||
<div class='content-root guidelines-content'>
|
||
|
||
<div role='flatdoc-content' class='content'>
|
||
|
||
<div class="brand-guidelines-row">
|
||
<h2 class="brand-guidelines-title"> Brand use and Guidelines</h2>
|
||
<p>
|
||
This document is to serve as a reference for organizations on how to use and associate with the
|
||
official Ripple brand. Correct usage of the guidelines outlined within this document will help create a
|
||
clear and defined ecosystem, resulting in greater trust and adoption by users of the Ripple network.
|
||
</p>
|
||
<div class="terms-conditions-link-container">
|
||
Your agreement to these <a href="terms-conditions.html" target="blank">Terms and Conditions</a> is required to use the Ripple brand and download the assets on this page.
|
||
</div>
|
||
<div class="download-all">
|
||
<a data-toggle="modal" data-target="#myModal" class="logo-download-link" data-src="img/ripple-logos.zip">
|
||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||
width="22px" height="17px" fill="#346AA9" viewBox="0 0 32 23" enable-background="new 0 0 32 23" xml:space="preserve">
|
||
<g>
|
||
<polygon points="18,9 14,9 14,17 11,17 16,23 21,17 18,17 "/>
|
||
<path d="M27.586,8.212C26.66,5.751,24.284,4,21.5,4c-0.641,0-1.26,0.093-1.846,0.266C18.068,1.705,15.233,0,12,0
|
||
C7.096,0,3.106,3.924,3.002,8.803C1.207,9.842,0,11.783,0,14c0,3.312,2.688,6,6,6h4.5l-1.667-2H5.997C3.794,18,2,16.209,2,14
|
||
c0-1.893,1.317-3.482,3.087-3.896C5.029,9.745,5,9.376,5,9c0-3.866,3.134-7,7-7c3.162,0,5.834,2.097,6.702,4.975
|
||
C19.471,6.364,20.441,6,21.5,6c2.316,0,4.225,1.75,4.473,4h0.03C28.206,10,30,11.791,30,14c0,2.205-1.789,4-3.997,4h-2.836L21.5,20
|
||
H26c3.312,0,6-2.693,6-6C32,11.235,30.13,8.907,27.586,8.212z"/>
|
||
</g>
|
||
</svg>
|
||
Download All
|
||
</a>
|
||
</div>
|
||
|
||
|
||
|
||
<div class="xrp-logos">
|
||
<div class="xrp-logo">
|
||
<div class="logo-container">
|
||
<div class="bg-container logo-triskelion"></div>
|
||
</div>
|
||
<a data-toggle="modal" data-target="#myModal" class="logo-download-link" data-src="img/ripple-triskelion.png">
|
||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||
width="20px" height="16px" fill="#346AA9" viewBox="0 0 32 23" enable-background="new 0 0 32 23" xml:space="preserve">
|
||
<g>
|
||
<polygon points="18,9 14,9 14,17 11,17 16,23 21,17 18,17 "/>
|
||
<path d="M27.586,8.212C26.66,5.751,24.284,4,21.5,4c-0.641,0-1.26,0.093-1.846,0.266C18.068,1.705,15.233,0,12,0
|
||
C7.096,0,3.106,3.924,3.002,8.803C1.207,9.842,0,11.783,0,14c0,3.312,2.688,6,6,6h4.5l-1.667-2H5.997C3.794,18,2,16.209,2,14
|
||
c0-1.893,1.317-3.482,3.087-3.896C5.029,9.745,5,9.376,5,9c0-3.866,3.134-7,7-7c3.162,0,5.834,2.097,6.702,4.975
|
||
C19.471,6.364,20.441,6,21.5,6c2.316,0,4.225,1.75,4.473,4h0.03C28.206,10,30,11.791,30,14c0,2.205-1.789,4-3.997,4h-2.836L21.5,20
|
||
H26c3.312,0,6-2.693,6-6C32,11.235,30.13,8.907,27.586,8.212z"/>
|
||
</g>
|
||
</svg>
|
||
Download
|
||
</a>
|
||
</div>
|
||
<div class="xrp-logo">
|
||
<div class="logo-container">
|
||
<div class="bg-container logotype"></div>
|
||
</div>
|
||
<a data-toggle="modal" data-target="#myModal" class="logo-download-link" data-src="img/logotype.png">
|
||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||
width="20px" height="16px" fill="#346AA9" viewBox="0 0 32 23" enable-background="new 0 0 32 23" xml:space="preserve">
|
||
<g>
|
||
<polygon points="18,9 14,9 14,17 11,17 16,23 21,17 18,17 "/>
|
||
<path d="M27.586,8.212C26.66,5.751,24.284,4,21.5,4c-0.641,0-1.26,0.093-1.846,0.266C18.068,1.705,15.233,0,12,0
|
||
C7.096,0,3.106,3.924,3.002,8.803C1.207,9.842,0,11.783,0,14c0,3.312,2.688,6,6,6h4.5l-1.667-2H5.997C3.794,18,2,16.209,2,14
|
||
c0-1.893,1.317-3.482,3.087-3.896C5.029,9.745,5,9.376,5,9c0-3.866,3.134-7,7-7c3.162,0,5.834,2.097,6.702,4.975
|
||
C19.471,6.364,20.441,6,21.5,6c2.316,0,4.225,1.75,4.473,4h0.03C28.206,10,30,11.791,30,14c0,2.205-1.789,4-3.997,4h-2.836L21.5,20
|
||
H26c3.312,0,6-2.693,6-6C32,11.235,30.13,8.907,27.586,8.212z"/>
|
||
</g>
|
||
</svg>
|
||
Download
|
||
</a>
|
||
</div>
|
||
<div class="xrp-logo">
|
||
<div class="logo-container">
|
||
<div class="bg-container logo-full"></div>
|
||
</div>
|
||
<a data-toggle="modal" data-target="#myModal" class="logo-download-link" data-src="img/logo-lg.png">
|
||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||
width="20px" height="16px" fill="#346AA9" viewBox="0 0 32 23" enable-background="new 0 0 32 23" xml:space="preserve">
|
||
<g>
|
||
<polygon points="18,9 14,9 14,17 11,17 16,23 21,17 18,17 "/>
|
||
<path d="M27.586,8.212C26.66,5.751,24.284,4,21.5,4c-0.641,0-1.26,0.093-1.846,0.266C18.068,1.705,15.233,0,12,0
|
||
C7.096,0,3.106,3.924,3.002,8.803C1.207,9.842,0,11.783,0,14c0,3.312,2.688,6,6,6h4.5l-1.667-2H5.997C3.794,18,2,16.209,2,14
|
||
c0-1.893,1.317-3.482,3.087-3.896C5.029,9.745,5,9.376,5,9c0-3.866,3.134-7,7-7c3.162,0,5.834,2.097,6.702,4.975
|
||
C19.471,6.364,20.441,6,21.5,6c2.316,0,4.225,1.75,4.473,4h0.03C28.206,10,30,11.791,30,14c0,2.205-1.789,4-3.997,4h-2.836L21.5,20
|
||
H26c3.312,0,6-2.693,6-6C32,11.235,30.13,8.907,27.586,8.212z"/>
|
||
</g>
|
||
</svg>
|
||
Download
|
||
</a>
|
||
</div>
|
||
<div class="xrp-logo">
|
||
<div class="logo-container">
|
||
<div class="bg-container badge-blue"></div>
|
||
</div>
|
||
<a data-toggle="modal" data-target="#myModal" class="logo-download-link" data-src="img/Ripple_attribution_badge_blue.png">
|
||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||
width="20px" height="16px" fill="#346AA9" viewBox="0 0 32 23" enable-background="new 0 0 32 23" xml:space="preserve">
|
||
<g>
|
||
<polygon points="18,9 14,9 14,17 11,17 16,23 21,17 18,17 "/>
|
||
<path d="M27.586,8.212C26.66,5.751,24.284,4,21.5,4c-0.641,0-1.26,0.093-1.846,0.266C18.068,1.705,15.233,0,12,0
|
||
C7.096,0,3.106,3.924,3.002,8.803C1.207,9.842,0,11.783,0,14c0,3.312,2.688,6,6,6h4.5l-1.667-2H5.997C3.794,18,2,16.209,2,14
|
||
c0-1.893,1.317-3.482,3.087-3.896C5.029,9.745,5,9.376,5,9c0-3.866,3.134-7,7-7c3.162,0,5.834,2.097,6.702,4.975
|
||
C19.471,6.364,20.441,6,21.5,6c2.316,0,4.225,1.75,4.473,4h0.03C28.206,10,30,11.791,30,14c0,2.205-1.789,4-3.997,4h-2.836L21.5,20
|
||
H26c3.312,0,6-2.693,6-6C32,11.235,30.13,8.907,27.586,8.212z"/>
|
||
</g>
|
||
</svg>
|
||
Download
|
||
</a>
|
||
</div>
|
||
<div class="xrp-logo">
|
||
<div class="logo-container">
|
||
<div class="bg-container badge-gray"></div>
|
||
</div>
|
||
<a data-toggle="modal" data-target="#myModal" class="logo-download-link" data-src="img/Ripple_attribution_badge_gray.png">
|
||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||
width="20px" height="16px" fill="#346AA9" viewBox="0 0 32 23" enable-background="new 0 0 32 23" xml:space="preserve">
|
||
<g>
|
||
<polygon points="18,9 14,9 14,17 11,17 16,23 21,17 18,17 "/>
|
||
<path d="M27.586,8.212C26.66,5.751,24.284,4,21.5,4c-0.641,0-1.26,0.093-1.846,0.266C18.068,1.705,15.233,0,12,0
|
||
C7.096,0,3.106,3.924,3.002,8.803C1.207,9.842,0,11.783,0,14c0,3.312,2.688,6,6,6h4.5l-1.667-2H5.997C3.794,18,2,16.209,2,14
|
||
c0-1.893,1.317-3.482,3.087-3.896C5.029,9.745,5,9.376,5,9c0-3.866,3.134-7,7-7c3.162,0,5.834,2.097,6.702,4.975
|
||
C19.471,6.364,20.441,6,21.5,6c2.316,0,4.225,1.75,4.473,4h0.03C28.206,10,30,11.791,30,14c0,2.205-1.789,4-3.997,4h-2.836L21.5,20
|
||
H26c3.312,0,6-2.693,6-6C32,11.235,30.13,8.907,27.586,8.212z"/>
|
||
</g>
|
||
</svg>
|
||
Download
|
||
</a>
|
||
</div>
|
||
<div class="xrp-logo">
|
||
<div class="logo-container">
|
||
<div class="bg-container bg-badge-white"></div>
|
||
</div>
|
||
<a data-toggle="modal" data-target="#myModal" class="logo-download-link" data-src="img/Ripple_attribution_badge_white.png">
|
||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||
width="20px" height="16px" fill="#346AA9" viewBox="0 0 32 23" enable-background="new 0 0 32 23" xml:space="preserve">
|
||
<g>
|
||
<polygon points="18,9 14,9 14,17 11,17 16,23 21,17 18,17 "/>
|
||
<path d="M27.586,8.212C26.66,5.751,24.284,4,21.5,4c-0.641,0-1.26,0.093-1.846,0.266C18.068,1.705,15.233,0,12,0
|
||
C7.096,0,3.106,3.924,3.002,8.803C1.207,9.842,0,11.783,0,14c0,3.312,2.688,6,6,6h4.5l-1.667-2H5.997C3.794,18,2,16.209,2,14
|
||
c0-1.893,1.317-3.482,3.087-3.896C5.029,9.745,5,9.376,5,9c0-3.866,3.134-7,7-7c3.162,0,5.834,2.097,6.702,4.975
|
||
C19.471,6.364,20.441,6,21.5,6c2.316,0,4.225,1.75,4.473,4h0.03C28.206,10,30,11.791,30,14c0,2.205-1.789,4-3.997,4h-2.836L21.5,20
|
||
H26c3.312,0,6-2.693,6-6C32,11.235,30.13,8.907,27.586,8.212z"/>
|
||
</g>
|
||
</svg>
|
||
Download
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="brand-guidelines-row">
|
||
<h2 class="brand-guidelines-title">Official Branding Use</h2>
|
||
<p>
|
||
|
||
The Ripple Triskelion can be freely used for the purposes of branding your business (whether it be a gateway, blog, smartphone app, or otherwise) so long as it is modified in a manner that gives it new meaning or places it in a new context. Unadulterated reproduction of the original Triskelion provided on the Ripple Artwork page is not allowed.
|
||
</p>
|
||
|
||
|
||
<div class="brand-usage-types">
|
||
<div class="acceptable">
|
||
<div class="usage-brand">
|
||
<div class="brand-img">
|
||
<img src="img/lab.png">
|
||
</div>
|
||
<div class="usage-brand-info acceptable-use">
|
||
<span>Acceptable use of the Ripple Triskelion</span>
|
||
<p>
|
||
Ripple Labs has incorporated the Triskelion into a logo with a beaker to emphasize the connection to a place of research and experimentation, this is placing it in a new context.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="usage-brand">
|
||
<div class="brand-img">
|
||
<img src="img/gateway.png">
|
||
</div>
|
||
<div class="usage-brand-info acceptable-use">
|
||
<span>Acceptable use of the Ripple trademark</span>
|
||
<p>
|
||
Creatively integrate Ripple into your product or business name
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<hr>
|
||
|
||
<div class="unacceptable">
|
||
<div class="usage-brand">
|
||
<div class="brand-img">
|
||
<img src="img/rp-arctic.png">
|
||
</div>
|
||
<div class="usage-brand-info unacceptable-use">
|
||
<span>Unacceptable uses of the Ripple Triskelion</span>
|
||
<p>
|
||
The Triskelion is unmodified and the gateway name Ripple Antarctica is vague and unspecific regarding the business function.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="usage-brand">
|
||
<div class="brand-img">
|
||
<img src="img/rippled.png">
|
||
</div>
|
||
<div class="usage-brand-info unacceptable-use">
|
||
<span>Unacceptable use of the Ripple trademark</span>
|
||
<ul>
|
||
<li>Use names or titles that include Ripple followed by a generic noun, adjective, etc. that doesn’t provide any unique value to your product branding.</li>
|
||
<li>
|
||
Suggest that your product or business is endorsed or affiliated with Ripple Labs or the Ripple protocol in any way.
|
||
</li>
|
||
<li>
|
||
Modify the word “Ripple” by adding or removing letters to create a verb tense of some kind.
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
<div class="brand-guidelines-row">
|
||
<h2 class="brand-guidelines-title">Attribution Badge</h2>
|
||
<p>
|
||
<strong>BUILT ON RIPPLE:</strong> We have created these attribution badges to help strengthen and build equity
|
||
in the masterbrand, and to create a
|
||
clear relationship between the various gateways and companies that operate on the Ripple network.
|
||
</p>
|
||
|
||
|
||
<div class="attribution-badges">
|
||
<div class="attribution-badge">
|
||
<span class="badge-blue"></span>
|
||
Full Color
|
||
</div>
|
||
<div class="attribution-badge">
|
||
<span class="badge-gray"></span>
|
||
On Light BG
|
||
</div>
|
||
<div class="attribution-badge">
|
||
<span class="badge-white"></span>
|
||
On Dark BG
|
||
</div>
|
||
</div>
|
||
<div class="badge-example">
|
||
<img src="img/badge-example.png">
|
||
<span class="badge-location left">Secondary placement - Left</span>
|
||
<span class="badge-location center">Primary placement - Center</span>
|
||
<span class="badge-location right">Secondary placement - Right</span>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
<!-- Modal -->
|
||
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
||
<div class="modal-dialog">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
<a href="" class="close" data-dismiss="modal" aria-hidden="true">×</a>
|
||
<h4 class="modal-title" id="myModalLabel">Ripple Labs’ terms and conditions</h4>
|
||
</div>
|
||
<div class="modal-body">
|
||
<div class="modal-body-content">
|
||
<p>
|
||
These terms and conditions (“Terms”) apply to my (or if I am representing a company, me and my company; collectively, “I,” “My,” “Our,” “We,” “You” or “Your”) and Our use of the Ripple trademarks, logos and trade dress (the “RIPPLE Branding”), which I understand are owned by Ripple Labs, Inc. (“Ripple Labs”). I understand that by agreeing to these terms, I may only use the RIPPLE Branding as permitted.
|
||
</p>
|
||
<br/>
|
||
<p>
|
||
We agree:
|
||
</p>
|
||
<br/>
|
||
|
||
<p>
|
||
I understand that I may only use the RIPPLE Branding in conjunction with websites that utilize the Ripple software, and only in a manner consistent with Ripple Labs’ RIPPLE Brand Guidelines. In addition, I understand that my use of the RIPPLE Branding must be accompanied by attribution appearing at the bottom of the page, as follows: “RIPPLE is a trademark of Ripple Labs, Inc. Use of these trademarks is not intended to constitute or imply endorsement or sponsorship by or affiliation with Ripple Labs, Inc.” I understand that if I discontinue use of the Ripple software, I shall also discontinue using the RIPPLE Branding.
|
||
</p>
|
||
<p>
|
||
I understand I may only use the RIPPLE Branding in conjunction with legitimate and lawful business, but that I may not use the RIPPLE Branding in a manner that might cause harm to Ripple Labs or its reputation or goodwill. We will not, under any circumstances, use the RIPPLE Branding in connection with any unlawful activity. I understand that I may not use the RIPPLE Branding in connection with software similar to the Ripple software.
|
||
I understand that I may not use the RIPPLE Branding on any website that duplicates the look and feel of Ripple Labs’ website, and that I may not use the RIPPLE Branding in any metatags or any other “hidden text” on a website.
|
||
</p>
|
||
<p>
|
||
I understand that the RIPPLE Branding is the property of Ripple Labs, and that Ripple Labs reserves all rights not expressly granted here.
|
||
I understand that I may not adopt or use any logos or trademarks that are confusingly similar to any of the trademarks, trade dress or logos associated with the RIPPLE Branding.
|
||
I understand that Ripple Labs reserves the right to terminate My use of the RIPPLE Branding. This includes, for example, if Ripple Labs, in its opinion, believes that the RIPPLE Branding is being used improperly or for an improper purpose. I agree that upon receipt of a request from Ripple Labs that I discontinue use of the RIPPLE Branding, I will comply with the request.
|
||
</p>
|
||
<p>
|
||
Our lawyers also insist that we include the following terms:
|
||
These Terms and Your use of the RIPPLE Branding shall be governed by and construed in accordance with the laws of California, without resort to its conflict of law provisions. You agree that any action at law or in equity arising out of or relating to these Terms not subject to arbitration (as set forth below), will be filed only in the state and federal courts located in San Francisco, California and You hereby irrevocably and unconditionally consent and submit to the exclusive jurisdiction of such courts over any suit, action or proceeding.
|
||
PLEASE READ THE FOLLOWING PARAGRAPH CAREFULLY BECAUSE IT REQUIRES YOU TO ARBITRATE DISPUTES WITH RIPPLE LABS AND IT LIMITS THE MANNER IN WHICH YOU CAN SEEK RELIEF.
|
||
</p>
|
||
<p>
|
||
You and Ripple Labs agree to arbitrate any dispute arising from these Terms or relating to Your use of the RIPPLE branding, except that you and Ripple Labs are not required to arbitrate any dispute in which either party seeks equitable or other relief for the alleged unlawful use of copyrights, trademarks, trade names, logos, trade secrets or patents. ARBITRATION PREVENTS YOU FROM SUING IN COURT OR FROM HAVING A JURY TRIAL. You and Ripple Labs agree that each will notify each other of any dispute within thirty (30) days of when it arises, that You will attempt informal resolution prior to any demand for arbitration, that any arbitration will occur in San Francisco, California, and that arbitration will be conducted confidentially by a single arbitrator in accordance with the rules of JAMS. You and Ripple Labs also agree that the state or federal courts in San Francisco, California have exclusive jurisdiction over any appeals of an arbitration award and over any suit between the parties not subject to arbitration. The arbitrator has the authority to grant any remedy that would otherwise be available in court.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="modal-footer">
|
||
<div class="modal-checkbox">
|
||
<label>
|
||
<input type="checkbox"> I agree to Ripple Labs’ terms and conditions.
|
||
</label>
|
||
</div>
|
||
<a class="btn btn-disabled" id="btn-download">Download</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="footer">
|
||
<div class="container">
|
||
<p class="text-muted">
|
||
<div class="row">
|
||
<div class="col-md-2">
|
||
|
||
<ul class="footer_links applications">
|
||
<li><a href="https://www.rippletrade.com">Ripple Trade</a>
|
||
<li><a href="https://www.ripplecharts.com">Ripple Charts</a>
|
||
<li><a href="https://ripple.com/graph">Ripple Graph</a>
|
||
<li><a href="http://codius.org/">Codius</a>
|
||
</ul>
|
||
</div>
|
||
<div class="col-md-2">
|
||
|
||
<ul class="footer_links middleware">
|
||
<li><a href="gatewayd.html">Gatewayd</a>
|
||
<li><a href="ripple-rest.html">Ripple REST</a>
|
||
<li><a href="https://github.com/ripple/ripple-lib">Ripple Lib</a>
|
||
</ul>
|
||
|
||
</div>
|
||
<div class="col-md-2">
|
||
|
||
<ul class="footer_links core_network">
|
||
<li><a href="rippled-apis.html">rippled</a>
|
||
<li><a href="transactions.html">Transactions</a>
|
||
<li><a href="consensus-whitepaper.html">Consensus</a>
|
||
</ul>
|
||
|
||
</div>
|
||
<div class="col-md-2">
|
||
<ul class="footer_links bounties">
|
||
<li><a href="https://www.bountysource.com/teams/ripple/bounties">Bounties</a>
|
||
<li><a href="https://ripplelabs.atlassian.net/">Bug tracking</a>
|
||
<li><a href="guidelines.html">Brand guidelines</a>
|
||
<li><a href="https://ripple.com/dev/blog/">Dev blog</a>
|
||
<li><a href="https://ripple.com/forum/viewforum.php?f=2&sid=c016bc6b934120b7117c0e136e74de98">Forums</a>
|
||
<li><a href="https://ripple.com/wiki/Main_Page">Wiki</a>
|
||
</ul>
|
||
|
||
</div>
|
||
<div class="col-md-4 mail_chimp">
|
||
<p>Join the mailing list!</p>
|
||
<label for="mce-EMAIL">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">
|
||
<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-EMAIL" 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; top: -50px;"><input type="text" name="b_245dbc1c47849f034390dc5bf_4dfbe160d0" tabindex="-1" value=""></div>
|
||
<input type="submit" value="Submit" name="subscribe" id="mc-embedded-subscribe" class="button btn btn-primary">
|
||
</form>
|
||
</div>
|
||
|
||
<!--End mc_embed_signup-->
|
||
</div>
|
||
</div>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html>
|