forked from XRPLF/xrpl-dev-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguidelines.html
More file actions
438 lines (399 loc) · 26.8 KB
/
guidelines.html
File metadata and controls
438 lines (399 loc) · 26.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
<!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">
<!-- jQuery & Flatdoc -->
<script src="vendor/jquery-1.11.1.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="font/fonts.css" rel="stylesheet" type="text/css">
<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">
</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="dropdown">
<a href="./" class="dropdown-toggle" data-toggle="dropdown">Documentation <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="rippled-apis.html">rippled API Reference</a></li>
<li><a href="ripple-rest.html">REST API Reference</a></li>
<li><a href="gatewayd.html">Gatewayd API Reference</a></li>
<li><a href="transactions.html">Transaction Format</a></li>
<li><a href="reliable_tx.html">Submitting Transactions</a></li>
</ul>
</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>
<li><a href="https://github.com/ripple/ripple-dev-portal" title="GitHub">Site Source</a></li>
</ul>
</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>
</p>
</div>
</div>
</body>
</html>