mirror of
https://git.wownero.com/wownero/wownero-wallet-generator.git
synced 2024-08-15 01:03:32 +00:00
More beautification in various places. Add footer style and put there all extraneous information other than wallet generation
This commit is contained in:
parent
c2ff2f2292
commit
566a1fd022
1 changed files with 37 additions and 39 deletions
|
@ -10188,7 +10188,9 @@ bC0zLjUsMjAuNGgtNkwyNDQuOCwzMTAuNkwyNDQuOCwzMTAuNnoiLz4KPC9nPgo8L3N2Zz4K"
|
||||||
|
|
||||||
<div class="row"> </div>
|
<div class="row"> </div>
|
||||||
<div class="row center-align">
|
<div class="row center-align">
|
||||||
<h4 style="color: #555;">Offline wallet generator</h4>
|
<div class="col s12">
|
||||||
|
<h4 style="color: #555;">Offline wallet generator</h4>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -10202,19 +10204,20 @@ bC0zLjUsMjAuNGgtNkwyNDQuOCwzMTAuNkwyNDQuOCwzMTAuNnoiLz4KPC9nPgo8L3N2Zz4K"
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row valign-wrapper">
|
||||||
<div class="col s4">
|
<div class="col s4 right-align ">
|
||||||
<input class="btn" type="button" onclick="js:genwallet(null);"
|
<input class="btn orange" type="button" onclick="js:genwallet(null);"
|
||||||
value="Generate wallet" action=""/>
|
value="Generate wallet" action=""/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col s6 offset-s2">
|
<div class="col s1 offset-s1"><h4>or</h4></div>
|
||||||
|
<div class="col s5 offset-s1">
|
||||||
<form>
|
<form>
|
||||||
<input class="waves-effect waves-light btn" type="button" onclick="js:genwallet_prefix();" value="Generate wallet with prefix" action="" id="gen_prefix_widget"/>
|
<input class="btn deep-orange" type="button" onclick="js:genwallet_prefix();" value="Generate wallet with prefix" action="" id="gen_prefix_widget"/>
|
||||||
<p>(very slow for more than a few characters, no check for valid prefixes)</p>
|
<p>(very slow for more than a few characters, no check for valid prefixes)</p>
|
||||||
<input type="text" value="4" id="prefix_widget"/>
|
<input type="text" value="4" id="prefix_widget"/>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row center-align">
|
<div class="row center-align">
|
||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
<form>
|
<form>
|
||||||
|
@ -10247,9 +10250,9 @@ bC0zLjUsMjAuNGgtNkwyNDQuOCwzMTAuNkwyNDQuOCwzMTAuNnoiLz4KPC9nPgo8L3N2Zz4K"
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
<div class="card red lighten-4">
|
<div class="card pink lighten-5">
|
||||||
<div class="card-content red-text text-darken-4">
|
<div class="card-content pink-text text-darken-5">
|
||||||
<span class="card-title red-text text-darken-4">Mnemonic seed</span>
|
<span class="card-title pink-text text-darken-5">Mnemonic seed</span>
|
||||||
<p>
|
<p>
|
||||||
The mnemonic seed is a string that comprises 25 words and allows you to recreate your
|
The mnemonic seed is a string that comprises 25 words and allows you to recreate your
|
||||||
private keys. <b>Keep it secure!</b>
|
private keys. <b>Keep it secure!</b>
|
||||||
|
@ -10263,9 +10266,9 @@ bC0zLjUsMjAuNGgtNkwyNDQuOCwzMTAuNkwyNDQuOCwzMTAuNnoiLz4KPC9nPgo8L3N2Zz4K"
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
<div class="card deep-orange lighten-5">
|
<div class="card indigo lighten-5">
|
||||||
<div class="card-content deep-orange-text text-darken-4">
|
<div class="card-content indigo-text text-darken-4">
|
||||||
<span class="card-title deep-orange-text text-darken-4">Private keys (optional)</span>
|
<span class="card-title indigo-text text-darken-4">Private keys (optional)</span>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The spend key and view key are the raw private keys for the
|
The spend key and view key are the raw private keys for the
|
||||||
|
@ -10294,29 +10297,23 @@ bC0zLjUsMjAuNGgtNkwyNDQuOCwzMTAuNkwyNDQuOCwzMTAuNnoiLz4KPC9nPgo8L3N2Zz4K"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<hr width="50%">
|
<div class="row"> </div>
|
||||||
|
<footer class="page-footer grey lighten-3 grey-text text-darken-4">
|
||||||
<div class="row">
|
<div class="container">
|
||||||
<div class="col s12">
|
|
||||||
<p>
|
|
||||||
Made by moneromooo, based on code from <a href="https://mymonero.com/">MyMonero</a>. Copyright notices in the source.
|
|
||||||
<br>
|
|
||||||
If you found this useful, a donation would be appreciated:
|
|
||||||
<br>
|
|
||||||
<table border="1" cellpadding="4" cellspacing="0"><tr class="public"><td>
|
|
||||||
<font size="-1">4AfUP827TeRZ1cck3tZThgZbRCEwBrpcJTkA1LCiyFVuMH4b5y59bKMZHGb9y58K3gSjWDCBsB4RkGsGDhsmMG5R2qmbLeW</font>
|
|
||||||
</td></tr>
|
|
||||||
</table>
|
|
||||||
<br>
|
|
||||||
Thanks, and welcome to Monero!
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr width="50%">
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s12">
|
<div class="col l12">
|
||||||
<h2>How to verify GPG signatures</h2>
|
<h5>Credits</h5>
|
||||||
|
<p>
|
||||||
|
Made by moneromooo, based on code from <a href="https://mymonero.com/">MyMonero</a>. Copyright notices in the source.
|
||||||
|
<br>
|
||||||
|
If you found this useful, a donation would be appreciated:
|
||||||
|
<br>
|
||||||
|
<pre>4AfUP827TeRZ1cck3tZThgZbRCEwBrpcJTkA1LCiyFVuMH4b5y59bKMZHGb9y58K3gSjWDCBsB4RkGsGDhsmMG5R2qmbLeW</pre>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
Thanks, and welcome to Monero!
|
||||||
|
</p>
|
||||||
|
<h5>How to verify GPG signatures</h5>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
All released versions of this page will be GPG signed by moneromooo, to avoid trojaned versions
|
All released versions of this page will be GPG signed by moneromooo, to avoid trojaned versions
|
||||||
|
@ -10335,7 +10332,7 @@ from the Monero source tree:
|
||||||
gpg --import moneromooo.asc
|
gpg --import moneromooo.asc
|
||||||
</code>
|
</code>
|
||||||
|
|
||||||
<h3>Checking a standalone signature</h3>
|
<h5>Checking a standalone signature</h5>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
You need to get the signature file corresponding to the version of the page you're using.
|
You need to get the signature file corresponding to the version of the page you're using.
|
||||||
|
@ -10367,7 +10364,7 @@ If you want to verify an old version of the file, you will have to retrieve the
|
||||||
signature file from git.
|
signature file from git.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Checking a git commit's signature</h3>
|
<h5>Checking a git commit's signature</h5>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If you're using git to get the latest and greatest, it's even simpler:
|
If you're using git to get the latest and greatest, it's even simpler:
|
||||||
|
@ -10392,7 +10389,8 @@ place any email address in a new GPG key, so the right email being shown is no g
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr width="50%">
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
current_lang='english';
|
current_lang='english';
|
||||||
|
|
Loading…
Reference in a new issue