update some frontend html shit

mm-logging
lza_menace 4 years ago
parent 000e611b14
commit 875897f067

@ -537,3 +537,8 @@ header.masthead .header-content-lg {
width: 60%;
margin: 0 auto;
}
ol li {
font-size: 1.1em;
padding-bottom: .75em;
}

@ -11,26 +11,27 @@
<div class="container h-100">
<div class="row h-100">
<div class="col-lg-12 my-auto">
<div class="header-content-lg mx-auto">
<div class="header-content-sm mx-auto">
<h2 class="mb-4">Frequently Asked Questions</h2>
<h4>What Is This Site?</h4>
<hr><br>
<h3>What Is This Site?</h3>
<p>
This is a website that allows you to send and receive <a href="https://wownero.org" target="
">Wownero</a>, a meme cryptocurrency which started as a joke and fork of <a href="https://web.getmonero.org/get-started/what-is-monero/" target="_blank">Monero</a>.
</p>
<h4>How Does It Work?</h4>
<h3>How Does It Work?</h3>
<p>
When users sign up, a new Wownero wallet gets generated on the user's behalf. When logging in, each user's wallet gets mapped to them in such a way that they can interact with only their wallet in the browser. Users can then use the site to send and receive transactions.
When users register, a new Wownero wallet gets generated on the user's behalf. When logging in, each user's wallet gets mapped to them in the backend so that they can interact with only their wallet in the browser. Users can then use the site to send WOW and view their transactions.
</p>
<h4>Is It Safe?</h4>
<h3>Is It Safe?</h3>
<p>
No. Web wallets in general are not recommended for use as there are too many attack vectors and possible ways to potentially bypass security. Additionally, even though you can control the seed, this is technically a custodial wallet because the site operator holds the wallets and secrets used to access them. However, if you're willing to accept the risks, web wallets do make it very easy and convenient to get started, but you have to trust that A. we won't get hacked and B. we won't scam you.
No. Web wallets in general are not recommended for use as there are too many attack vectors and possible ways to potentially bypass security. Additionally, even though you can control the seed, this is technically a custodial wallet because I hold the wallet files and secrets used to access them; I still have control of the wallets and secrets. If someone finds a way to hack into the server, they could potentially gain access to this as well.<br><br>However, if you're willing to accept the risks, web wallets do make it very easy and convenient to get started, but you have to trust that A. we won't get hacked and B. we won't steal from you.
</p>
<h4>Why Should I Trust You?</h4>
<h3>Why Should I Trust You?</h3>
<p>
You shouldn't. I am a stranger on the internet operating a custodial web wallet for a privacy-oriented, joke, memecoin. This should be all the red flags you need.
</p>
<h4>What Should I Use Instead?</h4>
<h3>What Should I Use Instead?</h3>
<p>
Check the "Wallets" sections on the main <a href="https://wownero.org/" target="_blank">Wownero website</a> for the most recent software wallets available. Anything you can install on your own computer is the safest bet. This site uses `wownero-wallet-cli` under the hood; you should use that.
</p>

@ -13,13 +13,13 @@
<div class="col-lg-12 my-auto">
<div class="header-content mx-auto">
<h1 class="mb-4">Privacy Policy</h1>
<p>Here is the information we collect:</p>
<p>Here is the information I will collect from you:</p>
<ul>
<li>Web server access logs (Source IP address, browser user-agent, page requests, etc)</li>
<li>Email address and salted/hashed password (registration)</li>
</ul>
<p>We don't actively track or monitor any of this though. We don't even know what the privacy policy is supposed to be for, to be honest. Just trying to be legit.</p>
<p>None of this data is shared with any third parties; we're not lame.</p>
<p>I don't actively track or monitor any of this though. I might check logs for troubleshooting purposes. I don't even know what a privacy policy is supposed to be for, to be honest. Just trying to be legit.</p>
<p>None of this data is shared with any third parties because I'm not a fucking lame.</p>
</div>
</div>
</div>

@ -14,11 +14,15 @@
<div class="header-content mx-auto">
<h1 class="mb-4">Terms of Service</h1>
<p>By using this service you accept and agree to be bound by the terms of service outlined below.</p>
<p>1. You agree to not be an asshole.</p>
<p>2. You accept the risks in using this service to manage cryptocurrency funds.</p>
<p>3. You take responsibility for anything that occurs with your user account or wallet funds.</p>
<p>4. You accept that under no circumstances will this service be liable for any lost cryptocurrency due to any reason.</p>
<p>5. You agree to participate in the meme economy and support other Wownero projects.</p>
<ol>
<li>You will save your wallet's mnemonic seed.</li>
<li>You will not be an asshole.</li>
<li>You will accept the risks in using this service to manage Wownero funds.</li>
<li>You will take responsibility for anything that occurs with your user account or wallet funds.</li>
<li>You will accept that under no circumstances will this service be liable for any lost cryptocurrency due to any reason.</li>
<li>You will agree to participate in the meme economy and support other Wownero projects, such as <a href="https://suchwow.xyz" target="_blank">SuchWow!</a>.</li>
<li>You will learn how to use a real wallet and not use a web wallet like a bitch.</li>
</ol>
</div>
</div>
</div>