updated site and fixed HTML formatting

This commit is contained in:
transatoshi
2025-01-26 07:20:59 -08:00
parent c8f4a4cfc4
commit 63d36b46ca
6 changed files with 391 additions and 374 deletions

View File

@@ -27,82 +27,86 @@
</head>
<body width="device-width">
<!--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>
<!--Banner-->
<a href="https://grinminer.net"><img src="../images/web-banner.png" alt="grinminer-banner" class="responsive"></a>
<span class="cloud"><h2>Developed over 2 years to be an alternative to the corporate cloud.</h2></span>
<!--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>
<!--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-->
<form action="https://formsubmit.co/fc6589379f42ab354825f1184623a4eb" method="POST" style="border:1px solid #ccc">
<div class="container">
<h1>Sign Up</h1>
<p>Please fill in this form to create an account.</p>
<p>Fees are nominal, and meant to discourage resource waste. Must be paid in Grin.</p>
<p>All nodes are LXC containers running the latest Debian release.</p>
<br>
<fieldset>
<legend>Are you looking for a Grin node or node+stratum?</legend>
<label><input id="node" type="radio" name="node" value="node" checked>Node only</label>
<label><input id="node+stratum" type="radio" name="node" value="stratum">Node+Stratum</label>
</fieldset>
<br>
<fieldset>
<legend>Do you want an archival or pruned node?</legend>
<input id="pruned" type="radio" name="type" value="pruned" checked> <label for="pruned">Pruned (free)</label>
<input id="full" type="radio" name="type" value="archival"> <label for="archival">Archival (flat fee)</label>
</fieldset>
<br>
<fieldset>
<legend>Do you require node setup or support/backups?</legend>
<input id="no" type="radio" name="support" value="no" checked> <label for="no">None (free)</label>
<input id="setup" type="radio" name="support" value="setup"> <label for="setup">Setup only (flat fee)</label>
<input id="setup+support" type="radio" name="support" value="ongoing"> <label for="ongoing"> Ongoing support/backups (monthly fee)</label>
</fieldset>
<br>
<fieldset>
<legend>Do you agree to only use your VPS for Grin software?</legend>
<input id="no-agreement" type="radio" name="agreement" value="no" checked> <label for="no">No (comment why)</label>
<input id="agreement" type="radio" name="agreement" value="yes"> <label for="yes">Yes</label>
</fieldset>
<br>
<input type="text" name="username" placeholder="username" required>
<br>
<input type="text" name="email" placeholder="email address" required>
<br>
<input type="text" name="comments" placeholder="comments">
<input type="hidden" name="_next" value="https://grinminer.net/thanks.html">
<input type="hidden" name="_subject" value="Grinminer application">
<p>Grinminer.net is very young and experimental, use at your own risk.</p>
<p>Once applied you will receive an email response within 48 hours to confirm.</p>
<!--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-->
<form action="https://formsubmit.co/fc6589379f42ab354825f1184623a4eb" method="POST" style="border:1px solid #ccc">
<div class="container">
<h1>Sign Up</h1>
<p>Please fill in this form to create an account.</p>
<p>Fees are nominal, and meant to discourage resource waste. Must be paid in Grin.</p>
<p>All nodes are LXC containers running the latest Debian release.</p>
<br>
<fieldset>
<legend>Are you looking for a Grin node or node+stratum?</legend>
<label><input id="node" type="radio" name="node" value="node" checked>Node only</label>
<label><input id="node+stratum" type="radio" name="node" value="stratum">Node+Stratum</label>
</fieldset>
<br>
<fieldset>
<legend>Do you want an archival or pruned node?</legend>
<input id="pruned" type="radio" name="type" value="pruned" checked> <label for="pruned">Pruned (free)</label>
<input id="full" type="radio" name="type" value="archival"> <label for="archival">Archival (flat fee)</label>
</fieldset>
<br>
<fieldset>
<legend>Do you require node setup or support/backups?</legend>
<input id="no" type="radio" name="support" value="no" checked> <label for="no">None (free)</label>
<input id="setup" type="radio" name="support" value="setup"> <label for="setup">Setup only (flat fee)</label>
<input id="setup+support" type="radio" name="support" value="ongoing"> <label for="ongoing"> Ongoing support/backups (monthly fee)</label>
</fieldset>
<br>
<fieldset>
<legend>Do you agree to only use your VPS for Grin software?</legend>
<input id="no-agreement" type="radio" name="agreement" value="no" checked> <label for="no">No (comment why)</label>
<input id="agreement" type="radio" name="agreement" value="yes"> <label for="yes">Yes</label>
</fieldset>
<br>
<input type="text" name="username" placeholder="username" required>
<br>
<input type="text" name="email" placeholder="email address" required>
<br>
<input type="text" name="comments" placeholder="comments">
<input type="hidden" name="_next" value="https://grinminer.net/thanks.html">
<input type="hidden" name="_subject" value="Grinminer application">
<p>Grinminer.net is very young and experimental, use at your own risk.</p>
<p>Once applied you will receive an email response within 48 hours to confirm.</p>
<div class="clearfix">
<button type="submit" class="signupbtn">Sign Up</button>
</div>
</div>
</form>
<script>
function myFunction() {
<div class="clearfix">
<button type="submit" class="signupbtn">Sign Up</button>
</div>
</div>
</form>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive"; // Add the "responsive" class