mirror of
https://github.com/transatoshi-mw/grinminer.net.git
synced 2025-10-06 22:02:48 +00:00
updated site and fixed HTML formatting
This commit is contained in:
@@ -27,50 +27,53 @@
|
||||
</head>
|
||||
|
||||
<body width="device-width">
|
||||
<body width="device-width">
|
||||
<!-- Load an icon library to show a hamburger menu (bars) on small screens -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
|
||||
<!--Navigation links-->
|
||||
<div class="topnav" id="myTopnav">
|
||||
<a href="https://grinminer.net/nodes/" class="active">Public Nodes</a>
|
||||
<a href="https://grinminer.net/api/" class="active">Public API</a>
|
||||
<a href="https://grinminer.net/application/" class="active">Node/VPS Application</a>
|
||||
<a href="https://grinminer.net/download/" class="active">Download Firmware/Wallets</a>
|
||||
<a href="https://explorer.grinminer.net" class="active">Mainnet Explorer</a>
|
||||
<a href="https://testexplorer.grinminer.net" class="active">Testnet Explorer</a>
|
||||
<a href="https://checker.grinminer.net" class="active">Wallet Checker</a>
|
||||
<a href="https://t.me/grinminer_net" class="grey">Telegram</a>
|
||||
<a href="https://github.com/transatoshi-mw/grinminer.net">Github</a>
|
||||
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
|
||||
<i class="fa fa-bars"></i>
|
||||
</a>
|
||||
</div>
|
||||
<!-- Load an icon library to show a hamburger menu (bars) on small screens -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
|
||||
<!--Banner-->
|
||||
<a href="https://grinminer.net"><img src="../images/web-banner.png" alt="grinminer-banner" class="responsive"></a>
|
||||
|
||||
|
||||
<!--Navigation links-->
|
||||
<div class="topnav" id="myTopnav">
|
||||
<a href="https://grinminer.net/nodes/" class="active">Public Nodes</a>
|
||||
<a href="https://grinminer.net/api/" class="active">Public API</a>
|
||||
<a href="https://grinminer.net/application/" class="active">Node/VPS Application</a>
|
||||
<a href="https://grinminer.net/download/" class="active">Download Firmware/Wallets</a>
|
||||
<a href="https://explorer.grinminer.net" class="active">Mainnet Explorer</a>
|
||||
<a href="https://testexplorer.grinminer.net" class="active">Testnet Explorer</a>
|
||||
<a href="https://checker.grinminer.net" class="active">Wallet Checker</a>
|
||||
<a href="https://t.me/grinminer_net" class="grey">Telegram</a>
|
||||
<a href="https://github.com/transatoshi-mw/grinminer.net">Github</a>
|
||||
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
|
||||
<i class="fa fa-bars"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<span class="cloud"><h2>Developed over 2 years to be an alternative to the corporate cloud.</h2></span>
|
||||
|
||||
<!--Banner-->
|
||||
<a href="https://grinminer.net"><img src="../images/web-banner.png" alt="grinminer-banner" class="responsive"></a>
|
||||
|
||||
<!--Subtitle-->
|
||||
<div class="content">
|
||||
<div class="subtitle">
|
||||
<h3>Provider of hosted public & private nodes + solo mining pools + a Trezor/Ledger compatible wallet.</h3>
|
||||
</div>
|
||||
<!--Title-->
|
||||
<div class="nodes">
|
||||
<h1>Thank you! Expect a response within 48hr.</h1>
|
||||
</div>
|
||||
<script>
|
||||
function myFunction() {
|
||||
<!--Subtitle-->
|
||||
<div class="content">
|
||||
<div class="subtitle">
|
||||
<h3>Provider of hosted public & private nodes + solo mining pools + a Trezor/Ledger compatible wallet.</h3>
|
||||
</div>
|
||||
|
||||
<!--Cloud banner-->
|
||||
<span class="cloud"><h2>Developed over 2 years to be an alternative to the corporate cloud.</h2></span>
|
||||
|
||||
<!--Title-->
|
||||
<div class="nodes">
|
||||
<h1>Thank you! Expect a response within 48hr.</h1>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
function myFunction() {
|
||||
var x = document.getElementById("myTopnav");
|
||||
if (x.className === "topnav") {
|
||||
x.className += " responsive"; // Add the "responsive" class
|
||||
x.className += " responsive"; // Add the "responsive" class
|
||||
} else {
|
||||
x.className = "topnav"; // Remove the "responsive" class
|
||||
x.className = "topnav"; // Remove the "responsive" class
|
||||
}
|
||||
}
|
||||
</script>
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
|
||||
<footer width="device-width">
|
||||
|
Reference in New Issue
Block a user