-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (64 loc) · 2.48 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
<link rel="stylesheet" href="style.css">
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
<meta name="description" content="A fast and easy guide to buying ripples xrp with bitcoin or ethereum.">
<meta property="og:type" content="article">
<meta property="og:title" content="Buying Ripple's XRP">
<meta property="og:url" content="http://scottyzen.com/buyingXRP/">
<meta property="og:image" content="https://scottyzen.sirv.com/Images/b/xrpguide.png">
<meta property="article:published_time" content="2018-01-07">
<meta property="article:author" content="http://scottyzen.com">
<title>Buying Ripple's XRP guide</title>
</head>
<body>
<div class="wrapper">
<h1>Buying Ripple's XRP</h1>
<h3>A quick and easy guide to buying XRP</h3>
<ol>
<li>First, sign up to
<a href="https://goo.gl/5fHXMh" target="_blank">
<strong>Coinbase</strong>
</a>
</li>
<li>Once your coinbase account is verified you can buy Bitcoin ( BTC ) or Ethereum ( ETH )</li>
<li>Next, you need to find an exchange that has BTC/XRP or ETH/XRP</li>
<li>Here's two.
<a href="https://goo.gl/HKMMYP" target="_blank">
<strong>HitBTC</strong>
</a> or
<a href="https://goo.gl/4kPZaN" target="_blank">
<strong>Binance</strong>
</a>. Pick one and sign up.
</li>
<li>Now send either your BTC or ETH from your coinbase wallet to your exchange.</li>
<li>Once your currency arrives you can exchange it for Ripple's XRP</li>
</ol>
<div class="quick-tip">
<strong>
<p class="show">Loading tip...</p>
</strong>
</div>
</div>
<script src="main.js"></script>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29023507-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') +
'.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>