-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (58 loc) · 2.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://alwingulla.com/88/tag.min.js" data-zone="112197" async data-cfasync="false"></script>
<meta charset="utf-8">
<meta name="keywords"
content="monero, monero ee, monero landing page, monero price, monero solo chance, monero shared solo">
<meta name="description" content="Monero.ee">
<meta name="author" content="Ionia OÜ">
<meta name="google" content="notranslate"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<title>Monero.ee</title>
</head>
<body>
<div id="Home" class="container mt-4">
<div class="container">
<h1 style="font-family: ubuntu" class="font-weight-bold">
Monero.ee <span class="h6 text-muted font-weight-normal">Because Privacy Matters.</span>
</h1>
</div>
<hr class="my-4">
<div class="card-deck m-2">
<div class="card bg-light border-dark m-2" style="min-width:250px;">
<div class="card-body">
<h5 class="card-title">Current Price</h5>
<script src="https://widgets.coingecko.com/coingecko-coin-ticker-widget.js"></script>
<coingecko-coin-ticker-widget coin-id="monero" currency="usd" locale="en"></coingecko-coin-ticker-widget>
</div>
</div>
<div class="card bg-light border-dark m-2" style="min-width:250px;">
<div class="card-body">
<h5 class="card-title">Solo Mining Chance Calculator</h5>
<p class="card-text text-justify">DONE! Solochance.com is a great service, but it does not support Monero. So we developed an alternative that supports, visit <a href="https://solochance.org" target="_blank" rel="noopener noreferrer">SoloChance.org</a>!
</p>
</div>
</div>
<div class="card bg-light border-dark m-2" style="min-width:250px;">
<div class="card-body">
<h5 class="card-title">Shared Solo Pool</h5>
<p class="card-text text-justify">On development.</p>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"
integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k"
crossorigin="anonymous"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>