sl-mainsite/faq/index.html

37 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>signup - south london</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='/main.css'>
<script src='/main.js'></script>
</head>
<body>
<div class="header header-blue">
<p style="white-space: pre-line">"frequently" asked
questions</p>
</div>
<main>
<p style="text-align: center;"><a href="/">🌿 home</a> · <a href="/signup">🌱 signup</a> · <a href="/wetty">🌺 webterm</a> · <a href="/coc">🌷 code of conduct</a> · <a href="/wiki">🌻 wiki</a> · <a href="/faq">💐 faq</a></p>
<h2>signing up</h2>
<h3>what are these ssh key whatchamacallits that you speak of?</h3>
<p>ssh keys are a method of authentication that the server can use to make sure you're actually you logging in, and not just some guy trying to get into your account. it works using magic and offers security that your bog-standard password simply can't provide. if you need to generate one, <a href="https://tilde.town/wiki/getting-started/ssh.html">check out this handy guide!</a> after you have one generated, you can use <code>cat ~/.ssh/id_rsa.pub</code> to get your public key that you can paste into the signup email. (note: if your keys are stored somewhere else you'll need to change the second part to the path where they're located, but you probably knew that already).</p>
<h3>wait, so why would i want to sign up this again?</h3>
<p>mostly becuase <br>
a) it's fun <br>
b) it's a good practice zone if you're new to *nix operating systems and need somewhere to play around with things<br>
c) we have a good community that can help you out if you're stuck.
</p>
<h2>account deletion etc.</h2>
<h3>how can i delete my account?</h3>
<p>send an email to benclark006@outlook.com using the email that you used to sign up and say you want out, and i'll delete it.</p>
<h3>can i request a copy of my data?</h3>
<p>yes! send an email to benclark006@outlook.com and i'll send you a copy of your data within 14 days.</p>
<h2>other</h2>
<h3>how are you?</h3>
<p>depends on when you're reading this</p>
</main>
</body>
</html>