-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename index.md to index.html
- Loading branch information
1 parent
9edefbe
commit 681f97c
Showing
2 changed files
with
62 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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>BitcoinCash.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> |